From 1e099e09688142b5e12b9f1810608792e06ce01e Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Mon, 22 Jul 2024 13:56:46 +1200 Subject: [PATCH] Prepare changelog for 2.12.0 release Signed-off-by: Thomas Farr --- CHANGELOG.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455eb91613..d9666d9064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,12 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased 3.0] ### Dependencies -- Bumps `org.owasp.dependencycheck` from 9.1.0 to 10.0.2 -- Bumps `com.github.jk1.dependency-license-report` from 2.7 to 2.8 - Bumps `org.junit:junit-bom` from 5.10.2 to 5.10.3 -- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.4 to 5.2.5 -- Bumps `commons-logging:commons-logging` from 1.3.2 to 1.3.3 -- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.4 to 5.2.5 This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section. ### Added - Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330)) -- Add support for phase_took & search_pipeline request params ([#1036](https://github.com/opensearch-project/opensearch-java/pull/1036)) -- Add an interface PlainJsonSerializable with a default method for serialization to Json ([#1064](https://github.com/opensearch-project/opensearch-java/pull/1064)) ### Dependencies @@ -38,7 +31,6 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Added ### Dependencies -- Bumps `io.github.classgraph:classgraph` from 4.8.173 to 4.8.174 ### Changed @@ -47,11 +39,26 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Removed ### Fixed -- Deserialize aggregation containing a parent aggregation ([#706](https://github.com/opensearch-project/opensearch-java/pull/706)) -- Deserialize error response when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068)) ### Security +## [2.12.0] - 07/22/2024 +### Added +- Added support for the `parent` aggregation type ([#706](https://github.com/opensearch-project/opensearch-java/pull/706)) +- Added support for phase_took & search_pipeline request params ([#1036](https://github.com/opensearch-project/opensearch-java/pull/1036)) +- Added an interface PlainJsonSerializable with a default method for serialization to Json ([#1064](https://github.com/opensearch-project/opensearch-java/pull/1064)) + +### Dependencies +- Bumps `io.github.classgraph:classgraph` from 4.8.173 to 4.8.174 +- Bumps `org.owasp.dependencycheck` from 9.1.0 to 10.0.2 +- Bumps `com.github.jk1.dependency-license-report` from 2.7 to 2.8 +- Bumps `commons-logging:commons-logging` from 1.3.2 to 1.3.3 +- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.4 to 5.2.5 +- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.4 to 5.2.5 + +### Fixed +- Fixed deserializing of error responses when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068)) + ## [2.11.1] - 06/27/2024 ### Added @@ -483,7 +490,8 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Security [Unreleased 3.0]: https://github.com/opensearch-project/opensearch-java/compare/2.x...HEAD -[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.1...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...2.x +[2.12.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.1...v2.12.0 [2.11.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.0...v2.11.1 [2.11.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.4...v2.11.0 [2.10.4]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.3...v2.10.4