Skip to content

Commit bb71975

Browse files
authored
Prepare 3.8.0 release (#1941)
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent 48bd745 commit bb71975

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
### Added
66

77
### Dependencies
8-
- Bump `gradle-wrapper` from 9.31. to 9.4.1 ([#1930](https://github.com/opensearch-project/opensearch-java/pull/1930), [#1934](https://github.com/opensearch-project/opensearch-java/pull/1934))
9-
- Bump `commons-logging:commons-logging` from 1.3.5 to 1.3.6 ([#1922](https://github.com/opensearch-project/opensearch-java/pull/1922))
10-
- Bump `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4.1 to 5.4.2 ([#1919](https://github.com/opensearch-project/opensearch-java/pull/1919))
118

129
### Changed
1310

@@ -34,6 +31,24 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3431

3532
### Security
3633

34+
## [3.8.0] - 03/26/2026
35+
### Added
36+
37+
### Dependencies
38+
- Bump `gradle-wrapper` from 9.31. to 9.4.1 ([#1930](https://github.com/opensearch-project/opensearch-java/pull/1930), [#1934](https://github.com/opensearch-project/opensearch-java/pull/1934))
39+
- Bump `commons-logging:commons-logging` from 1.3.5 to 1.3.6 ([#1922](https://github.com/opensearch-project/opensearch-java/pull/1922))
40+
- Bump `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4.1 to 5.4.2 ([#1919](https://github.com/opensearch-project/opensearch-java/pull/1919))
41+
42+
### Changed
43+
44+
### Deprecated
45+
46+
### Removed
47+
48+
### Fixed
49+
50+
### Security
51+
3752
## [3.7.0] - 03/03/2026
3853
### Added
3954
- Add msearch `allow_partial_results` flag ([#1904](https://github.com/opensearch-project/opensearch-java/pull/1904))
@@ -660,8 +675,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
660675
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
661676
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
662677

663-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.6.0...3.x
678+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.8.0...3.x
664679
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
680+
[3.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.7.0...v3.8.0
681+
[3.7.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.6.0...v3.7.0
665682
[3.6.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.5.0...v3.6.0
666683
[3.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...v3.5.0
667684
[3.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...v3.4.0

0 commit comments

Comments
 (0)