Skip to content

Commit f400fac

Browse files
authored
Prepare 3.5.0 release (#1857)
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent 27c8dc8 commit f400fac

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 22 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-
- Fix formatting of the main method to run for various samples ([#1749](https://github.com/opensearch-project/opensearch-java/pull/1749))
7-
- Fix NPE when null ObjectBuilder is accessed ([#1717](https://github.com/opensearch-project/opensearch-java/issues/1717))
8-
- Added BulkIngester helper for efficient bulk operations with buffering, retries, and backpressure. Ported from elasticsearch-java (commit e7120d4) ([#1809](https://github.com/opensearch-project/opensearch-java/pull/1809))
9-
- Added equals and hashCode implementation to JsonDataImpl ([#1803](https://github.com/opensearch-project/opensearch-java/pull/1838))
106

117
### Dependencies
12-
- Bump `com.github.jk1.dependency-license-report` from 2.9 to 3.0.1 ([#1779](https://github.com/opensearch-project/opensearch-java/pull/1779), [#1781](https://github.com/opensearch-project/opensearch-java/pull/1781))
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.5.0] - 01/15/2026
35+
### Added
36+
- Fix formatting of the main method to run for various samples ([#1749](https://github.com/opensearch-project/opensearch-java/pull/1749))
37+
- Fix NPE when null ObjectBuilder is accessed ([#1717](https://github.com/opensearch-project/opensearch-java/issues/1717))
38+
- Added BulkIngester helper for efficient bulk operations with buffering, retries, and backpressure. Ported from elasticsearch-java (commit e7120d4) ([#1809](https://github.com/opensearch-project/opensearch-java/pull/1809))
39+
- Added equals and hashCode implementation to JsonDataImpl ([#1803](https://github.com/opensearch-project/opensearch-java/pull/1838))
40+
41+
### Dependencies
42+
- Bump `com.github.jk1.dependency-license-report` from 2.9 to 3.0.1 ([#1779](https://github.com/opensearch-project/opensearch-java/pull/1779), [#1781](https://github.com/opensearch-project/opensearch-java/pull/1781))
43+
44+
### Changed
45+
46+
### Deprecated
47+
48+
### Removed
49+
50+
### Fixed
51+
52+
### Security
53+
3954
## [3.4.0] - 12/15/2025
4055
### Added
4156

@@ -602,8 +617,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
602617
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
603618
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
604619

605-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...3.x
620+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.5.0...3.x
606621
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
622+
[3.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...v3.5.0
607623
[3.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...v3.4.0
608624
[3.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...v3.3.0
609625
[3.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...v3.2.0

0 commit comments

Comments
 (0)