Skip to content

Commit 33ce2e1

Browse files
Prepare 3.7.0 release (#1911)
* 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>
1 parent 9e7518e commit 33ce2e1

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
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 3.x]
55
### Added
6-
- Add msearch `allow_partial_results` flag ([#1904](https://github.com/opensearch-project/opensearch-java/pull/1904))
7-
86

97
### 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))
138

149
### Changed
1510

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

2015
### 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))
2216

2317
### Security
2418

@@ -37,6 +31,26 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3731

3832
### Security
3933

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))
51+
52+
### Security
53+
4054
## [3.6.0] - 02/11/2026
4155
### Added
4256

0 commit comments

Comments
 (0)