-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit e49b6fd) Co-authored-by: Ryan Bogan <[email protected]>
- Loading branch information
1 parent
d95ee65
commit a521f78
Showing
2 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
25 changes: 25 additions & 0 deletions
25
release-notes/opensearch-neural-search.release-notes-2.12.0.0.md
This file contains 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,25 @@ | ||
## Version 2.12.0.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.12.0 | ||
|
||
### Features | ||
- Add rerank processor interface and ml-commons reranker ([#494](https://github.com/opensearch-project/neural-search/pull/494)) | ||
### Bug Fixes | ||
- Fixed exception for case when Hybrid query being wrapped into bool query ([#490](https://github.com/opensearch-project/neural-search/pull/490)) | ||
- Hybrid query and nested type fields ([#498](https://github.com/opensearch-project/neural-search/pull/498)) | ||
- Fixing multiple issues reported in #497 ([#524](https://github.com/opensearch-project/neural-search/pull/524)) | ||
- Fix Flaky test reported in #433 ([#533](https://github.com/opensearch-project/neural-search/pull/533)) | ||
- Enable support for default model id on HybridQueryBuilder ([#541](https://github.com/opensearch-project/neural-search/pull/541)) | ||
- Fix Flaky test reported in #384 ([#559](https://github.com/opensearch-project/neural-search/pull/559)) | ||
- Add validations for reranker requests per #555 ([#562](https://github.com/opensearch-project/neural-search/pull/562)) | ||
### Infrastructure | ||
- BWC tests for Neural Search ([#515](https://github.com/opensearch-project/neural-search/pull/515)) | ||
- Github action to run integ tests in secure opensearch cluster ([#535](https://github.com/opensearch-project/neural-search/pull/535)) | ||
- BWC tests for Multimodal search, Hybrid Search and Neural Sparse Search ([#533](https://github.com/opensearch-project/neural-search/pull/533)) | ||
- Distribution bundle bwc tests ([#579])(https://github.com/opensearch-project/neural-search/pull/579) | ||
### Maintenance | ||
- Added support for jdk-21 ([#500](https://github.com/opensearch-project/neural-search/pull/500))) | ||
- Update spotless and eclipse dependencies ([#589](https://github.com/opensearch-project/neural-search/pull/589)) | ||
### Refactoring | ||
- Deprecate the `max_token_score` field in `neural_sparse` query clause ([#478](https://github.com/opensearch-project/neural-search/pull/478)) | ||
- Added spotless check in the build ([#515](https://github.com/opensearch-project/neural-search/pull/515)) |