Skip to content

Commit bff3c3e

Browse files
committed
Updated CHANGELOG + release notes doc
1 parent 1b6f61c commit bff3c3e

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

CHANGELOG.md

+89
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
## release 8.14.0
2+
3+
This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.
4+
5+
- Specific changes per endpoints
6+
- `Ccr.deleteAutoFollowPattern`
7+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
8+
- `Ccr.follow`
9+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
10+
- `Ccr.followInfo`
11+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
12+
- `Ccr.followStats`
13+
- Added the `timeout` parameter (time), explicit operation timeout.
14+
- `Ccr.forgetFollower`
15+
- Added the `timeout` parameter (time), explicit operation timeout.
16+
- `Ccr.getAutoFollowPattern`
17+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
18+
- `Ccr.pauseFollow`
19+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
20+
- `Ccr.putAutoFollowPattern`
21+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
22+
- `Ccr.resumeAutoFollowPattern`
23+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
24+
- `Ccr.resumeFollow`
25+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
26+
- `Ccr.stats`
27+
- Added the `timeout` parameter (time), explicit operation timeout.
28+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
29+
- `Ccr.unfollow`
30+
- Added the `master_timeout` parameter (time), explicit operation timeout for connection to master node.
31+
- `ConnectorSyncJob`
32+
- The APIs of `ConnectorSyncJob` has been removed and merged in `Connector` namespace.
33+
- `Connector.delete`
34+
- Added the `delete_sync_jobs` parameter (boolean), determines whether associated sync jobs are also deleted.
35+
- `Connector.syncJobCancel` (new EXPERIMENTAL API)
36+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_cancel.json
37+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/cancel-connector-sync-job-api.html
38+
- `Connector.syncJobCheckIn` (new EXPERIMENTAL API)
39+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_check_in.json
40+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/check-in-connector-sync-job-api.html
41+
- `Connector.syncJobDelete` (new EXPERIMENTAL API)
42+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_delete.json
43+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-connector-sync-job-api.html
44+
- `Connector.syncJobError` (new EXPERIMENTAL API)
45+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_error.json
46+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/set-connector-sync-job-error-api.html
47+
- `Connector.syncJobGet` (new EXPERIMENTAL API)
48+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_get.json
49+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/get-connector-sync-job-api.html
50+
- `Connector.syncJobList` (new EXPERIMENTAL API)
51+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_list.json
52+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/list-connector-sync-jobs-api.html
53+
- `Connector.syncJobPost` (new EXPERIMENTAL API)
54+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_post.json
55+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/create-connector-sync-job-api.html
56+
- `Connector.syncJobUpdateStats` (new EXPERIMENTAL API)
57+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.sync_job_update_stats.json
58+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/set-connector-sync-job-stats-api.html
59+
- `Connector.updateActiveFiltering` (new EXPERIMENTAL API)
60+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.update_active_filtering.json
61+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/update-connector-filtering-api.html
62+
- `Connector.updateFilteringValidation` (new EXPERIMENTAL API)
63+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/connector.update_filtering_validation.json
64+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/update-connector-filtering-api.html
65+
- `Esql.asyncQuery`
66+
- This API is now stable.
67+
- `Esql.query`
68+
- This API is now stable.
69+
- `Indices.rollover`
70+
- Added the `target_failure_store` parameter (boolean), if set to true, the rollover action will be applied on the failure store of the data stream.
71+
- `Inference.getModel`
72+
- The `inference_id` is not anymore a required parameter.
73+
- `Profiling.topnFunctions` (new API)
74+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/profiling.topn_functions.json
75+
- Documentation: https://www.elastic.co/guide/en/observability/current/universal-profiling.html
76+
- `SearchApplication.search`
77+
- Added the `typed_keys` parameter (boolean), specify whether aggregation and suggester names should be prefixed by their respective types in the response.
78+
- `Security.getApiKey`
79+
- Added the `with_profile_uid` parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.
80+
- `Security.queryApiKeys`
81+
- Added the `with_profile_uid` parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.
82+
- Added the `typed_keys` paremeter (boolean), flag to prefix aggregation names by their respective types in the response.
83+
- `TextStructure.findFieldStructure` (new API)
84+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/text_structure.find_field_structure.json
85+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/find-field-structure.html
86+
- `TextStructure.findMessageStructure` (new API)
87+
- API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/text_structure.find_message_structure.json
88+
- Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/find-message-structure.html
89+
190
## Release 8.13.0
291

392
- Added the `mapTo($class)` function to Elasticsearch response for mapping the result

docs/release-notes.asciidoc

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-14-0>>
45
* <<rn-8-13-0>>
56
* <<rn-8-12-0>>
67
* <<rn-8-11-0>>
@@ -45,6 +46,12 @@
4546
* <<rn-7-0-1>>
4647
* <<rn-7-0-0>>
4748

49+
[discrete]
50+
[[rn-8-14-0]]
51+
=== 8.14.0
52+
53+
* Updated the API endpoints to Elasticserach 8.14.0
54+
4855
[discrete]
4956
[[rn-8-13-0]]
5057
=== 8.13.0

0 commit comments

Comments
 (0)