Skip to content

Commit 6b9e4ad

Browse files
committed
[DOCS] Adds 8.19.2 release notes
1 parent 5ba4e73 commit 6b9e4ad

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
*See the full release notes on the official documentation website: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/release_notes.html*
22

3+
## 8.19.2 Release notes
4+
5+
#### API changes
6+
7+
Code updated to the latest Elasticsearch 8.19 specification.
8+
9+
* 🐈 Cat APIs update: The following parameters are now accepted in all the CAT APIs:
10+
* [String] `:bytes` The unit in which to display byte values (options: b, kb, mb, gb, tb, pb)
11+
* [String] `:time` The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
12+
* These Connector APIs have been promoted from Experimental to Beta: `connector.delete`, `connector.get`, `connector.list`, `connector.post`, `connector.put`, `connector.sync_job_cancel`, `connector.sync_job_delete`, `connector.sync_job_get`, `connector.sync_job_list`, `connector.sync_job_post`, `connector.update_api_key_id`, `connector.update_configuration`, `connector.update_filtering`, `connector.update_index_name`, `connector.update_name`, `connector.update_native`, `connector.update_pipeline`, `connector.update_scheduling`, `connector.udpate_service_type`.
13+
* `indices.create_from` - Create an index from a source index. Migrated from Experimental to Stable. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.19/migrate-data-stream.html
14+
)
15+
* `query_rules.test` - Test a query ruleset. Migrated from Experimental to Stable.
16+
* `search_application.delete`, `search_application.get`, `search_application.list`, `search_application.put`, `search_application.search` - Migrated from Experimental to Beta.
17+
18+
#### New APIs
19+
20+
* `indices.cancel_migrate_reindex` - Cancel a migration reindex operation.
21+
* `indices.get_migrate_reindex_status` - Get the migration reindexing status.
22+
* `indices.migrate_reindex` - Reindex legacy backing indices
23+
[Migrate data stream documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.19/migrate-data-stream.html)
24+
325
## 8.19.1 Release notes
426

527
#### API changes

docs/release_notes/819.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
[[release_notes_8_19]]
22
=== 8.19 Release notes
33

4+
[discrete]
5+
[[release_notes_8_19_2]]
6+
=== 8.19.2 Release notes
7+
48
[discrete]
59
[[release_notes_8_19_1]]
610
=== 8.19.1 Release notes
711

12+
[discrete]
13+
==== API
14+
15+
Code updated to the latest Elasticsearch 8.19 specification.
16+
17+
* 🐈 Cat APIs update: The following parameters are now accepted in all the CAT APIs:
18+
** [String] `:bytes` The unit in which to display byte values (options: b, kb, mb, gb, tb, pb)
19+
** [String] `:time` The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
20+
* These Connector APIs have been promoted from Experimental to Beta: `connector.delete`, `connector.get`, `connector.list`, `connector.post`, `connector.put`, `connector.sync_job_cancel`, `connector.sync_job_delete`, `connector.sync_job_get`, `connector.sync_job_list`, `connector.sync_job_post`, `connector.update_api_key_id`, `connector.update_configuration`, `connector.update_filtering`, `connector.update_index_name`, `connector.update_name`, `connector.update_native`, `connector.update_pipeline`, `connector.update_scheduling`, `connector.udpate_service_type`.
21+
* `indices.create_from` - Create an index from a source index. Migrated from Experimental to Stable. https://www.elastic.co/guide/en/elasticsearch/reference/8.19/migrate-data-stream.html[Documentation]
22+
* `query_rules.test` - Test a query ruleset. Migrated from Experimental to Stable.
23+
* `search_application.delete`, `search_application.get`, `search_application.list`, `search_application.put`, `search_application.search` - Migrated from Experimental to Beta.
24+
* `watcher.put_watch` - `:body` parameter is now a required parameter.
25+
26+
#### New APIs
27+
28+
* `indices.cancel_migrate_reindex` - Cancel a migration reindex operation.
29+
* `indices.get_migrate_reindex_status` - Get the migration reindexing status.
30+
* `indices.migrate_reindex` - Reindex legacy backing indices
31+
https://www.elastic.co/guide/en/elasticsearch/reference/8.19/migrate-data-stream.html[Migrate data stream documentation]
32+
833
[discrete]
934
==== API
1035
* Updated source code documentation links to Elasticsearch documentation to 8.19

0 commit comments

Comments
 (0)