Skip to content

Commit

Permalink
Generate GetSnapshot (opensearch-project#1299)
Browse files Browse the repository at this point in the history
* Generate get snapshot

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

* add changelog

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

* Update codegen

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit 1c7c6e0)
  • Loading branch information
hogesako committed Dec 5, 2024
1 parent 4094864 commit deb52b6
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 476 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- 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))
- Fixed `GetSnapshotResponse` deserialization ([#1299](https://github.com/opensearch-project/opensearch-java/pull/1299))

### Security

Expand Down
Loading

0 comments on commit deb52b6

Please sign in to comment.