Skip to content

Commit 2da3700

Browse files
committed
Update changelog
1 parent 93a7747 commit 2da3700

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

CHANGELOG.md

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

99
### Added
10-
- Support for boolean field
11-
- Support for slop in phrase queries
1210

1311
### Fixed
1412

13+
### Changed
14+
15+
### Deprecated
16+
1517
### Removed
1618

17-
### Change
19+
### Security
20+
21+
## [0.4.0] - 2022-06-02
22+
23+
### Added
24+
- Boolean, datetime, and IP address fields
25+
- Chinese tokenizer
26+
- Distributed indexing (Kafka only)
27+
- gRPC metastore server
28+
- Index partitioning
29+
- Kubernetes
30+
- Node config templating
31+
- Prometheus metrics
32+
- Retention policies
33+
- REST API for CRUD operations on indexes/sources
34+
- Support for Azure Blob Storage
35+
- Support for BM25 document scoring
36+
- Support for deletions
37+
- Support for slop in phrase queries
38+
- Support for snippeting
1839

19-
- Quickwit now relies on sqlx rather than diesel for postgresql interaction.
40+
### Fixed
41+
- Fixed cache misses during search fetch docs phase
42+
- Fixed credentials leak in metastore URI
43+
- Fixed GC scalability issues
44+
- Fixed support for multi-source
45+
46+
### Changed
47+
- Changed default docstore block size to 1 MiB and compression algorithm to ZSTD
48+
49+
- Quickwit now relies on sqlx rather than Diesel for PostgreSQL interactions.
2050
Migrating from 0.3 should work as expected. Migrating from earlier version however is
2151
not supported.
2252

53+
### Removed
54+
- Removed support for i64 as timestamp field
55+
- Removed support for sorting index by field
56+
2357
### Security
58+
- Forbid access to paths with `..` at storage level
2459

2560
## [0.3.1] - 2022-06-22
2661

0 commit comments

Comments
 (0)