File tree 2 files changed +35
-2
lines changed
2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [ Unreleased 2.x]
5
5
### Added
6
+
7
+ ### Dependencies
8
+
9
+ ### Changed
10
+
11
+ ### Deprecated
12
+
13
+ ### Removed
14
+
15
+ ### Fixed
16
+
17
+ ### Security
18
+
19
+ ## [ 2.8.2] - 02/07/2024
20
+ ### Added
6
21
- Added support for icu_collation_keyword type ([ #725 ] ( https://github.com/opensearch-project/opensearch-java/pull/725 ) )
7
22
- Added support for flat_object field property ([ #735 ] ( https://github.com/opensearch-project/opensearch-java/pull/735 ) )
8
23
- Expose HTTP status code through ` ResponseException#status ` ([ #756 ] ( https://github.com/opensearch-project/opensearch-java/pull/756 ) )
@@ -30,6 +45,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
30
45
31
46
### Security
32
47
48
+ ## [ 2.8.1]
49
+ ### Added
50
+
51
+ ### Dependencies
52
+
53
+ ### Changed
54
+
55
+ ### Deprecated
56
+
57
+ ### Removed
58
+
59
+ ### Fixed
60
+ - Fix partial success results for msearch_template ([ #709 ] ( https://github.com/opensearch-project/opensearch-java/pull/709 ) )
61
+
62
+ ### Security
63
+
33
64
## [ 2.8.0] - 01/11/2023
34
65
### Added
35
66
- Added support for indexing and search index settings ([ #667 ] ( https://github.com/opensearch-project/opensearch-java/pull/667 ) )
@@ -222,7 +253,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
222
253
223
254
### Security
224
255
225
- [ Unreleased 2.x ] : https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...2.x
256
+ [ Unreleased 2.x ] : https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...2.x
257
+ [ 2.8.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.8.1...v2.8.2
258
+ [ 2.8.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...v2.8.1
226
259
[ 2.8.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.7.0...v2.8.0
227
260
[ 2.7.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.6.0...v2.7.0
228
261
[ 2.6.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.5.0...v2.6.0
Original file line number Diff line number Diff line change 1
- systemProp.version = 2.9.0
1
+ systemProp.version = 2.8.2
You can’t perform that action at this time.
0 commit comments