Skip to content

Commit 3680ef6

Browse files
authored
Update changelog post 2.19.0 release (#1356)
Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit a6b6b58)
1 parent b07eae5 commit 3680ef6

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

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

44
## [Unreleased 3.0]
55
### Dependencies
6-
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3
76
- Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7
87
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
98
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
109
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
1110
- 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))
1411

1512
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.
1613

@@ -53,14 +50,26 @@ This section is for maintaining a changelog for all breaking changes for the cli
5350
### Removed
5451

5552
### 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)
5668
- 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))
5869
- Fixed `GetSnapshotResponse` deserialization ([#1299](https://github.com/opensearch-project/opensearch-java/pull/1299))
5970
- Fixed `CreateSnapshotResponse` deserialization when wait_for_completion is false ([#1332](https://github.com/opensearch-project/opensearch-java/pull/1332))
6071
- Fixed serialization of nested aggregates under `SingleBucketAggregateBase` ([#1350](https://github.com/opensearch-project/opensearch-java/pull/1350))
6172

62-
### Security
63-
6473
## [2.18.0] - 11/19/2024
6574
### Added
6675
- 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
585594
### Security
586595

587596
[Unreleased 3.0]: https://github.com/opensearch-project/opensearch-java/compare/2.x...HEAD
588-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.18.0...2.x
597+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.19.0...2.x
598+
[2.19.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.18.0...v2.19.0
589599
[2.18.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.17.0...v2.18.0
590600
[2.17.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.16.0...v2.17.0
591601
[2.16.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.15.0...v2.16.0

0 commit comments

Comments
 (0)