Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add release notes for 1.10.1 #218

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
Original file line number Diff line number Diff line change
@@ -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))
Expand All @@ -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

Expand All @@ -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))