Skip to content

Commit ce7c69a

Browse files
committed
Update CHANGELOG
1 parent 5bfab83 commit ce7c69a

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- Support for Boolean Field
10+
- Support for boolean field
1111

1212
### Fixed
1313

1414
### Removed
1515

1616
### Security
1717

18+
## [0.3.1] - 2022-06-22
19+
20+
### Added
21+
- Add support for Google Cloud Storage
22+
- Sort hits by timestamp desc by default in search UI
23+
- Add `description` attribute to field mappings
24+
- Display split state in output of `quickwit split list` command
25+
26+
### Fixed
27+
- Clean up local split cache after index deletion
28+
- Fix API URLs displayed for copy and paste in UI
29+
- Fix custom S3 endpoint with trailing `/`
30+
- Fix `quickwit index create` command with `--overwrite` option
31+
1832
## [0.3.0] - 2022-05-31
1933

2034
### Added
21-
- Search and cluster overview web UI
22-
- Ingestion API
35+
- Embedded UI for displaying search hits and cluster state
36+
- Schemaless indexing with JSON field
37+
- Ingest API (Elasticsearch-compatible)
2338
- Aggregation queries
24-
- Kinesis data source
25-
- Support for Json Field
39+
- Support for Amazon Kinesis
2640

2741
### Fixed
28-
- Switched from S.W.I.M to Chitchat
42+
- Switched cluster membership algorithm from S.W.I.M. to Chitchat
2943

3044
### Removed
31-
- u64 as Date Field
45+
- u64 as date field
3246

3347
## [0.2.1] - 2022-02-28
3448

0 commit comments

Comments
 (0)