diff --git a/release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.0.0.md b/release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.1.0.md similarity index 64% rename from release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.0.0.md rename to release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.1.0.md index 3b994d61..192bd14b 100644 --- a/release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-knn.release-notes-1.10.1.0.md @@ -1,6 +1,6 @@ -## Version 1.10.0.0 Release Notes +## Version 1.10.1.0 Release Notes -Compatible with Elasticsearch 7.9.0 +Compatible with Elasticsearch 7.9.1 ### Features * Add Warmup API to load indices graphs into memory ([#162](https://github.com/opendistro-for-elasticsearch/k-NN/pull/162)) @@ -12,6 +12,9 @@ Compatible with Elasticsearch 7.9.0 ### Bug Fixes * Update guava version to 29.0 ([#182](https://github.com/opendistro-for-elasticsearch/k-NN/pull/182)) +* Add default index settings when parsing index ([#205](https://github.com/opendistro-for-elasticsearch/k-NN/pull/205)) +* NPE in force merge when non knn doc gets updated to knn doc across segments ([#212](https://github.com/opendistro-for-elasticsearch/k-NN/pull/212)) +* Fix casting issue with cache expiration ([#215](https://github.com/opendistro-for-elasticsearch/k-NN/pull/215)) ### Infrastructure @@ -24,14 +27,22 @@ Compatible with Elasticsearch 7.9.0 * Add code coverage widget and badges ([#191](https://github.com/opendistro-for-elasticsearch/k-NN/pull/191)) * Add Codecov configuration to set a coverage threshold to pass the check on a commit ([#192](https://github.com/opendistro-for-elasticsearch/k-NN/pull/192)) * Add AWS CLI in order to ship library artifacts from container ([#194](https://github.com/opendistro-for-elasticsearch/k-NN/pull/194)) +* Remove sudo from "./aws install" in library build action ([#202](https://github.com/opendistro-for-elasticsearch/k-NN/pull/202)) +* Fix download link in package description ([#214](https://github.com/opendistro-for-elasticsearch/k-NN/pull/214)) ### Documentation * Performance tuning/Recommendations ([#177](https://github.com/opendistro-for-elasticsearch/k-NN/pull/177)) * Fix cluster setting example in README.md ([#186](https://github.com/opendistro-for-elasticsearch/k-NN/pull/186)) * Add scoring documentation ([#193](https://github.com/opendistro-for-elasticsearch/k-NN/pull/193)) +* Add 1.10.0.0 release notes ([#201](https://github.com/opendistro-for-elasticsearch/k-NN/pull/201)) ### Maintenance * ODFE 1.10 support for k-NN plugin ([#199](https://github.com/opendistro-for-elasticsearch/k-NN/pull/199)) +* Upgrade Elasticsearch to 7.9.1 and ODFE to 1.10.1 ([#217](https://github.com/opendistro-for-elasticsearch/k-NN/pull/217)) + +### Refactoring + +* Update default variable settings name ([#209](https://github.com/opendistro-for-elasticsearch/k-NN/pull/209))