Skip to content

Commit

Permalink
Generate CreateSnapshot(Fix CreateSnapshotResponse deserialization wh…
Browse files Browse the repository at this point in the history
…en wait_for_completion is false) (opensearch-project#1332) (opensearch-project#1335)

* Generate CreateSnapshot

Signed-off-by: Tatsuya Kawakami <[email protected]>

* add changelog

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
(cherry picked from commit d3509b5)
  • Loading branch information
hogesako authored Dec 2, 2024
1 parent e3c84b6 commit 4094864
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 197 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fixed `IcuCollationDecomposition`'s variants to align with those supported by OpenSearch ([#]())
- Fixed don't invoke the mapper's serialize method for the RangeQuery JsonData raw value [#1309](https://github.com/opensearch-project/opensearch-java/pull/1309)
- Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))
- Fixed `CreateSnapshotResponse` deserialization when wait_for_completion is false ([#1332](https://github.com/opensearch-project/opensearch-java/pull/1332))

### Security

Expand Down
Loading

0 comments on commit 4094864

Please sign in to comment.