@@ -12,27 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12
12
### Maintenance
13
13
### Refactoring
14
14
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 )
16
16
### Features
17
- - Add rerank processor interface and ml-commons reranker ([ #494 ] ( https://github.com/opensearch-project/neural-search/pull/494 ) )
18
17
### Enhancements
19
18
### 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 ) )
27
19
### 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 )
32
20
### Documentation
33
21
### 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 ) )
36
22
### 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 ) )
0 commit comments