Skip to content

Commit 64e91d4

Browse files
authored
Prepare for v2.23.0 release (#1528)
Signed-off-by: Thomas Farr <[email protected]>
1 parent ddc4b4a commit 64e91d4

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased 2.x]
55
### Added
6+
7+
### Dependencies
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
### Security
18+
19+
## [2.23.0] - 04/17/2025
20+
### Added
621
- Added `normalizer` to wildcard field ([#1489](https://github.com/opensearch-project/opensearch-java/pull/1489))
722
- Added `paginationDepth` to `HybridQuery` ([#1490](https://github.com/opensearch-project/opensearch-java/pull/1490))
823

@@ -13,18 +28,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1328
- Bump `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.3 to 5.3.4 ([#1498](https://github.com/opensearch-project/opensearch-java/pull/1498))
1429
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.3.3 to 5.3.4 ([#1497](https://github.com/opensearch-project/opensearch-java/pull/1497))
1530

16-
### Changed
17-
18-
### Deprecated
19-
20-
### Removed
21-
2231
### Fixed
2332
- Fixed ClassCastException in extractAndWrapCause when handling ExecutionException ([#1483](https://github.com/opensearch-project/opensearch-java/pull/1483))
2433
- Fixed getting cluster & node stats and node info against AOS due to missing properties ([#1520](https://github.com/opensearch-project/opensearch-java/pull/1520), [#1521](https://github.com/opensearch-project/opensearch-java/pull/1521))
2534

26-
### Security
27-
2835
## [2.22.0] - 03/05/2025
2936
### Added
3037
- Added `toBuilder()` and `Builder.copy()` methods to all generated classes ([#1300](https://github.com/opensearch-project/opensearch-java/pull/1300))
@@ -598,7 +605,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
598605

599606
### Security
600607

601-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...2.x
608+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...2.x
609+
[2.23.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0
602610
[2.22.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0
603611
[2.21.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.20.0...v2.21.0
604612
[2.20.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.19.0...v2.20.0

0 commit comments

Comments
 (0)