From 0b7c923827e0491f3a9f18e94ae288f6f93980b4 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:44:34 -0700 Subject: [PATCH] Add release note for 2.4.0 (#611) (#616) Signed-off-by: Heemin Kim Signed-off-by: Heemin Kim (cherry picked from commit 2e0de8ccde191f4e7211d8410be217ff08a3ef45) Co-authored-by: Heemin Kim --- .../opensearch-knn.release-notes-2.4.0.0.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 release-notes/opensearch-knn.release-notes-2.4.0.0.md diff --git a/release-notes/opensearch-knn.release-notes-2.4.0.0.md b/release-notes/opensearch-knn.release-notes-2.4.0.0.md new file mode 100644 index 000000000..9c0c45af5 --- /dev/null +++ b/release-notes/opensearch-knn.release-notes-2.4.0.0.md @@ -0,0 +1,33 @@ +## Version 2.4.0.0 Release Notes + +Compatible with OpenSearch 2.4.0 + +### Enhancements +* Merge efficient filtering from feature branch ([#588](https://github.com/opensearch-project/k-NN/pull/588)) +* add groupId to pluginzip publication ([#578](https://github.com/opensearch-project/k-NN/pull/578)) +* Added sample perf-test configs for faiss-ivf, faiss-ivfpq, lucene-hnsw ([#555](https://github.com/opensearch-project/k-NN/pull/555)) +* Adding OSB index specification json for lucene hnsw ([#552](https://github.com/opensearch-project/k-NN/pull/552)) +* Adding k-NN engine stat ([#523](https://github.com/opensearch-project/k-NN/pull/523)) + +### Infrastructure +* Fixed failing unit test ([#610](https://github.com/opensearch-project/k-NN/pull/610)) +* Disable Code Coverage for Windows and Mac Platforms ([#603](https://github.com/opensearch-project/k-NN/pull/603)) +* Update build script to publish to maven local ([#596](https://github.com/opensearch-project/k-NN/pull/596)) +* Add Windows Build.sh Related Changes in k-NN ([#595](https://github.com/opensearch-project/k-NN/pull/595)) +* Add mac platform to CI ([#590](https://github.com/opensearch-project/k-NN/pull/590)) +* Add windows support ([#583](https://github.com/opensearch-project/k-NN/pull/583)) + +### Documentation +* Replace Forum link in k-NN plugin README.md ([#540](https://github.com/opensearch-project/k-NN/pull/540)) +* Update dev guide with instructions for mac ([#518](https://github.com/opensearch-project/k-NN/pull/518)) + +### Bug Fixes +* Fix NPE on null script context ([#560](https://github.com/opensearch-project/k-NN/pull/560)) + +### Refactoring +* Refactor kNN codec related classes ([#582](https://github.com/opensearch-project/k-NN/pull/582)) +* Refactor unit tests for codec ([#562](https://github.com/opensearch-project/k-NN/pull/562)) + +### Maintenance +* Backport lucene changes ([#575](https://github.com/opensearch-project/k-NN/pull/575)) +* Increment version to 2.4.0-SNAPSHOT ([#545](https://github.com/opensearch-project/k-NN/pull/545)) \ No newline at end of file