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) (#1332)

* 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]>
  • Loading branch information
hogesako authored Nov 27, 2024
1 parent bd171fb commit d3509b5
Show file tree
Hide file tree
Showing 9 changed files with 384 additions and 230 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
- Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))
- 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 `GetSnapshotResponse` deserialization ([#1299](https://github.com/opensearch-project/opensearch-java/pull/1299))
- 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 d3509b5

Please sign in to comment.