Update dependency elasticsearch/elasticsearch to v8 #509
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.11
->^8.0
Release Notes
elastic/elasticsearch-php (elasticsearch/elasticsearch)
v8.16.0
: Release 8.16.0Compare Source
v8.15.0
Compare Source
Updated the APIs to Elasticsearch 8.15.0 and added the support of OpenTelemetry.
Read the elastic-transport-php README
for more information about OpenTelemetry support.
v8.14.0
Compare Source
This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.
Ccr.deleteAutoFollowPattern
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.follow
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.followInfo
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.followStats
timeout
parameter (time), explicit operation timeout.Ccr.forgetFollower
timeout
parameter (time), explicit operation timeout.Ccr.getAutoFollowPattern
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.pauseFollow
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.putAutoFollowPattern
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.resumeAutoFollowPattern
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.resumeFollow
master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.stats
timeout
parameter (time), explicit operation timeout.master_timeout
parameter (time), explicit operation timeout for connection to master node.Ccr.unfollow
master_timeout
parameter (time), explicit operation timeout for connection to master node.ConnectorSyncJob
ConnectorSyncJob
has been removed and merged inConnector
namespace.Connector.delete
delete_sync_jobs
parameter (boolean), determines whether associated sync jobs are also deleted.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
Esql.query
Indices.rollover
target_failure_store
parameter (boolean), if set to true, the rollover action will be applied on the failure store of the data stream.Inference.getModel
inference_id
is not anymore a required parameter.Profiling.topnFunctions
(new API)SearchApplication.search
typed_keys
parameter (boolean), specify whether aggregation and suggester names should be prefixed by their respective types in the response.Security.getApiKey
with_profile_uid
parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.Security.queryApiKeys
with_profile_uid
parameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.typed_keys
paremeter (boolean), flag to prefix aggregation names by their respective types in the response.TextStructure.findFieldStructure
(new API)TextStructure.findMessageStructure
(new API)v8.13.0
Compare Source
mapTo($class)
function to Elasticsearch response for mapping the resultof ES|QL
query to an object of stdClass or of a specific class
#1398
This release introduces 6 new APIs and 6 EXPERIMENTAL APIs.
AsyncSearch.status
keep_alive
parameter (time), specify the time interval in which the results (partial or final) for this search will be available.Connector.list
index_name
: list, a comma-separated list of connector index names to fetch connector documents for;connector_name
: list, a comma-separated list of connector names to fetch connector documents for;service_type
: list, a comma-separated list of connector service types to fetch connector documents for;query
: string, a search string for querying connectors, filtering results by matching against connector names, descriptions, and index names;Connector.updateApiKeyId
(new EXPERIMENTAL API)Connector.updateIndexName
(new EXPERIMENTAL API)Connector.updateNative
(new EXPERIMENTAL API)Connector.updateServiceType
(new EXPERIMENTAL API)Connector.updateStatus
(new EXPERIMENTAL API)ConnectorSyncJob.list
job_type
parameter (list), a comma-separated list of job types.Esql.asyncQuery
(new EXPERIMENTAL API)Esql.asyncQueryGet
(new API)Esql.query
drop_null_columns
parameter (boolean) to sepcify if null columns should be removed from the results. If yes, their name and type will be returned in a newall_columns
section.Indices.resolveCluster
(new API)Indices.rollover
lazy
parameter (boolean), if set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write. Only allowed on data streams.Inference.deleteModel
model_id
parameter has been renamed toinference_id
.Inference.getModel
model_id
parameter has been renamed ininference_id
.Inference.inference
model_id
parameter has been renamed ininference_id
.Inference.putModel
model_id
parameter has been renamed ininference_id
.Profiling.flamegraph
(new API)Profiling.stacktraces
(new API)Security.queryUser
(new API)Synonyms.deleteSynonym
Synonyms.deleteSynonymRule
Synonyms.getSynonym
Synonyms.getSynonymRule
Synonyms.getSynonymsSets
Synonyms.putSynonym
Synonyms.putSynonymRule
TextStructure.testGrokPattern
(new API)v8.12.0
Compare Source
bulk
list_executed_pipelines
boolean parameter. Setslist_executed_pipelines
for all incoming documents. Defaults to unset (false).indices.put_settings
reopen
boolean parameter. Whether to close and reopen the index to apply non-dynamic settings. If set totrue
the indices to which the settings are being applied will be closed temporarily and then reopened in order to apply the changes. The default isfalse
.open_point_in_time
body
object/Hash parameter. An index_filter specified with the Query DSL.security.get_api_key
active_only
boolean parameter. Flag to limit response to only active (not invalidated or expired) API keys.profiling.status
(new API)simulate.ingest
(new EXPERIMENTAL API)connector.post
(new EXPERIMENTAL API)connector.put
(new EXPERIMENTAL API)connector.delete
(new EXPERIMENTAL API)connector.get
(new EXPERIMENTAL API)connector.list
(new EXPERIMENTAL API)connector.check_in
(new EXPERIMENTAL API)connector.update_configuration
(new EXPERIMENTAL API)connector.update_error
(new EXPERIMENTAL API)connector.update_filtering
(new EXPERIMENTAL API)connector.last_sync
(new EXPERIMENTAL API)connector.update_name
(new EXPERIMENTAL API)connector.update_pipeline
(new EXPERIMENTAL API)connector.update_scheduling
(new EXPERIMENTAL API)connector_sync_job.cancel
(new EXPERIMENTAL API)connector_sync_job.check_in
(new EXPERIMENTAL API)connector_sync_job.delete
(new EXPERIMENTAL API)connector_sync_job.error
(new EXPERIMENTAL API)connector_sync_job.get
(new EXPERIMENTAL API)connector_sync_job.list
(new EXPERIMENTAL API)connector_sync_job.post
(new EXPERIMENTAL API)connector_sync_job.update_stats
(new EXPERIMENTAL API)v8.11.0
Compare Source
Esql.query
Inference.deleteModel
Inference.getModel
Inference.inference
Inference.putModel
v8.10.0
Compare Source
QueryRuleset.list
(new EXPERIMENTAL API)Security.getSettings
(new API)Security.updateSettings
(new API)Synonyms.delete
deleteSynonym
.Synonyms.deleteSynonym
(new EXPERIMENTAL API)Synonyms.delete
. Removedsynonyms_set
in favor ofid
parameter (string). The id of the synonyms set to be deleted.
Synonyms.deleteSynonymRule
(new EXPERIMENTAL API)Synonyms.get
getSynonym
.Synonyms.getSynonym
(new EXPERIMENTAL API)Synonyms.getSynonym
. Removedsynonyms_set
in favor ofid
required parameter (string). The name of the synonyms set to be retrieved.
Synonyms.getSynonymRule
(new EXPERIMENTAL API)Synonyms.getSynonymsSets
(new EXPERIMENTAL API)Synonyms.put
putSynonym
.Synonyms.putSynonym
(new EXPERIMENTAL API)Synonyms.put
. Removedsynonyms_set
in favor ofid
required parameter (string). The id of the synonyms set to be created or updated.
Synonyms.putSynonymRule
(new EXPERIMENTAL API)v8.9.0
Compare Source
#1344
Cluster.info
(new API)QueryRuleset.delete
(new EXPERIMENTAL API)QueryRuleset.get
(new EXPERIMENTAL API)QueryRuleset.put
(new EXPERIMENTAL API)SearchApplication.renderQuery
(new EXPERIMENTAL API)Security.createCrossClusterApiKey
(new EXPERIMENTAL API)Security.updateCrossClusterApiKey
(new EXPERIMENTAL API)SynonymRule.put
(new EXPERIMENTAL API)Synonyms.delete
(new EXPERIMENTAL API)Synonyms.get
(new EXPERIMENTAL API)Synonyms.put
(new EXPERIMENTAL API)SynonymsSets.get
(new EXPERIMENTAL API)v8.8.2
Compare Source
v8.8.1
: Release 8.8.1Compare Source
This release contains the following fix:
psr/http-message
^2.0 support #1313 (this was supposed to be in 8.8.0)v8.8.0
Compare Source
#1302
Indices.deleteDataLifecycle
(new EXPERIMENTAL API)Indices.explainDataLifecycle
(new EXPERIMENTAL API)Indices.getDataLifecycle
(new EXPERIMENTAL API)Indices.putDataLifecycle
(new EXPERIMENTAL API)SearchApplication.delete
(new EXPERIMENTAL API)SearchApplication.deleteBehavioralAnalytics
(new EXPERIMENTAL API)SearchApplication.get
(new EXPERIMENTAL API)SearchApplication.getBehavioralAnalytics
(new EXPERIMENTAL API)SearchApplication.list
(new EXPERIMENTAL API)SearchApplication.postBehavioralAnalyticsEvent
(new EXPERIMENTAL API)SearchApplication.put
(new EXPERIMENTAL API)SearchApplication.putBehavioralAnalytics
(new EXPERIMENTAL API)SearchApplication.search
(new EXPERIMENTAL API)Watcher.getSettings
(new API)Watcher.updateSettings
(new API)search
: Added theinclude_named_queries_score
boolean parameter. Indicates whether hit.matched_queries should be rendered as a map that includes the name of the matched query associated with its score (true) or as an array containing the name of the matched queries (false)Cluster.getComponentTemplate
: Addedinclude_defaults
boolean parameters. Return all default configurations for the component template (default: false)Indices.getDataStream
: Addedinclude_defaults
boolean parameter. Return all relevant default configurations for the data stream (default: false)Indices.getIndexTemplate
: Addedinclude_defaults
boolean parameter. Return all relevant default configurations for the index template (default: false)Indices.simulateIndexTemplate
: Addedinclude_defaults
boolean parameter. Return all relevant default configurations for this index template simulation (default: false)Indices.simulateTemplate
: Addedinclude_defaults
boolean parameter. Return all relevant default configurations for this template simulation (default: false)Logstash.getPipeline
: Makeid
parameter optional.Ml.putTrainedModel
: Addedwait_for_completion
boolean parameter. Whether to wait for all child operations(e.g. model download) to complete, before returning or not. Default to false
Ml.startTrainedModelDeployment
: Addeddeployment_id
string parameter. The Id of the new deployment. Defaults to the model_id if not set.Transform.deleteTransform
: Addeddelete_dest_index
boolean parameter. Whentrue
, the destination index is deleted together with the transform. The default value isfalse
, meaning that the destination index will not be deleted.v8.7.1
Compare Source
v8.7.0
Compare Source
documentation here
documentation here
delete_user_annotations
boolean parameter inMl.deleteJob
.Should annotations added by the user be deleted
delete_user_annotations
boolean parameter inMl.resetJob
.Should annotations added by the user be deleted
timeout
time parameter inTransform.getTransformStats
.Controls the time to wait for the stats
from
string parameter inTransform.startTransform
.Restricts the set of transformed entities to those changed after this time
php-http/discovery
library#1294
v8.6.2
Compare Source
v8.6.1
Compare Source
priority
string parameter forMl.startTrainedModelDeployment
.The deployment priority.
v8.6.0
Compare Source
v8.5.3
Compare Source
v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
Compare Source
elasticsearch/reference/master/clear-trained-model-deployment-cache.html)
with_limited_by
boolean parameter in the endpointSecurity.getApiKey
.Flag to show the limited-by role descriptors of API Keys.
with_profile_uid
boolean parameter in the endpointSecurity.getUser
.Flag to retrieve profile uid (if exists) associated to the user.
uid
parameter in the endpointSecurity.getUserProfile
.A comma-separated list of unique identifier for user profiles.
with_limited_by
boolean parameter in the endpointSecurity.queryApiKeys
.Flag to show the limited-by role descriptors of API Keys.
ecs_compatibility
string parameter in the endpointTextStructure.findStructure
.Optional parameter to specify the compatibility mode with ECS Grok patterns -
may be either 'v1' or 'disabled'.
v8.4.3
Compare Source
v8.4.2
Compare Source
v8.4.1
Compare Source
v8.4.0
Compare Source
ClientInterface
to simplify the mock of the Client,this is a fix for #1227
#1249
#1243
#1233
7815caa
v8.3.3
Compare Source
v8.3.2
Compare Source
v8.3.1
Compare Source
v8.3.0
Compare Source
fb117a8
v8.2.3
Compare Source
v8.2.2
Compare Source
v8.2.1
: Release 8.2.1Compare Source
This release is compatible with the latest Elasticsearch 8.2.1.
v8.2.0
Compare Source
630cb0b
text/plain
#1220
v8.1.0
Compare Source
e4c2ac9
v8.0.1
Compare Source
NoNodeAvailableException
exception in endpointse7d448d
v8.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.