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 445c6b1 commit d3db9bdCopy full SHA for d3db9bd
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+### Added
10
+- Query validation against index schema before dispatch to leaf nodes (#1109, @linxGnu)
11
+- Support for custom S3 endpoint (#1108)
12
13
+### Fixed
14
+- Minor bug in leaf search stream (#1110)
15
16
+### Removed
17
+- QW_ENV environment variable
18
19
+### Security
20
+- Compiled binaries with Rust 1.58.1, which fixes CVE-2022-21658
21
22
+## [0.2.0] - 2022-01-12
23
24
+## [0.1.0] - 2021-07-13
0 commit comments