Skip to content

Commit d3db9bd

Browse files
committed
Add a changelog file
1 parent 445c6b1 commit d3db9bd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)