You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16-8
Original file line number
Diff line number
Diff line change
@@ -3,12 +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 `IcuCollationKeywordProperty`'s `country`, `language` and `variant` properties ([#]())
7
6
8
7
### Dependencies
9
-
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3
10
-
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.1 to 2.8.2 ([#1343](https://github.com/opensearch-project/opensearch-java/pull/1343))
11
-
- Bump `org.owasp.dependencycheck` from 11.1.0 to 11.1.1 ([#1344](https://github.com/opensearch-project/opensearch-java/pull/1344))
12
8
13
9
### Changed
14
10
@@ -17,15 +13,26 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
17
13
### Removed
18
14
19
15
### Fixed
20
-
- Fixed `IcuCollationDecomposition`'s variants to align with those supported by OpenSearch ([#]())
16
+
17
+
### Security
18
+
19
+
## [2.19.0] - 12/12/2024
20
+
### Added
21
+
- Added support for `IcuCollationKeywordProperty`'s `country`, `language` and `variant` properties ([#1321](https://github.com/opensearch-project/opensearch-java/pull/1321))
22
+
23
+
### Dependencies
24
+
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3
25
+
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.1 to 2.8.2 ([#1343](https://github.com/opensearch-project/opensearch-java/pull/1343))
26
+
- Bump `org.owasp.dependencycheck` from 11.1.0 to 11.1.1 ([#1344](https://github.com/opensearch-project/opensearch-java/pull/1344))
27
+
28
+
### Fixed
29
+
- Fixed `IcuCollationDecomposition`'s variants to align with those supported by OpenSearch ([#1321](https://github.com/opensearch-project/opensearch-java/pull/1321))
21
30
- Fixed don't invoke the mapper's serialize method for the RangeQuery JsonData raw value [#1309](https://github.com/opensearch-project/opensearch-java/pull/1309)
22
31
- Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))
23
32
- Fixed `CreateSnapshotResponse` deserialization when wait_for_completion is false ([#1332](https://github.com/opensearch-project/opensearch-java/pull/1332))
- Fixed serialization of nested aggregates under `SingleBucketAggregateBase` ([#1350](https://github.com/opensearch-project/opensearch-java/pull/1350))
26
35
27
-
### Security
28
-
29
36
## [2.18.0] - 11/19/2024
30
37
### Added
31
38
- Added support for disabling typed keys serialization ([#1296](https://github.com/opensearch-project/opensearch-java/pull/1296))
@@ -542,7 +549,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
0 commit comments