You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-9
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [Unreleased 2.x]
5
5
### 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
6
21
- Added `normalizer` to wildcard field ([#1489](https://github.com/opensearch-project/opensearch-java/pull/1489))
7
22
- Added `paginationDepth` to `HybridQuery` ([#1490](https://github.com/opensearch-project/opensearch-java/pull/1490))
8
23
@@ -13,18 +28,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
28
- 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))
14
29
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.3.3 to 5.3.4 ([#1497](https://github.com/opensearch-project/opensearch-java/pull/1497))
15
30
16
-
### Changed
17
-
18
-
### Deprecated
19
-
20
-
### Removed
21
-
22
31
### Fixed
23
32
- Fixed ClassCastException in extractAndWrapCause when handling ExecutionException ([#1483](https://github.com/opensearch-project/opensearch-java/pull/1483))
24
33
- 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))
25
34
26
-
### Security
27
-
28
35
## [2.22.0] - 03/05/2025
29
36
### Added
30
37
- 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/)
0 commit comments