Skip to content

Commit 827bdd2

Browse files
authored
Prepare v3.1.0 release (#1598)
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
1 parent 436c558 commit 827bdd2

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
### Added
66

77
### Dependencies
8-
- Bump `org.apache.httpcomponents.client5:httpclient5` from 5.4.4 to 5.5 ([#1578](https://github.com/opensearch-project/opensearch-java/pull/1578))
9-
- Bump `org.junit:junit-bom` from 5.12.2 to 5.13.0 ([#1587](https://github.com/opensearch-project/opensearch-java/pull/1587))
108

119
### Changed
1210

@@ -20,8 +18,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2018

2119
## [Unreleased 2.x]
2220
### Added
23-
- Added support for the `template` query type ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
24-
- Added support for Search Shards request `slice` property ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
2521

2622
### Dependencies
2723

@@ -35,6 +31,29 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3531

3632
### Security
3733

34+
## [3.1.0] - 06/04/2025
35+
### Added
36+
- Added support for the `template` query type ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
37+
- Added support for Search Shards request `slice` property ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
38+
- Added support for the `score-ranker-processor` phase results processor ([#1594](https://github.com/opensearch-project/opensearch-java/pull/1594))
39+
40+
### Dependencies
41+
- Bump `org.apache.httpcomponents.client5:httpclient5` from 5.4.4 to 5.5 ([#1578](https://github.com/opensearch-project/opensearch-java/pull/1578))
42+
- Bump `org.junit:junit-bom` from 5.12.2 to 5.13.0 ([#1587](https://github.com/opensearch-project/opensearch-java/pull/1587))
43+
44+
## [2.25.0] - 06/03/2025
45+
### Added
46+
- Added support for the `template` query type ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
47+
- Added support for Search Shards request `slice` property ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
48+
- Added support for ML tool attributes ([#1594](https://github.com/opensearch-project/opensearch-java/pull/1594))
49+
- Added support for the `score-ranker-processor` phase results processor ([#1594](https://github.com/opensearch-project/opensearch-java/pull/1594))
50+
51+
### Dependencies
52+
- Bump `org.junit:junit-bom` from 5.12.2 to 5.13.0 ([#1587](https://github.com/opensearch-project/opensearch-java/pull/1587))
53+
54+
### Fixed
55+
- Fixed ScoreCombination's `parameters` structure ([#1594](https://github.com/opensearch-project/opensearch-java/pull/1594))
56+
3857
## [3.0.0] - 05/16/2025
3958
### ⚠️ Breaking Changes ⚠️
4059
- As part of efforts to re-generate the client from our [OpenAPI specification](https://github.com/opensearch-project/opensearch-api-specification) there have been numerous corrections and changes that resulted in breaking changes. Please refer to [UPGRADING.md](UPGRADING.md) for a complete list of these breakages and any relevant guidance for upgrading to this version of the client.
@@ -515,9 +534,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
515534
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
516535
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
517536

518-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...3.x
519-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...2.x
537+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...3.x
538+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.25.0...2.x
539+
[3.1.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...v3.1.0
520540
[3.0.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v3.0.0
541+
[2.25.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v2.25.0
521542
[2.24.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...v2.24.0
522543
[2.23.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0
523544
[2.22.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0

0 commit comments

Comments
 (0)