Skip to content

Commit 352fa3f

Browse files
committed
adds support for opensearch 2.17
Signed-off-by: Jakob Hahn <[email protected]>
1 parent bd5d233 commit 352fa3f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/test-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- { opensearch_version: 2.14.0 }
2929
- { opensearch_version: 2.15.0 }
3030
- { opensearch_version: 2.16.0 }
31+
- { opensearch_version: 2.17.0 }
3132
steps:
3233
- uses: actions/checkout@v4
3334

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
### Added
88
- Adds ISM Alias action ([#615](https://github.com/opensearch-project/opensearch-go/pull/615))
9+
- Adds support for opensearch 2.17 ([#???](https://github.com/opensearch-project/opensearch-go/pull/???))
910

1011
### Changed
1112

opensearchapi/api_nodes-stats.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ type NodesStatsIndices struct {
175175
DfsQuery NodesStatsIndicesSearchRequest `json:"dfs_query"`
176176
Expand NodesStatsIndicesSearchRequest `json:"expand"`
177177
CanMatch NodesStatsIndicesSearchRequest `json:"can_match"`
178+
Took NodesStatsIndicesSearchRequest `json:"took"`
178179
} `json:"request"`
179180
} `json:"search"`
180181
Merges struct {

0 commit comments

Comments
 (0)