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
* Prepare 3.7.0 release
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
* Include new 3.x changes
---------
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
Co-authored-by: Thomas Farr <tfarr@atlassian.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
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 3.x]
5
5
### Added
6
-
- Add msearch `allow_partial_results` flag ([#1904](https://github.com/opensearch-project/opensearch-java/pull/1904))
7
-
8
6
9
7
### Dependencies
10
-
- Bump `com.github.jk1.dependency-license-report` from 3.0.1 to 3.1.1 ([#1895](https://github.com/opensearch-project/opensearch-java/pull/1895), [#1896](https://github.com/opensearch-project/opensearch-java/pull/1896))
11
-
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1 ([#1883](https://github.com/opensearch-project/opensearch-java/pull/1883))
12
-
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.3 to 2.8.4 ([#1882](https://github.com/opensearch-project/opensearch-java/pull/1882))
13
8
14
9
### Changed
15
10
@@ -18,7 +13,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
18
13
### Removed
19
14
20
15
### Fixed
21
-
- Fix NPEs while converting transport options when null options, headers, or query parameters are provided ([#1887](https://github.com/opensearch-project/opensearch-java/pull/1888))
22
16
23
17
### Security
24
18
@@ -37,6 +31,26 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
37
31
38
32
### Security
39
33
34
+
## [3.7.0] - 03/03/2026
35
+
### Added
36
+
- Add msearch `allow_partial_results` flag ([#1904](https://github.com/opensearch-project/opensearch-java/pull/1904))
37
+
38
+
### Dependencies
39
+
- Bump `com.github.jk1.dependency-license-report` from 3.0.1 to 3.1.1 ([#1895](https://github.com/opensearch-project/opensearch-java/pull/1895), [#1896](https://github.com/opensearch-project/opensearch-java/pull/1896))
40
+
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1 ([#1883](https://github.com/opensearch-project/opensearch-java/pull/1883))
41
+
- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.3 to 2.8.4 ([#1882](https://github.com/opensearch-project/opensearch-java/pull/1882))
42
+
43
+
### Changed
44
+
45
+
### Deprecated
46
+
47
+
### Removed
48
+
49
+
### Fixed
50
+
- Fix NPEs while converting transport options when null options, headers, or query parameters are provided ([#1887](https://github.com/opensearch-project/opensearch-java/pull/1888))
0 commit comments