Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Add 2.5 release notes #715

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions release-notes/opensearch-knn.release-notes-2.5.0.0.md
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))