Skip to content

Commit df1a339

Browse files
authored
Prepare 3.4.0 release (#1825)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 457f102 commit df1a339

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
### Removed
1414

1515
### Fixed
16-
- Fixed an issue where `AwsSdk2Transport` would create a default `JacksonJsonpMapper` on every instantiation even if a mapper was already provided, which could cause issues with Jackson module resolution ([#1788](https://github.com/opensearch-project/opensearch-java/pull/1788))
17-
- Fixed the regression introduced in the OpenSearch OpenAPI spec ([#1794](https://github.com/opensearch-project/opensearch-java/pull/1794))
1816

1917
### Security
2018

@@ -33,6 +31,23 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3331

3432
### Security
3533

34+
## [3.4.0] - 12/15/2025
35+
### Added
36+
37+
### Dependencies
38+
39+
### Changed
40+
41+
### Deprecated
42+
43+
### Removed
44+
45+
### Fixed
46+
- Fixed an issue where `AwsSdk2Transport` would create a default `JacksonJsonpMapper` on every instantiation even if a mapper was already provided, which could cause issues with Jackson module resolution ([#1788](https://github.com/opensearch-project/opensearch-java/pull/1788))
47+
- Fixed the regression introduced in the OpenSearch OpenAPI spec ([#1794](https://github.com/opensearch-project/opensearch-java/pull/1794))
48+
49+
### Security
50+
3651
## [3.3.0] - 10/29/2025
3752
### Added
3853
- Added decommission awareness & weighted routing operations ([#1632](https://github.com/opensearch-project/opensearch-java/pull/1632))
@@ -582,8 +597,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
582597
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
583598
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
584599

585-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...3.x
600+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...3.x
586601
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
602+
[3.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...v3.4.0
587603
[3.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...v3.3.0
588604
[3.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...v3.2.0
589605
[3.1.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...v3.1.0

0 commit comments

Comments
 (0)