Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed

### Fixed
- 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))
- Fixed the regression introduced in the OpenSearch OpenAPI spec ([#1794](https://github.com/opensearch-project/opensearch-java/pull/1794))

### Security

Expand All @@ -47,6 +45,23 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Security

## [3.4.0] - 12/15/2025
### Added

### Dependencies

### Changed

### Deprecated

### Removed

### Fixed
- 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))
- Fixed the regression introduced in the OpenSearch OpenAPI spec ([#1794](https://github.com/opensearch-project/opensearch-java/pull/1794))

### Security

## [3.3.0] - 10/29/2025
### Added
- Added decommission awareness & weighted routing operations ([#1632](https://github.com/opensearch-project/opensearch-java/pull/1632))
Expand Down Expand Up @@ -597,8 +612,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))

[Unreleased 4.x]: https://github.com/opensearch-project/opensearch-java/compare/3.x...main
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...3.x
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.4.0...3.x
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
[3.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...v3.1.0
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
Loading