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
+17-7
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [Unreleased 3.0]
5
5
### Dependencies
6
-
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3
7
6
- Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7
8
7
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
9
8
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
10
9
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
11
10
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.1
12
-
- Bump `org.owasp.dependencycheck` from 11.1.0 to 11.1.1 ([#1344](https://github.com/opensearch-project/opensearch-java/pull/1344))
13
-
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.1 to 2.8.2 ([#1343](https://github.com/opensearch-project/opensearch-java/pull/1343))
14
11
15
12
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.
16
13
@@ -53,14 +50,26 @@ This section is for maintaining a changelog for all breaking changes for the cli
53
50
### Removed
54
51
55
52
### Fixed
53
+
54
+
### Security
55
+
56
+
## [2.19.0] - 12/12/2024
57
+
### Added
58
+
- Added support for `IcuCollationKeywordProperty`'s `country`, `language` and `variant` properties ([#1321](https://github.com/opensearch-project/opensearch-java/pull/1321))
59
+
60
+
### Dependencies
61
+
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3
62
+
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.1 to 2.8.2 ([#1343](https://github.com/opensearch-project/opensearch-java/pull/1343))
63
+
- Bump `org.owasp.dependencycheck` from 11.1.0 to 11.1.1 ([#1344](https://github.com/opensearch-project/opensearch-java/pull/1344))
64
+
65
+
### Fixed
66
+
- Fixed `IcuCollationDecomposition`'s variants to align with those supported by OpenSearch ([#1321](https://github.com/opensearch-project/opensearch-java/pull/1321))
67
+
- 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)
56
68
- Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))
57
-
- 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))
- Fixed `CreateSnapshotResponse` deserialization when wait_for_completion is false ([#1332](https://github.com/opensearch-project/opensearch-java/pull/1332))
60
71
- Fixed serialization of nested aggregates under `SingleBucketAggregateBase` ([#1350](https://github.com/opensearch-project/opensearch-java/pull/1350))
61
72
62
-
### Security
63
-
64
73
## [2.18.0] - 11/19/2024
65
74
### Added
66
75
- Added support for disabling typed keys serialization ([#1296](https://github.com/opensearch-project/opensearch-java/pull/1296))
@@ -585,7 +594,8 @@ This section is for maintaining a changelog for all breaking changes for the cli
0 commit comments