Skip to content

Commit

Permalink
adds support for opensearch 2.17 (#623)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com>
  • Loading branch information
Jakob3xD authored Sep 24, 2024
1 parent bd5d233 commit 5dd21aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- { opensearch_version: 2.14.0 }
- { opensearch_version: 2.15.0 }
- { opensearch_version: 2.16.0 }
- { opensearch_version: 2.17.0 }
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Added
- Adds ISM Alias action ([#615](https://github.com/opensearch-project/opensearch-go/pull/615))
- Adds support for opensearch 2.17 ([#623](https://github.com/opensearch-project/opensearch-go/pull/623))

### Changed

Expand Down
1 change: 1 addition & 0 deletions opensearchapi/api_nodes-stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ type NodesStatsIndices struct {
DfsQuery NodesStatsIndicesSearchRequest `json:"dfs_query"`
Expand NodesStatsIndicesSearchRequest `json:"expand"`
CanMatch NodesStatsIndicesSearchRequest `json:"can_match"`
Took NodesStatsIndicesSearchRequest `json:"took"`
} `json:"request"`
} `json:"search"`
Merges struct {
Expand Down

0 comments on commit 5dd21aa

Please sign in to comment.