Skip to content

Commit

Permalink
Add 2.5 release notes (#715)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
(cherry picked from commit 5f4bef9)
  • Loading branch information
opensearch-trigger-bot[bot] authored Jan 11, 2023
1 parent dd7d0c5 commit d56ce9d
Showing 1 changed file with 34 additions and 0 deletions.
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))

0 comments on commit d56ce9d

Please sign in to comment.