Skip to content

Commit e8ab3d1

Browse files
Changelog: Add 8.9 release changelog (#707) (#708)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent b8769ed commit e8ab3d1

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# 8.9.0
22

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+
317
## Typed API
418

519
* Propagated request fields towards the endpoint for ease of access, taking priority over same-name query string fields.
620
* 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
927

1028
# 8.8.2
1129

0 commit comments

Comments
 (0)