Skip to content

Commit 2a362a6

Browse files
authored
Prepare changelog for releasing 2.14.0 (#1162)
Signed-off-by: Thomas Farr <[email protected]>
1 parent a1068ff commit 2a362a6

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.md

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

44
## [Unreleased 2.x]
55
### Added
6-
- Added `queryImage` (query_image) field to `NeuralQuery`, following definition in ([Neural Query](https://opensearch.org/docs/latest/query-dsl/specialized/neural/)) ([#1137](https://github.com/opensearch-project/opensearch-java/pull/1138))
7-
- Added `cancelAfterTimeInterval` to `SearchRequest` and `MsearchRequest` ([#1147](https://github.com/opensearch-project/opensearch-java/pull/1147))
8-
- Added the `ml` namespace operations ([#1158](https://github.com/opensearch-project/opensearch-java/pull/1158))
96

107
### Dependencies
11-
- Bumps `commons-logging:commons-logging` from 1.3.3 to 1.3.4
12-
- Bumps `io.github.classgraph:classgraph` from 4.8.174 to 4.8.175
138

149
### Changed
1510

@@ -18,10 +13,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1813
### Removed
1914

2015
### Fixed
21-
- Fixed handling of NodeInfo fields that are not returned by Amazon OpenSearch Service ([#1132](https://github.com/opensearch-project/opensearch-java/pull/1132))
2216

2317
### Security
2418

19+
## [2.14.0] - 08/27/2024
20+
### Added
21+
- Added `queryImage` (query_image) field to `NeuralQuery`, following definition in ([Neural Query](https://opensearch.org/docs/latest/query-dsl/specialized/neural/)) ([#1137](https://github.com/opensearch-project/opensearch-java/pull/1138))
22+
- Added `cancelAfterTimeInterval` to `SearchRequest` and `MsearchRequest` ([#1147](https://github.com/opensearch-project/opensearch-java/pull/1147))
23+
- Added the `ml` namespace operations ([#1158](https://github.com/opensearch-project/opensearch-java/pull/1158))
24+
25+
### Dependencies
26+
- Bumps `commons-logging:commons-logging` from 1.3.3 to 1.3.4
27+
- Bumps `io.github.classgraph:classgraph` from 4.8.174 to 4.8.175
28+
29+
### Fixed
30+
- Fixed handling of NodeInfo fields that are not returned by Amazon OpenSearch Service ([#1132](https://github.com/opensearch-project/opensearch-java/pull/1132))
31+
2532
## [2.13.0] - 08/01/2024
2633
### Added
2734
- Added `searchAfterVals` to `SearchRequest` to allow passing arbitrary `FieldValue`s to `search_after` ([#1105](https://github.com/opensearch-project/opensearch-java/pull/1105))
@@ -473,7 +480,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
473480

474481
### Security
475482

476-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.13.0...2.x
483+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.14.0...2.x
484+
[2.14.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.13.0...v2.14.0
477485
[2.13.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...v2.13.0
478486
[2.12.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.1...v2.12.0
479487
[2.11.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.0...v2.11.1

0 commit comments

Comments
 (0)