From ec3250abad61b81896b090d264bd7bd8887a04e6 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 7 Nov 2024 10:04:05 +1300 Subject: [PATCH] Correct changelog (#1268) Signed-off-by: Thomas Farr --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 995fa361c..bd40b8446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased 3.0] ### Dependencies - Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.2 -- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0 - Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7 - Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0 - Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9 -- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1 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. @@ -40,7 +38,6 @@ This section is for maintaining a changelog for all breaking changes for the cli ## [Unreleased 2.x] ### Added -- Added support for `KnnVectorProperty`'s `compression_level`, `data_type`, `mode` & `space_type` properties ([#1255](https://github.com/opensearch-project/opensearch-java/pull/1255)) ### Dependencies @@ -54,6 +51,17 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Security +## [2.17.0] - 11/05/2024 +### Added +- Added support for `KnnVectorProperty`'s `compression_level`, `data_type`, `mode` & `space_type` properties ([#1255](https://github.com/opensearch-project/opensearch-java/pull/1255)) + +### Dependencies +- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1 +- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0 + +### Fixed +- Fixed `UndeployModelResponse` deserialization ([#1257](https://github.com/opensearch-project/opensearch-java/pull/1257)) + ## [2.16.0] - 10/22/2024 ### Added - Added `minScore` and `maxDistance` to `KnnQuery` ([#1166](https://github.com/opensearch-project/opensearch-java/pull/1166)) @@ -556,7 +564,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.16.0...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.17.0...2.x +[2.17.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.16.0...v2.17.0 [2.16.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.15.0...v2.16.0 [2.15.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.14.0...v2.15.0 [2.14.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.13.0...v2.14.0