File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 28
28
- { opensearch_version: 2.14.0 }
29
29
- { opensearch_version: 2.15.0 }
30
30
- { opensearch_version: 2.16.0 }
31
+ - { opensearch_version: 2.17.0 }
31
32
steps :
32
33
- uses : actions/checkout@v4
33
34
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
### Added
8
8
- 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/??? ) )
9
10
10
11
### Changed
11
12
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ type NodesStatsIndices struct {
175
175
DfsQuery NodesStatsIndicesSearchRequest `json:"dfs_query"`
176
176
Expand NodesStatsIndicesSearchRequest `json:"expand"`
177
177
CanMatch NodesStatsIndicesSearchRequest `json:"can_match"`
178
+ Took NodesStatsIndicesSearchRequest `json:"took"`
178
179
} `json:"request"`
179
180
} `json:"search"`
180
181
Merges struct {
You can’t perform that action at this time.
0 commit comments