Skip to content

Commit 0bc6609

Browse files
authored
Update changelog with 2.13.0 entry (#1133)
Signed-off-by: Thomas Farr <[email protected]>
1 parent 7df9013 commit 0bc6609

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,26 @@ This section is for maintaining a changelog for all breaking changes for the cli
3636
### Dependencies
3737

3838
### 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))
4039

4140
### Deprecated
4241

4342
### Removed
4443

4544
### 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))
4845

4946
### Security
5047

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+
5159
## [2.12.0] - 07/22/2024
5260
### Added
5361
- Added support for the `parent` aggregation type ([#706](https://github.com/opensearch-project/opensearch-java/pull/706))

0 commit comments

Comments
 (0)