@@ -3,12 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33
44## [ Unreleased 2.x]
55### 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 ) )
96
107### 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 ) )
128
139### Changed
1410
@@ -17,10 +13,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1713### Removed
1814
1915### Fixed
20- - Fixed ScoreCombination's ` parameters ` structure ([ #1594 ] ( https://github.com/opensearch-project/opensearch-java/pull/1594 ) )
2116
2217### Security
2318
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+
2431## [ 2.24.0] - 05/16/2025
2532### Dependencies
2633- 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/)
467474- Fix catching JsonParsingException ([ #494 ] ( https://github.com/opensearch-project/opensearch-java/issues/494 ) )
468475- Fix StoryStats numeric value out of range of int ([ #489 ] ( https://github.com/opensearch-project/opensearch-java/pull/489 ) )
469476
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
471479[ 2.24.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...v2.24.0
472480[ 2.23.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0
473481[ 2.22.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0
0 commit comments