-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John Mazanec <[email protected]> (cherry picked from commit 5f4bef9)
- Loading branch information
1 parent
dd7d0c5
commit d56ce9d
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Version 2.5.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.5.0 | ||
|
||
### Enhancements | ||
|
||
* Extend SystemIndexPlugin for k-NN model system index ([#630](https://github.com/opensearch-project/k-NN/pull/630)) | ||
|
||
### Bug Fixes | ||
|
||
* Add fix to fromXContent and toXContent in ModelGraveyard ([#624](https://github.com/opensearch-project/k-NN/pull/624)) | ||
* Allow mapping service to be null for scenarios of shard recovery from translog ([#685](https://github.com/opensearch-project/k-NN/pull/685)) | ||
* Add backward compatibility and validation checks to ModelGraveyard XContent bug fix ([#692](https://github.com/opensearch-project/k-NN/pull/692)) | ||
|
||
### Infrastructure | ||
|
||
* Add benchmark workflow for queries with filters ([#598](https://github.com/opensearch-project/k-NN/pull/598)) | ||
* Fix failing codec unit test ([#610](https://github.com/opensearch-project/k-NN/pull/610)) | ||
* Update bwc tests for 2.5.0 ([#661](https://github.com/opensearch-project/k-NN/pull/661)) | ||
* Add release configs for lucene filtering ([#663](https://github.com/opensearch-project/k-NN/pull/663)) | ||
* Update backwards compatibility versions ([#701](https://github.com/opensearch-project/k-NN/pull/701)) | ||
* Update tests for backwards codecs ([#710](https://github.com/opensearch-project/k-NN/pull/710)) | ||
|
||
### Documentation | ||
|
||
* Updat MAINTAINERS.md format ([#709](https://github.com/opensearch-project/k-NN/pull/709)) | ||
|
||
### Maintenance | ||
|
||
* Fix the codec94 version import statements ([#684](https://github.com/opensearch-project/k-NN/pull/684)) | ||
* Add integ test for index close/open scenario ([#693](https://github.com/opensearch-project/k-NN/pull/693)) | ||
* Add Lucene 9.5 codec and make it new default ([#700](https://github.com/opensearch-project/k-NN/pull/700)) | ||
* Make version of lucene k-nn engine match lucene current version ([#691](https://github.com/opensearch-project/k-NN/pull/691)) | ||
* Increment version to 2.5.0-SNAPSHOT ([#632](https://github.com/opensearch-project/k-NN/pull/632)) |