Skip to content

Commit 6a54adc

Browse files
committed
[DOCS] Release notes for 7.15.0
1 parent 8ff4949 commit 6a54adc

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 7.15.0
2+
3+
### Client
4+
5+
We've tested and added documentation on best practices for leveraging the client in a Function-as-a-Service (FaaS) environment to the [official docs](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/connecting.html#client-faas).
6+
7+
### API
8+
9+
- New experimental endpoints: `indices.disk_usage`. `indices.field_usage_stats`, `nodes.clear_repositories_metering_archive`, `get_repositories_metering_info`, [`search_mvt`](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-vector-tile-api.html)
10+
- The `index` parameter is now required for `open_point_in_time`.
11+
- The `index_metric` parameter in `nodes.stats` adds the `shards` option.
12+
13+
### X-Pack
14+
15+
- New parameters for `ml.put_job`: `ignore_unavailable`, `allow_no_indices`, `ignore_throttled`, `expand_wildcards`.
16+
- New endpoint: `security.query_api_keys`. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/7.15/security-api-query-api-key.html)
17+
18+
119
## 7.14.1
220

321
### Client

docs/release_notes/715.asciidoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[release_notes_715]]
2+
=== 7.15 Release notes
3+
4+
[discrete]
5+
==== Client
6+
7+
- Support for Elasticsearch v7.15.0 APIs.
8+
- We've tested and added documentation on best practices for leveraging the client in a Function-as-a-Service (FaaS) environment to the https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/connecting.html#client-faas[official docs].
9+
10+
[discrete]
11+
==== API
12+
- New experimental endpoints: `indices.disk_usage`. `indices.field_usage_stats`, `nodes.clear_repositories_metering_archive`, `get_repositories_metering_info`, https://www.elastic.co/guide/en/elasticsearch/reference/master/search-vector-tile-api.html[`search_mvt`]
13+
- The `index` parameter is now required for `open_point_in_time`.
14+
- The `index_metric` parameter in `nodes.stats` adds the `shards` option.
15+
16+
[discrete]
17+
==== X-Pack
18+
19+
- New parameters for `ml.put_job`: `ignore_unavailable`, `allow_no_indices`, `ignore_throttled`, `expand_wildcards`.
20+
- New endpoint: https://www.elastic.co/guide/en/elasticsearch/reference/7.15/security-api-query-api-key.html[`security.query_api_keys`].

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_715, 7.15 Release Notes>>
78
* <<release_notes_714, 7.14 Release Notes>>
89
* <<release_notes_713, 7.13 Release Notes>>
910
* <<release_notes_712, 7.12 Release Notes>>
@@ -16,6 +17,7 @@
1617
* <<release_notes_75, 7.5 Release Notes>>
1718
* <<release_notes_70, 7.0 Release Notes>>
1819

20+
include::715.asciidoc[]
1921
include::714.asciidoc[]
2022
include::713.asciidoc[]
2123
include::712.asciidoc[]

0 commit comments

Comments
 (0)