Skip to content

Commit 8bd1ba9

Browse files
committed
Update changelog post 2.22.0 release
Signed-off-by: Thomas Farr <[email protected]>
1 parent dc67343 commit 8bd1ba9

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

CHANGELOG.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
88
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
99
- Bump `org.owasp.dependencycheck` from 12.0.2 to 12.1.0 ([#1440](https://github.com/opensearch-project/opensearch-java/pull/1440))
10-
- Bump `org.junit:junit-bom` from 5.11.4 to 5.12.0 ([#1456](https://github.com/opensearch-project/opensearch-java/pull/1456))
1110

1211
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1312

1413
### Added
1514
- Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330))
16-
- Added `toBuilder()` and `Builder.copy()` methods to all generated classes ([#1300](https://github.com/opensearch-project/opensearch-java/pull/1300))
1715

1816
### Dependencies
1917

@@ -44,15 +42,10 @@ This section is for maintaining a changelog for all breaking changes for the cli
4442

4543
## [Unreleased 2.x]
4644
### Added
47-
- Added support for the Search Pipeline APIs ([#1442](https://github.com/opensearch-project/opensearch-java/pull/1442))
48-
- Added support for `simple_pattern` and `simple_pattern_split` tokenizers ([#1448](https://github.com/opensearch-project/opensearch-java/pull/1448), [#1451](https://github.com/opensearch-project/opensearch-java/pull/1451))
49-
- Added support for the Search response `phase_took` field ([#1449](https://github.com/opensearch-project/opensearch-java/pull/1449))
50-
- Added support for `GeoDistanceSort`'s `nested` and `validation_method` fields ([#1470](https://github.com/opensearch-project/opensearch-java/pull/1470))
5145

5246
### Dependencies
5347

5448
### Changed
55-
- Changed abstract builders visibility to public ([#1464](https://github.com/opensearch-project/opensearch-java/pull/1464))
5649

5750
### Deprecated
5851

@@ -62,6 +55,21 @@ This section is for maintaining a changelog for all breaking changes for the cli
6255

6356
### Security
6457

58+
## [2.22.0] - 03/05/2025
59+
### Added
60+
- Added `toBuilder()` and `Builder.copy()` methods to all generated classes ([#1300](https://github.com/opensearch-project/opensearch-java/pull/1300))
61+
- Added support for additional ML APIs ([#1443](https://github.com/opensearch-project/opensearch-java/pull/1443))
62+
- Added support for the Search Pipeline APIs ([#1442](https://github.com/opensearch-project/opensearch-java/pull/1442))
63+
- Added support for `simple_pattern` and `simple_pattern_split` tokenizers ([#1448](https://github.com/opensearch-project/opensearch-java/pull/1448), [#1451](https://github.com/opensearch-project/opensearch-java/pull/1451))
64+
- Added support for the Search response `phase_took` field ([#1449](https://github.com/opensearch-project/opensearch-java/pull/1449))
65+
- Added support for `GeoDistanceSort`'s `nested` and `validation_method` fields ([#1470](https://github.com/opensearch-project/opensearch-java/pull/1470))
66+
67+
### Dependencies
68+
- Bump `org.junit:junit-bom` from 5.11.4 to 5.12.0 ([#1456](https://github.com/opensearch-project/opensearch-java/pull/1456))
69+
70+
### Changed
71+
- Changed abstract builders visibility to public ([#1464](https://github.com/opensearch-project/opensearch-java/pull/1464))
72+
6573
## [2.21.0] - 02/14/2025
6674
### Added
6775
- Added support for `GeoDistanceQuery`'s `ignore_unmapped` property ([#1430](https://github.com/opensearch-project/opensearch-java/pull/1430))
@@ -628,7 +636,8 @@ This section is for maintaining a changelog for all breaking changes for the cli
628636
### Security
629637

630638
[Unreleased 3.0]: https://github.com/opensearch-project/opensearch-java/compare/2.x...HEAD
631-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...2.x
639+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...2.x
640+
[2.22.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0
632641
[2.21.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.20.0...v2.21.0
633642
[2.20.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.19.0...v2.20.0
634643
[2.19.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.18.0...v2.19.0

0 commit comments

Comments
 (0)