You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backport master] Support multiple expand_wildcards (#5319)
* Support multiple expand_wildcards (#5317)
Since 7.10.1 the watcher expand_wildcards property has accepted and
returns an array for expanded_wildcards. This broke in our existing
representation of IndicesOptions during deserialisation. This change is
breaking but now supports either a single string value or an array in
the JSON response.
* Fix up namespaces
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
0 commit comments