From 0bc6609d1b5fffd33773c4bf6a6490377bbf63e9 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Fri, 9 Aug 2024 10:20:41 +1200 Subject: [PATCH] Update changelog with 2.13.0 entry (#1133) Signed-off-by: Thomas Farr --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402c2bc617..dae19dce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,18 +36,26 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Dependencies ### Changed -- Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's ([#1109](https://github.com/opensearch-project/opensearch-java/pull/1109)) ### Deprecated ### Removed ### Fixed -- Fixed error when deserializing a normalizer without 'type' ([#1111](https://github.com/opensearch-project/opensearch-java/pull/1111)) -- Fixed deserialization of SearchRequest when `_source` is an array ([#1117](https://github.com/opensearch-project/opensearch-java/pull/1117)) ### Security +## [2.13.0] - 08/01/2024 +### Added +- Added `searchAfterVals` to `SearchRequest` to allow passing arbitrary `FieldValue`s to `search_after` ([#1105](https://github.com/opensearch-project/opensearch-java/pull/1105)) + +### Changed +- Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's ([#1109](https://github.com/opensearch-project/opensearch-java/pull/1109)) + +### Fixed +- Fixed error when deserializing a normalizer without 'type' ([#1111](https://github.com/opensearch-project/opensearch-java/pull/1111)) +- Fixed deserialization of SearchRequest when `_source` is an array ([#1117](https://github.com/opensearch-project/opensearch-java/pull/1117)) + ## [2.12.0] - 07/22/2024 ### Added - Added support for the `parent` aggregation type ([#706](https://github.com/opensearch-project/opensearch-java/pull/706))