File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 8.9.0
2
2
3
+ ## API
4
+ ** New API**
5
+
6
+ * ` Cluster.Info ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-info.html )
7
+
8
+ ** Experimental APIs**
9
+
10
+ * ` QueryRulesetGet ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/master/get-query-ruleset.html )
11
+ * ` QueryRulesetDelete ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-query-ruleset.html )
12
+ * ` QueryRulesetPut ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/master/put-query-ruleset.html )
13
+ * ` SearchApplicationRenderQuery ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/master/search-application-render-query.html )
14
+ * ` Security.CreateCrossClusterAPIKey ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-cross-cluster-api-key.html )
15
+ * ` Security.UpdateCrossClusterAPIKey ` [ Documentation] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-cross-cluster-api-key.html )
16
+
3
17
## Typed API
4
18
5
19
* Propagated request fields towards the endpoint for ease of access, taking priority over same-name query string fields.
6
20
* Added a stub for Do methods on endpoints that only support a boolean response such as ` core.exists ` .
7
- * NDJSON endpoints support with custom serialization and helpers for specific like ` core.bulk ` .
8
- * Link to endpoints documentation in API index to better display and easy of use.
21
+ * NDJSON endpoints support with custom serialization like ` core.bulk ` .
22
+ * Link to endpoints documentation in API index to better display and ease of use.
23
+
24
+ ** fixes**
25
+
26
+ * Fixed a deserialization issue for ` Property ` & ` Analyzer ` #696
9
27
10
28
# 8.8.2
11
29
You can’t perform that action at this time.
0 commit comments