We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4e6eb commit 2b8bb0eCopy full SHA for 2b8bb0e
CHANGELOG.md
@@ -6,12 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Added
10
+
11
+### Fixed
12
13
+### Removed
14
15
+### Security
16
17
+## [0.2.1] - 2022-02-28
18
19
### Added
20
- Query validation against index schema before dispatch to leaf nodes (#1109, @linxGnu)
21
- Support for custom S3 endpoint (#1108)
22
+- Warm up terms and fastfields concurrently (#1147)
23
24
### Fixed
25
- Minor bug in leaf search stream (#1110)
26
+- Default index root URI and metastore URI correctly default to data dir (#1140, @ddelemeny)
27
28
### Removed
29
- QW_ENV environment variable
0 commit comments