Skip to content

Commit

Permalink
Generate GetSnapshot (#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]>
  • Loading branch information
hogesako and Xtansia authored Nov 26, 2024
1 parent e37f965 commit 1c7c6e0
Show file tree
Hide file tree
Showing 13 changed files with 681 additions and 1,047 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ This section is for maintaining a changelog for all breaking changes for the cli

### Fixed
- 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 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))

### Security

Expand Down
Loading

0 comments on commit 1c7c6e0

Please sign in to comment.