Skip to content
Open
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Support Jackson 3.x release line ([#1810](https://github.com/opensearch-project/opensearch-java/pull/1810))
- Added `equals()` and `hashCode()` implementations to `FieldValue` ([#1998](https://github.com/opensearch-project/opensearch-java/pull/1998))
- Add document lifecycle guide and runnable sample ([#2017](https://github.com/opensearch-project/opensearch-java/pull/2017))
- Add configurable I/O reactor rebuild back-off to `ApacheHttpClient5Transport` ([#1969](https://github.com/opensearch-project/opensearch-java/issues/1969))

### Fixed
- Recover `ApacheHttpClient5Transport` from an I/O reactor shutdown instead of failing every subsequent request permanently ([#1969](https://github.com/opensearch-project/opensearch-java/issues/1969))

## [Unreleased 3.x]
### Added
Expand Down
Loading
Loading