Update dependency elasticsearch/elasticsearch to v8.14.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
elasticsearch/elasticsearch | require | minor |
8.13.0 -> 8.14.0
|
Release Notes
elastic/elasticsearch-php (elasticsearch/elasticsearch)
v8.14.0
This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.
- Specific changes per endpoints
-
Ccr.deleteAutoFollowPattern
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.follow
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.followInfo
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.followStats
- Added the
timeout
parameter (time), explicit operation timeout.
- Added the
-
Ccr.forgetFollower
- Added the
timeout
parameter (time), explicit operation timeout.
- Added the
-
Ccr.getAutoFollowPattern
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.pauseFollow
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.putAutoFollowPattern
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.resumeAutoFollowPattern
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.resumeFollow
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.stats
- Added the
timeout
parameter (time), explicit operation timeout. - Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
Ccr.unfollow
- Added the
master_timeout
parameter (time), explicit operation timeout for connection to master node.
- Added the
-
ConnectorSyncJob
- The APIs of
ConnectorSyncJob
has been removed and merged inConnector
namespace.
- The APIs of
-
Connector.delete
- Added the
delete_sync_jobs
parameter (boolean), determines whether associated sync jobs are also deleted.
- Added the
-
Connector.syncJobCancel
(new EXPERIMENTAL API) -
Connector.syncJobCheckIn
(new EXPERIMENTAL API) -
Connector.syncJobDelete
(new EXPERIMENTAL API) -
Connector.syncJobError
(new EXPERIMENTAL API) -
Connector.syncJobGet
(new EXPERIMENTAL API) -
Connector.syncJobList
(new EXPERIMENTAL API) -
Connector.syncJobPost
(new EXPERIMENTAL API) -
Connector.syncJobUpdateStats
(new EXPERIMENTAL API) -
Connector.updateActiveFiltering
(new EXPERIMENTAL API) -
Connector.updateFilteringValidation
(new EXPERIMENTAL API) -
Esql.asyncQuery
- This API is now stable.
-
Esql.query
- This API is now stable.
-
Indices.rollover
- 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.
- Added the
-
Inference.getModel
- The
inference_id
is not anymore a required parameter.
- The
-
Profiling.topnFunctions
(new API) -
SearchApplication.search
- Added the
typed_keys
parameter (boolean), specify whether aggregation and suggester names should be prefixed by their respective types in the response.
- Added the
-
Security.getApiKey
- Added the
with_profile_uid
parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.
- Added the
-
Security.queryApiKeys
- Added the
with_profile_uid
parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists. - Added the
typed_keys
paremeter (boolean), flag to prefix aggregation names by their respective types in the response.
- Added the
-
TextStructure.findFieldStructure
(new API) -
TextStructure.findMessageStructure
(new API)
-
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot