Skip to content

Commit

Permalink
Add release note for 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 committed Nov 2, 2022
1 parent 120c4ce commit 1afe3a5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions release-notes/opensearch-knn.release-notes-2.4.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Version 2.4.0.0 Release Notes

Compatible with OpenSearch 2.4.0

### Enhancements
* Merge efficient filtering from feature branch ([#589](https://github.com/opensearch-project/k-NN/pull/589)) [2.x]
* add groupId to pluginzip publication ([#579](https://github.com/opensearch-project/k-NN/pull/579)) [2.x]
* Added sample perf-test configs for faiss-ivf, faiss-ivfpq, lucene-hnsw ([#559](https://github.com/opensearch-project/k-NN/pull/559)) [2.x]
* Adding OSB index specification json for lucene hnsw ([#553](https://github.com/opensearch-project/k-NN/pull/553)) [2.x]
* Adding k-NN engine stat ([#542](https://github.com/opensearch-project/k-NN/pull/542)) [2.x]

### Infrastructure
* Disable Code Coverage for Windows and Mac Platforms ([#604](https://github.com/opensearch-project/k-NN/pull/604))
* Update build script to publish to maven local ([#597](https://github.com/opensearch-project/k-NN/pull/597)) [2.x]
* Add Windows Build.sh Related Changes in k-NN ([#595](https://github.com/opensearch-project/k-NN/pull/595)) [2.x]
* Add mac platform to CI ([#591](https://github.com/opensearch-project/k-NN/pull/591)) [2.x]
* Add windows support ([#583](https://github.com/opensearch-project/k-NN/pull/583)) [2.x]

### Documentation
* Replace Forum link in k-NN plugin README.md ([#574](https://github.com/opensearch-project/k-NN/pull/574)) [2.x]
* Update dev guide with instructions for mac ([#556](https://github.com/opensearch-project/k-NN/pull/556)) [2.x]

### Bug Fixes
* Fix NPE on null script context ([#569](https://github.com/opensearch-project/k-NN/pull/569)) [2.x]

### Refactoring
* Refactor kNN codec related classes ([#584](https://github.com/opensearch-project/k-NN/pull/584)) [2.x]
* Refactor unit tests for codec ([#563](https://github.com/opensearch-project/k-NN/pull/563)) [2.x]

### Maintenance
* Backport lucene changes ([#575](https://github.com/opensearch-project/k-NN/pull/575)) [2.x]
* Increment version to 2.4.0-SNAPSHOT ([#545](https://github.com/opensearch-project/k-NN/pull/545)) [2.x]

0 comments on commit 1afe3a5

Please sign in to comment.