@@ -3,12 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [ Unreleased 2.x]
5
5
### Added
6
- - Added support for the ` template ` query type ([ #1586 ] ( https://github.com/opensearch-project/opensearch-java/pull/1586 ) )
7
- - Added support for Search Shards request ` slice ` property ([ #1586 ] ( https://github.com/opensearch-project/opensearch-java/pull/1586 ) )
8
- - Added support for ML tool attributes ([ #1594 ] ( https://github.com/opensearch-project/opensearch-java/pull/1594 ) )
9
6
10
7
### Dependencies
11
- - Bump ` org.junit:junit-bom ` from 5.12.2 to 5.13.0 ([ #1587 ] ( https://github.com/opensearch-project/opensearch-java/pull/1587 ) )
12
8
13
9
### Changed
14
10
@@ -17,10 +13,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
17
13
### Removed
18
14
19
15
### Fixed
20
- - Fixed ScoreCombination's ` parameters ` structure ([ #1594 ] ( https://github.com/opensearch-project/opensearch-java/pull/1594 ) )
21
16
22
17
### Security
23
18
19
+ ## [ 2.25.0] - 06/03/2025
20
+ ### Added
21
+ - Added support for the ` template ` query type ([ #1586 ] ( https://github.com/opensearch-project/opensearch-java/pull/1586 ) )
22
+ - Added support for Search Shards request ` slice ` property ([ #1586 ] ( https://github.com/opensearch-project/opensearch-java/pull/1586 ) )
23
+ - Added support for ML tool attributes ([ #1594 ] ( https://github.com/opensearch-project/opensearch-java/pull/1594 ) )
24
+
25
+ ### Dependencies
26
+ - Bump ` org.junit:junit-bom ` from 5.12.2 to 5.13.0 ([ #1587 ] ( https://github.com/opensearch-project/opensearch-java/pull/1587 ) )
27
+
28
+ ### Fixed
29
+ - Fixed ScoreCombination's ` parameters ` structure ([ #1594 ] ( https://github.com/opensearch-project/opensearch-java/pull/1594 ) )
30
+
24
31
## [ 2.24.0] - 05/16/2025
25
32
### Dependencies
26
33
- Bump ` org.apache.httpcomponents.client5:httpclient5 ` from 5.4.3 to 5.4.4 ([ #1544 ] ( https://github.com/opensearch-project/opensearch-java/pull/1544 ) )
@@ -467,7 +474,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
467
474
- Fix catching JsonParsingException ([ #494 ] ( https://github.com/opensearch-project/opensearch-java/issues/494 ) )
468
475
- Fix StoryStats numeric value out of range of int ([ #489 ] ( https://github.com/opensearch-project/opensearch-java/pull/489 ) )
469
476
470
- [ Unreleased 2.x ] : https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...2.x
477
+ [ Unreleased 2.x ] : https://github.com/opensearch-project/opensearch-java/compare/v2.25.0...2.x
478
+ [ 2.25.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v2.25.0
471
479
[ 2.24.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...v2.24.0
472
480
[ 2.23.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0
473
481
[ 2.22.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0
0 commit comments