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
+11-3
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,26 @@ This section is for maintaining a changelog for all breaking changes for the cli
36
36
### Dependencies
37
37
38
38
### Changed
39
-
- Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's ([#1109](https://github.com/opensearch-project/opensearch-java/pull/1109))
40
39
41
40
### Deprecated
42
41
43
42
### Removed
44
43
45
44
### Fixed
46
-
- Fixed error when deserializing a normalizer without 'type' ([#1111](https://github.com/opensearch-project/opensearch-java/pull/1111))
47
-
- Fixed deserialization of SearchRequest when `_source` is an array ([#1117](https://github.com/opensearch-project/opensearch-java/pull/1117))
48
45
49
46
### Security
50
47
48
+
## [2.13.0] - 08/01/2024
49
+
### Added
50
+
- Added `searchAfterVals` to `SearchRequest` to allow passing arbitrary `FieldValue`s to `search_after` ([#1105](https://github.com/opensearch-project/opensearch-java/pull/1105))
51
+
52
+
### Changed
53
+
- Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's ([#1109](https://github.com/opensearch-project/opensearch-java/pull/1109))
54
+
55
+
### Fixed
56
+
- Fixed error when deserializing a normalizer without 'type' ([#1111](https://github.com/opensearch-project/opensearch-java/pull/1111))
57
+
- Fixed deserialization of SearchRequest when `_source` is an array ([#1117](https://github.com/opensearch-project/opensearch-java/pull/1117))
58
+
51
59
## [2.12.0] - 07/22/2024
52
60
### Added
53
61
- Added support for the `parent` aggregation type ([#706](https://github.com/opensearch-project/opensearch-java/pull/706))
0 commit comments