Skip to content

Commit 01c2c7f

Browse files
authored
Add 0.7.1 changelog (#4445)
1 parent 1804275 commit 01c2c7f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
2323
--->
2424

25+
## [0.7.1]
26+
27+
### Added
28+
29+
- Add es _count API (#4410)
30+
- Add _elastic/_field_caps API (#4350)
31+
- Make gRPC message size configurable (#4388)
32+
- Add API endpoint to get some control-plan internal info (#4339)
33+
- Add Google Cloud Storage Implementation available for storage paths starting with `gs://` (#4344)
34+
35+
### Changed
36+
37+
- Return 404 on index not found in ES Bulk API (#4425)
38+
- Allow $ and @ characters in field names (#4413)
39+
40+
### Fixed
41+
- Assign all sources/shards, even if this requires exceeding the indexer #4363
42+
- Fix traces doc mapping (service name set as fast) and update default otel logs index ID to `otel-logs-v0_7` (#4401)
43+
- Fix parsing multi-line queries (#4409)
44+
- Fix range query for optional fast field panics with Index out of bounds (#4362)
45+
46+
### Migration from 0.7.0 to 0.7.1
47+
48+
Quickwit 0.7.1 will create the new index `otel-logs-v0_7` which is now used by default when ingesting data with the OTEL gRPC and HTTP API.
49+
50+
In the traces index `otel-traces-v0_7`, the `service_name` field is now fast. No migration is done if `otel-traces-v0_7` already exists. If you want `service_name` field to be fast, you have to delete first the existing `otel-traces-v0_7` index or create your own index.
51+
52+
## [0.7.0]
53+
2554
### Added
2655

2756
- Elasticsearch-compatible API

0 commit comments

Comments
 (0)