-
Notifications
You must be signed in to change notification settings - Fork 190
Add release notes for 1.3.0.0 #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
naveentatikonda
merged 1 commit into
opensearch-project:main
from
naveentatikonda:release_notes_1.3.0.0
Mar 11, 2022
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| ## Version 1.3.0.0 Release Notes | ||
|
|
||
| Compatible with OpenSearch 1.3.0 | ||
|
|
||
| ### Enhancements | ||
|
|
||
| * Add Recall Tests ([#251](https://github.com/opensearch-project/k-NN/pull/251)) | ||
| * Change serialization for knn vector from single array object to collection of floats ([#253](https://github.com/opensearch-project/k-NN/pull/253)) | ||
| * Add ExtensiblePlugin to KNNPlugin ([#264](https://github.com/opensearch-project/k-NN/pull/264)) | ||
| * Add gradle task for running integ tests in remote cluster ([#266](https://github.com/opensearch-project/k-NN/pull/266)) | ||
| * Change benchmark ingest took metric to total time ([#268](https://github.com/opensearch-project/k-NN/pull/268)) | ||
| * Make doc and query count configurable in benchmark ([#270](https://github.com/opensearch-project/k-NN/pull/270)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * Set default space type to L2 to support bwc ([#267](https://github.com/opensearch-project/k-NN/pull/267)) | ||
| * [BUG FIX] Add space type default and ef search parameter in warmup ([#276](https://github.com/opensearch-project/k-NN/pull/276)) | ||
| * [FLAKY TEST] Fix codec test causing CI to fail ([#277](https://github.com/opensearch-project/k-NN/pull/277)) | ||
| * [BUG FIX] Fix knn index shard to get bwc engine paths ([#309](https://github.com/opensearch-project/k-NN/pull/309)) | ||
|
|
||
| ### Infrastructure | ||
|
|
||
| * Remove jcenter repo from build related gradle files ([#261](https://github.com/opensearch-project/k-NN/pull/261)) | ||
| * Add write permissions to backport action ([#262](https://github.com/opensearch-project/k-NN/pull/262)) | ||
| * Add JDK 11 to CI and docs ([#271](https://github.com/opensearch-project/k-NN/pull/271)) | ||
| * [Benchmark] Remove ingest results collection ([#272](https://github.com/opensearch-project/k-NN/pull/272)) | ||
| * Update backport workflow to include custom branch name ([#273](https://github.com/opensearch-project/k-NN/pull/273)) | ||
| * Add CI to run every night ([#278](https://github.com/opensearch-project/k-NN/pull/278)) | ||
| * Use Github App to trigger CI on backport PRs ([#288](https://github.com/opensearch-project/k-NN/pull/288)) | ||
| * Add auto delete workflow for backport branches ([#289](https://github.com/opensearch-project/k-NN/pull/289)) | ||
| * Updates Guava versions to address CVE ([#292](https://github.com/opensearch-project/k-NN/pull/292)) | ||
| * [CODE STYLE] Switch checkstyle to spotless ([#297](https://github.com/opensearch-project/k-NN/pull/297)) | ||
| * Switch main to 2.0.0-SNAPSHOT, update to Gradle 7.3.3 ([#301](https://github.com/opensearch-project/k-NN/pull/301)) | ||
| * Run CI on JDK 8 ([#302](https://github.com/opensearch-project/k-NN/pull/302)) | ||
| * Update numpy version to 1.22.1 ([#305](https://github.com/opensearch-project/k-NN/pull/305)) | ||
|
|
||
| ### Refactoring | ||
|
|
||
| * Refactor benchmark dataset format and add big ann benchmark format ([#265](https://github.com/opensearch-project/k-NN/pull/265)) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.