Skip to content

Commit 9e0b5e5

Browse files
committed
[DOCS] Adds 7.13 release notes
1 parent d6e2228 commit 9e0b5e5

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/release_notes/713.asciidoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[[release_notes_713]]
2+
=== 7.13 Release notes
3+
4+
[discrete]
5+
==== Client
6+
7+
- Support for Elasticsearch version 7.13.0
8+
- Adds support for compatibility header for Elasticsearch. If the environment variable 'ELASTIC_CLIENT_APIVERSIONING' is set to `true` or `1`, the client will send the headers `Accept` and `Content-Type` with the following value: `application/vnd.elasticsearch+json;compatible-with=7`.
9+
- Better detection of Elasticsearch and Enterprise Search clients in the meta header used by cloud.
10+
11+
[discrete]
12+
==== API
13+
14+
- The REST API tests now use an artifact downloaded from the Elastic servers instead of depending of cloning `elasticsearch` locally. Check the README for more information.
15+
- New parameter `include_unloaded_segments` in `cat.nodes`, `nodes.stats`: If set to true segment stats will include stats for segments that are not currently loaded into memory
16+
- New parameter `summary` in `ingest.get_pipeline`: Return pipelines without their definitions (default: false)
17+
- New parameter `index_details` in `snapshot.get`: Whether to include details of each index in the snapshot, if those details are available. Defaults to false.
18+
- New endpoint `features.reset_features`, `ingest/geo_ip_stats`
19+
- New experimental endpoints: `shutdown.delete_node`, `shutdown.get_node`, `shutdown.put_node`.
20+
21+
[discrete]
22+
==== X-Pack
23+
24+
- Refactored test tasks, made it easier to run the tests by default.
25+
- New experimental endpoints: `fleet.global_checkpoints`, `searchable_snapshots.cache_stats`.
26+
- New beta endpoints: `security.clear_cached_service_tokens`, `security.create_service_token`, `security.delete_service_token`, `security.get_service_accounts`, `security.get_service_credentials`
27+
- New endpoints: `machine_learning.delete_trained_model_alias`, `machine_learning.preview_data_frame_analytics`, `machine_learning.put_trained_model_alias`.
28+
- APIs migrated from experimental or beta to stable: `machine_learning.delete_data_frame_analytics`, `machine_learning.delete_trained_model`, `machine_learning.estimate_model_memory`, `machine_learning.explain_data_frame_analytics`, `machine_learning.get_data_frame_analytics`, `machine_learning.get_data_frame_analytics_stats`, `machine_learning.get_trained_models`, `machine_learning.get_trained_models_stats`, `machine_learning.put_data_frame_analytics`, `machine_learning.put_trained_model`, `machine_learning.start_data_frame_analytics`, `machine_learning.stop_data_frame_analytics`, `machine_learning.update_data_frame_analytics`
29+
- New parameter `body` in `machine_learning.preview_datafeed`: The datafeed config and job config with which to execute the preview.

docs/release_notes/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[discrete]
66
=== 7.x
7+
* <<release_notes_713, 7.13 Release Notes>>
78
* <<release_notes_712, 7.12 Release Notes>>
89
* <<release_notes_711, 7.11 Release Notes>>
910
* <<release_notes_710, 7.10 Release Notes>>
@@ -14,6 +15,7 @@
1415
* <<release_notes_75, 7.5 Release Notes>>
1516
* <<release_notes_70, 7.0 Release Notes>>
1617

18+
include::713.asciidoc[]
1719
include::712.asciidoc[]
1820
include::711.asciidoc[]
1921
include::710.asciidoc[]

0 commit comments

Comments
 (0)