@@ -3,11 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [ Unreleased 2.x]
5
5
### 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 ) )
7
6
8
7
### 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
11
8
12
9
### Changed
13
10
@@ -16,10 +13,20 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
16
13
### Removed
17
14
18
15
### Fixed
19
- - Fixed ` UndeployModelResponse ` deserialization ([ #1257 ] ( https://github.com/opensearch-project/opensearch-java/pull/1257 ) )
20
16
21
17
### Security
22
18
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
+
23
30
## [ 2.16.0] - 10/22/2024
24
31
### Added
25
32
- 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/)
514
521
515
522
### Security
516
523
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
518
526
[ 2.16.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.15.0...v2.16.0
519
527
[ 2.15.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.14.0...v2.15.0
520
528
[ 2.14.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.13.0...v2.14.0
0 commit comments