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
+15-7
Original file line number
Diff line number
Diff line change
@@ -3,13 +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 `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))
9
6
10
7
### 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
13
8
14
9
### Changed
15
10
@@ -18,10 +13,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
18
13
### Removed
19
14
20
15
### 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))
22
16
23
17
### Security
24
18
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
+
25
32
## [2.13.0] - 08/01/2024
26
33
### Added
27
34
- 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/)
0 commit comments