Skip to content

Commit 1e7d5e6

Browse files
authored
Prepare 3.6.0 release (#1873)
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent 5980b71 commit 1e7d5e6

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

CHANGELOG.md

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

77
### Dependencies
8-
- Bump `de.undercouch.download` from 5.6.0 to 5.7.0 ([#1867](https://github.com/opensearch-project/opensearch-java/pull/1867))
9-
- Bump `org.owasp.dependencycheck` from 12.1.2 to 12.2.0 ([#1735](https://github.com/opensearch-project/opensearch-java/pull/1735), [#1742](https://github.com/opensearch-project/opensearch-java/pull/1742), [#1754](https://github.com/opensearch-project/opensearch-java/pull/1754), [#1765](https://github.com/opensearch-project/opensearch-java/pull/1765), [#1796](https://github.com/opensearch-project/opensearch-java/pull/1796), [#1854](https://github.com/opensearch-project/opensearch-java/pull/1854))
10-
- Bump `gradle-wrapper` from 9.3.0 to 9.3.1 ([#1864](https://github.com/opensearch-project/opensearch-java/pull/1864))
11-
- Bump `gradle-wrapper` from 9.2.0 to 9.3.0 ([#1862](https://github.com/opensearch-project/opensearch-java/pull/1862))
12-
- Bump `org.apache.httpcomponents.client5:httpclient5` from 5.5 to 5.6 [#1844](https://github.com/opensearch-project/opensearch-java/pull/1844)
138

149
### Changed
1510

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

3732
### Security
3833

34+
## [3.6.0] - 02/11/2026
35+
### Added
36+
37+
### Dependencies
38+
- Bump `de.undercouch.download` from 5.6.0 to 5.7.0 ([#1867](https://github.com/opensearch-project/opensearch-java/pull/1867))
39+
- Bump `org.owasp.dependencycheck` from 12.1.2 to 12.2.0 ([#1735](https://github.com/opensearch-project/opensearch-java/pull/1735), [#1742](https://github.com/opensearch-project/opensearch-java/pull/1742), [#1754](https://github.com/opensearch-project/opensearch-java/pull/1754), [#1765](https://github.com/opensearch-project/opensearch-java/pull/1765), [#1796](https://github.com/opensearch-project/opensearch-java/pull/1796), [#1854](https://github.com/opensearch-project/opensearch-java/pull/1854))
40+
- Bump `gradle-wrapper` from 9.3.0 to 9.3.1 ([#1864](https://github.com/opensearch-project/opensearch-java/pull/1864))
41+
- Bump `gradle-wrapper` from 9.2.0 to 9.3.0 ([#1862](https://github.com/opensearch-project/opensearch-java/pull/1862))
42+
- Bump `org.apache.httpcomponents.client5:httpclient5` from 5.5 to 5.6 [#1844](https://github.com/opensearch-project/opensearch-java/pull/1844)
43+
44+
### Changed
45+
46+
### Deprecated
47+
48+
### Removed
49+
50+
### Fixed
51+
52+
### Security
53+
3954
## [3.5.0] - 01/15/2026
4055
### Added
4156
- Fix formatting of the main method to run for various samples ([#1749](https://github.com/opensearch-project/opensearch-java/pull/1749))
@@ -622,8 +637,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
622637
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
623638
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
624639

625-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.5.0...3.x
640+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.6.0...3.x
626641
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
642+
[3.6.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.5.0...v3.6.0
627643
[3.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...v3.5.0
628644
[3.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...v3.4.0
629645
[3.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...v3.3.0

0 commit comments

Comments
 (0)