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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,38 @@ The `:body` parameter is now required in the following APIs:
82
82
*`project.tags` (Experimental) - Return tags defined for the project.
83
83
*`security.get_stats` - Gather security usage statistics from all node(s) within the cluster. [Documentation](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-get-stats)
84
84
85
+
# 9.1.3
86
+
87
+
## Elasticsearch API
88
+
89
+
Updates API code to the latest Elasticsearch 9.1 specification.
90
+
91
+
* Updates `:bytes` and `:time` parameters in **Cat** endpoints:
* Adds available parameters to experimental **Stream** namespace APIs. Updates `streams.logs_disable`, `streams.logs_enable`, `streams.status`.
101
+
*[Time]`:master_timeout` The period to wait for a connection to the master node.
102
+
*[Time]`:timeout` The period to wait for a response.
103
+
*[Boolean]`:error_trace` When set to `true` Elasticsearch will include the full stack trace of errors when they occur.
104
+
*[String, Array<String>]`:filter_path` Comma-separated list of filters in dot notation which reduce the response returned by Elasticsearch.
105
+
*[Boolean]`:human` When set to `true` will return statistics in a format suitable for humans.
106
+
*[Boolean]`:pretty` If set to `true` the returned JSON will be "pretty-formatted". Only use this option for debugging.
107
+
108
+
* New parameters in `cat.segments` :
109
+
*[String, Array<String>]`:expand_wildcards` Type of index that wildcard expressions can match.
110
+
*[Boolean]`:allow_no_indices` If `false`, the request returns an error if any wildcard expression, index alias, or _all value targets only.
111
+
*[Boolean]`:ignore_throttled` If `true`, concrete, expanded or aliased indices are ignored when frozen.
112
+
*[Boolean]`:ignore_unavailable` If true, missing or closed indices are not included in the response.
113
+
*[Boolean]`:allow_closed` If true, allow closed indices to be returned in the response otherwise if false, keep the legacy behaviour.
114
+
115
+
*`watcher.put_watch` - body is now required
116
+
85
117
# 9.1.2
86
118
87
119
* Fixes [2758](https://github.com/elastic/elasticsearch-ruby/issues/2758) - `msearch`, `bulk` and other NDJSON endpoints overriding headers for `content-type` and `accept`. [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2759).
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,37 @@ Code updated to the latest Elasticsearch 9.2 specification.
63
63
*`project.tags` (Experimental) - Return tags defined for the project.
64
64
*`security.get_stats` - Gather security usage statistics from all node(s) within the cluster. [Documentation](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-get-stats)
0 commit comments