Skip to content

Commit bb81aeb

Browse files
authored
Prepare changelog for releasing 2.17.0 (#1262)
Signed-off-by: Thomas Farr <[email protected]>
1 parent 4029e14 commit bb81aeb

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased 2.x]
55
### Added
6-
- Added support for `KnnVectorProperty`'s `compression_level`, `data_type`, `mode` & `space_type` properties ([#1255](https://github.com/opensearch-project/opensearch-java/pull/1255))
76

87
### Dependencies
9-
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1
10-
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0
118

129
### Changed
1310

@@ -16,10 +13,20 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1613
### Removed
1714

1815
### Fixed
19-
- Fixed `UndeployModelResponse` deserialization ([#1257](https://github.com/opensearch-project/opensearch-java/pull/1257))
2016

2117
### Security
2218

19+
## [2.17.0] - 11/05/2024
20+
### Added
21+
- Added support for `KnnVectorProperty`'s `compression_level`, `data_type`, `mode` & `space_type` properties ([#1255](https://github.com/opensearch-project/opensearch-java/pull/1255))
22+
23+
### Dependencies
24+
- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1
25+
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0
26+
27+
### Fixed
28+
- Fixed `UndeployModelResponse` deserialization ([#1257](https://github.com/opensearch-project/opensearch-java/pull/1257))
29+
2330
## [2.16.0] - 10/22/2024
2431
### Added
2532
- Added `minScore` and `maxDistance` to `KnnQuery` ([#1166](https://github.com/opensearch-project/opensearch-java/pull/1166))
@@ -514,7 +521,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
514521

515522
### Security
516523

517-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.16.0...2.x
524+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.17.0...2.x
525+
[2.17.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.16.0...v2.17.0
518526
[2.16.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.15.0...v2.16.0
519527
[2.15.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.14.0...v2.15.0
520528
[2.14.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.13.0...v2.14.0

0 commit comments

Comments
 (0)