Skip to content

Commit e49b6fd

Browse files
authored
Add release notes for 2.12.0 release (#594)
Signed-off-by: Ryan Bogan <[email protected]>
1 parent d95ee65 commit e49b6fd

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

CHANGELOG.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
### Maintenance
1313
### Refactoring
1414

15-
## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.11...2.x)
15+
## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.12...2.x)
1616
### Features
17-
- Add rerank processor interface and ml-commons reranker ([#494](https://github.com/opensearch-project/neural-search/pull/494))
1817
### Enhancements
1918
### Bug Fixes
20-
- Fixed exception for case when Hybrid query being wrapped into bool query ([#490](https://github.com/opensearch-project/neural-search/pull/490))
21-
- Hybrid query and nested type fields ([#498](https://github.com/opensearch-project/neural-search/pull/498))
22-
- Fixing multiple issues reported in #497 ([#524](https://github.com/opensearch-project/neural-search/pull/524))
23-
- Fix Flaky test reported in #433 ([#533](https://github.com/opensearch-project/neural-search/pull/533))
24-
- Enable support for default model id on HybridQueryBuilder ([#541](https://github.com/opensearch-project/neural-search/pull/541))
25-
- Fix Flaky test reported in #384 ([#559](https://github.com/opensearch-project/neural-search/pull/559))
26-
- Add validations for reranker requests per #555 ([#562](https://github.com/opensearch-project/neural-search/pull/562))
2719
### Infrastructure
28-
- BWC tests for Neural Search ([#515](https://github.com/opensearch-project/neural-search/pull/515))
29-
- Github action to run integ tests in secure opensearch cluster ([#535](https://github.com/opensearch-project/neural-search/pull/535))
30-
- BWC tests for Multimodal search, Hybrid Search and Neural Sparse Search ([#533](https://github.com/opensearch-project/neural-search/pull/533))
31-
- Distribution bundle bwc tests ([#579])(https://github.com/opensearch-project/neural-search/pull/579)
3220
### Documentation
3321
### Maintenance
34-
- Added support for jdk-21 ([#500](https://github.com/opensearch-project/neural-search/pull/500)))
35-
- Update spotless and eclipse dependencies ([#589](https://github.com/opensearch-project/neural-search/pull/589))
3622
### Refactoring
37-
- Deprecate the `max_token_score` field in `neural_sparse` query clause ([#478](https://github.com/opensearch-project/neural-search/pull/478))
38-
- Added spotless check in the build ([#515](https://github.com/opensearch-project/neural-search/pull/515))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Version 2.12.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.12.0
4+
5+
### Features
6+
- Add rerank processor interface and ml-commons reranker ([#494](https://github.com/opensearch-project/neural-search/pull/494))
7+
### Bug Fixes
8+
- Fixed exception for case when Hybrid query being wrapped into bool query ([#490](https://github.com/opensearch-project/neural-search/pull/490))
9+
- Hybrid query and nested type fields ([#498](https://github.com/opensearch-project/neural-search/pull/498))
10+
- Fixing multiple issues reported in #497 ([#524](https://github.com/opensearch-project/neural-search/pull/524))
11+
- Fix Flaky test reported in #433 ([#533](https://github.com/opensearch-project/neural-search/pull/533))
12+
- Enable support for default model id on HybridQueryBuilder ([#541](https://github.com/opensearch-project/neural-search/pull/541))
13+
- Fix Flaky test reported in #384 ([#559](https://github.com/opensearch-project/neural-search/pull/559))
14+
- Add validations for reranker requests per #555 ([#562](https://github.com/opensearch-project/neural-search/pull/562))
15+
### Infrastructure
16+
- BWC tests for Neural Search ([#515](https://github.com/opensearch-project/neural-search/pull/515))
17+
- Github action to run integ tests in secure opensearch cluster ([#535](https://github.com/opensearch-project/neural-search/pull/535))
18+
- BWC tests for Multimodal search, Hybrid Search and Neural Sparse Search ([#533](https://github.com/opensearch-project/neural-search/pull/533))
19+
- Distribution bundle bwc tests ([#579])(https://github.com/opensearch-project/neural-search/pull/579)
20+
### Maintenance
21+
- Added support for jdk-21 ([#500](https://github.com/opensearch-project/neural-search/pull/500)))
22+
- Update spotless and eclipse dependencies ([#589](https://github.com/opensearch-project/neural-search/pull/589))
23+
### Refactoring
24+
- Deprecate the `max_token_score` field in `neural_sparse` query clause ([#478](https://github.com/opensearch-project/neural-search/pull/478))
25+
- Added spotless check in the build ([#515](https://github.com/opensearch-project/neural-search/pull/515))

0 commit comments

Comments
 (0)