Skip to content

Commit a6b6b58

Browse files
authored
Prepare changelog for 2.19.0 (#1353)
Signed-off-by: Thomas Farr <[email protected]>
1 parent f98e8ea commit a6b6b58

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ gradle-app.setting
2424
java-client/bin
2525
samples/bin
2626

27-
.DS_Store
27+
.DS_Store
28+
29+
.kotlin/

CHANGELOG.md

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

44
## [Unreleased 2.x]
55
### Added
6-
- Added support for `IcuCollationKeywordProperty`'s `country`, `language` and `variant` properties ([#]())
76

87
### 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))
128

139
### Changed
1410

@@ -17,15 +13,26 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1713
### Removed
1814

1915
### 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))
2130
- 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)
2231
- Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))
2332
- Fixed `CreateSnapshotResponse` deserialization when wait_for_completion is false ([#1332](https://github.com/opensearch-project/opensearch-java/pull/1332))
2433
- Fixed `GetSnapshotResponse` deserialization ([#1299](https://github.com/opensearch-project/opensearch-java/pull/1299))
2534
- Fixed serialization of nested aggregates under `SingleBucketAggregateBase` ([#1350](https://github.com/opensearch-project/opensearch-java/pull/1350))
2635

27-
### Security
28-
2936
## [2.18.0] - 11/19/2024
3037
### Added
3138
- 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/)
542549

543550
### Security
544551

545-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.18.0...2.x
552+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.19.0...2.x
553+
[2.19.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.18.0...v2.19.0
546554
[2.18.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.17.0...v2.18.0
547555
[2.17.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.16.0...v2.17.0
548556
[2.16.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.15.0...v2.16.0

0 commit comments

Comments
 (0)