[TASK] Update elasticsearch/elasticsearch (^7.0 => ^9.0)#182
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
[TASK] Update elasticsearch/elasticsearch (^7.0 => ^9.0)#182renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
d3d155d to
c3ddef2
Compare
d3e49a6 to
0e51f0b
Compare
6093302 to
0e51f0b
Compare
0e51f0b to
9baf86f
Compare
9baf86f to
0cf5b05
Compare
3cc3148 to
24211d6
Compare
24211d6 to
f0a69c1
Compare
3283a46 to
3cc125e
Compare
3cc125e to
cc07753
Compare
cc07753 to
6ac9690
Compare
6ac9690 to
6cd1bc7
Compare
6cd1bc7 to
9db2deb
Compare
f85cd55 to
63e5589
Compare
fab08d6 to
2ee7f88
Compare
ad41aeb to
98073d9
Compare
98073d9 to
51ec666
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0→^9.0Release Notes
elastic/elasticsearch-php (elasticsearch/elasticsearch)
v9.3.0Compare Source
packDenseVectorhelper function #1499v9.2.0Compare Source
v9.1.0Compare Source
v9.0.0Compare Source
elasticsearch-phpclient requires PHP 8.1+.elastic/elasticsearch-serverlessclient is being deprecated, and its functionality has been merged back into this client. This should have zero impact on the way the client works by default. If an endpoint is available in serverless, the PHP function will contains a@group serverlessphpdoc attribute.If you try to use an endpoint that is not available in serverless you will get a
410HTTP error with a message as follows:"this endpoint exists but is not available when running in serverless mode".
The 9.0.0 client can recognize that it is communicating with a serverless instance if you are using a URL managed by Elastic (e.g.
*.elastic.cloud).If you are using a proxy, the client will be able to recognize that the host is serverless from the first response. Alternatively, you can explicitly indicate that the host is serverless using the
Client::setServerless(true)function (falseby default).v8.19.0: Release 8.19.0Compare Source
This version includes the API changes in Elasticsearch 8.19.0.
General changes
This release introduces 11 APIs and 2 experimental APIs.
Specific changes per endpoints
Cluster.getComponentTemplate
flat_settingsparameter (bool), return settings in flat format (default: false)settings_filterparameter (string), filter out results, for example to filter out sensitive information. Supports wildcards or full settings keysCluster.putComponentTemplate
timeoutparametercauseparameter (string), user defined reason for create the component templateEql.search
ccs_minimize_roundtripsparameter (bool), indicates whether network round-trips should be minimized as part of cross-cluster search requests executionignore_unavailableparameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)allow_no_indicesparameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)expand_wildcardsparameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.Esql.asyncQuery
allow_partial_resultsparameter (bool), iftrue, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. Iffalse, the entire query will fail if there are any failures.Esql.asyncQueryGet
formatparameter (string), a short version of the Accept header, e.g. json, yamlEsql.getQuery (new EXPERIMENTAL API)
Esql.listQueries (new EXPERIMENTAL API)
Esql.query
allow_partial_resultsparameter (bool), iftrue, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. Iffalse, the entire query will fail if there are any failures.Ilm.deleteLifecycle
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIlm.explainLifecycle
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodeIlm.getLifecycle
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIlm.putLifecycle
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIlm.start
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIlm.stop
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIndices.deleteDataStreamOptions (new API)
Indices.getDataStreamOptions (new API)
Indices.getDataStreamSettings (new API)
Indices.getFieldMapping
localparameter.Indices.putDataStreamOptions (new API)
Indices.putDataStreamSettings (new API)
Indices.recovery
ignore_unavailableparameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)allow_no_indicesparameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)expand_wildcardsparameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.Inference.putAmazonsagemaker (new API)
Inference.putCustom (new API)
Inference.putDeepseek (new API)
Ingest.deleteGeoipDatabase
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIngest.deleteIpLocationDatabase
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIngest.putGeoipDatabase
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutIngest.putIpLocationDatabase
master_timeoutparameter (int|string), explicit operation timeout for connection to master nodetimeoutparameter (int|string), explicit operation timeoutMl.stopDatafeed
allow_no_datafeedsparameterSnapshot.repositoryAnalyze
register_operation_countparameter (int), the minimum number of linearizable register operations to perform in total. Defaults to 10.Streams.logsDisable (new API)
Streams.logsEnable (new API)
Streams.status (new API)
create
require_aliasparameter (bool), when true, requires destination to be an alias. Default is falserequire_data_streamparameter (bool), when true, requires destination to be a data stream (existing or to be created). Default is falsemsearch
ignore_unavailableparameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)ignore_throttledparameter (bool), whether specified concrete, expanded or aliased indices should be ignored when throttledallow_no_indicesparameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)expand_wildcardsparameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.routingparameter (string|array), a comma-separated list of specific routing valuesinclude_named_queries_scoreparameter (bool), 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)openPointInTime
max_concurrent_shard_requestsparameter (int), the number of concurrent shard requests per node executed concurrently when opening this point-in-time. This value should be used to limit the impact of opening the point-in-time on the clusterreindex
require_aliasparameter (bool), when true, requires destination to be an alias.searchMvt
grid_aggparameter (string), aggregation used to create a grid forfield.v8.18.0: Release 8.18.0Compare Source
This version includes the API changes in Elasticsearch 8.18.0.
General changes
This release introduces 23 new APIs.
Specific changes per endpoints
bulk
include_source_on_errorparameter (boolean), true or false if to include the document source in the error message in case of parsing errors. Defaults to true.create
include_source_on_errorparameter (boolean), true or false if to include the document source in the error message in case of parsing errors. Defaults to true.index
include_source_on_errorparameter (boolean), true or false if to include the document source in the error message in case of parsing errors. Defaults to true.update
include_source_on_errorparameter (boolean), true or false if to include the document source in the error message in case of parsing errors. Defaults to true.Cat.segments
localparameter (boolean), return local information, do not retrieve the state from master node (default: false)master_timeoutparameter (int|string), explicit operation timeout for connection to master nodeCat.tasks
timeoutparameter (int|string), period to wait for a response. If no response is received before the timeout expires, the request fails and returns an errorwait_for_completionparameter (boolean), iftrue, the request blocks until the task has completedEql.search
allow_partial_search_resultsparameter (boolean), control whether the query should keep running in case of shard failures, and return partial resultsallow_partial_sequence_resultsparameter (boolean), control whether a sequence query should return partial results or no results at all in case of shard failures. This option has effect only if [allow_partial_search_results] is trueEsql.asyncQueryStop (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/esql.async_query_stop.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-stop-api.html
Indices.putTemplate
causeparameter (string), user defined reason for creating/updating the index templateIndices.resolveCluster
nameparameter is not mandatory anymoretimeoutparameter (int|string), the maximum time to wait for remote clusters to respondInference.chatCompletionUnified (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.chat_completion_unified.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/chat-completion-inference.html
Inference.completion (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.completion.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html
Inference.delete
This endpoint is not EXPERIMENTAL anymore
Inference.get
This endpoint is not EXPERIMENTAL anymore
Inference.inference
This endpoint is not EXPERIMENTAL anymore
Inference.put
This endpoint is not EXPERIMENTAL anymore
Inference.putAlibabacloud (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_alibabacloud.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-alibabacloud-ai-search.html
Inference.putAmazonbedrock (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_amazonbedrock.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-amazon-bedrock.html
Inference.putAnthropic (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_anthropic.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-anthropic.html
Inference.putAzureaistudio (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_azureaistudio.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-azure-ai-studio.html
Inference.putAzureopenai (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_azureopenai.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-azure-openai.html
Inference.putCohere (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_cohere.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-cohere.html
Inference.putElasticsearch (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_elasticsearch.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elasticsearch.html
Inference.putElser (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_elser.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elser.html
Inference.putGoogleaistudio (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_googleaistudio.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-google-ai-studio.html
Inference.putGooglevertexai (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_googlevertexai.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-google-vertex-ai.html
Inference.putHuggingFace (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_hugging_face.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-hugging-face.html
Inference.putJinaai (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_jinaai.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-jinaai.html
Inference.putMistral (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_mistral.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-mistral.html
Inference.putOpenai (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_openai.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-openai.html
Inference.putVoyageai (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_voyageai.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/inference-apis.html
Inference.putWatsonx (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_watsonx.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-watsonx-ai.html
Inference.rerank (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.rerank.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html
Inference.sparseEmbedding (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.sparse_embedding.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html
Inference.streamCompletion (new API)
This endpoint replaces the
Inference.streamInterface.API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_completion.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-stream-inference-api.html
Inference.streamInferface
This endpoint has been removed
Inference.textEmbedding (new API)
API: https://github.com/elastic/elasticsearch/blob/v8.18.0/rest-api-spec/src/main/resources/rest-api-spec/api/inference.text_embedding.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html
v8.17.1Compare Source
v8.17.0Compare Source
v8.16.0Compare Source
v8.15.0Compare 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.0Compare Source
This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.
Ccr.deleteAutoFollowPatternmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.followmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.followInfomaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.followStatstimeoutparameter (time), explicit operation timeout.Ccr.forgetFollowertimeoutparameter (time), explicit operation timeout.Ccr.getAutoFollowPatternmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.pauseFollowmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.putAutoFollowPatternmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.resumeAutoFollowPatternmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.resumeFollowmaster_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.statstimeoutparameter (time), explicit operation timeout.master_timeoutparameter (time), explicit operation timeout for connection to master node.Ccr.unfollowmaster_timeoutparameter (time), explicit operation timeout for connection to master node.ConnectorSyncJobConnectorSyncJobhas been removed and merged inConnectornamespace.Connector.deletedelete_sync_jobsparameter (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.asyncQueryEsql.queryIndices.rollovertarget_failure_storeparameter (boolean), if set to true, the rollover action will be applied on the failure store of the data stream.Inference.getModelinference_idis not anymore a required parameter.Profiling.topnFunctions(new API)SearchApplication.searchtyped_keysparameter (boolean), specify whether aggregation and suggester names should be prefixed by their respective types in the response.Security.getApiKeywith_profile_uidparameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.Security.queryApiKeyswith_profile_uidparameter (boolean), flag to also retrieve the API Key's owner profile uid, if it exists.typed_keysparemeter (boolean), flag to prefix aggregation names by their respective types in the response.TextStructure.findFieldStructure(new API)TextStructure.findMessageStructure(new API)v8.13.0Compare 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.statuskeep_aliveparameter (time), specify the time interval in which the results (partial or final) for this search will be available.Connector.listindex_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.listjob_typeparameter (list), a comma-separated list of job types.Esql.asyncQuery(new EXPERIMENTAL API)Esql.asyncQueryGet(new API)Esql.querydrop_null_columnsparameter (boolean) to sepcify if null columns should be removed from the results. If yes, their name and type will be returned in a newall_columnssection.Indices.resolveCluster(new API)Indices.rolloverlazyparameter (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.deleteModelmodel_idparameter has been renamed toinference_id.Inference.getModelmodel_idparameter has been renamed ininference_id.Inference.inferencemodel_idparameter has been renamed ininference_id.Inference.putModelmodel_idparameter has been renamed ininference_id.Profiling.flamegraph(new API)Profiling.stacktraces(new API)Security.queryUser(new API)Synonyms.deleteSynonymSynonyms.deleteSynonymRuleSynonyms.getSynonymSynonyms.getSynonymRuleSynonyms.getSynonymsSetsSynonyms.putSynonymSynonyms.putSynonymRuleTextStructure.testGrokPattern(new API)v8.12.0Compare Source
bulklist_executed_pipelinesboolean parameter. Setslist_executed_pipelinesfor all incoming documents. Defaults to unset (false).indices.put_settingsreopenboolean parameter. Whether to close and reopen the index to apply non-dynamic settings. If set totruethe 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_timebodyobject/Hash parameter. An index_filter specified with the Query DSL.security.get_api_keyactive_onlyboolean 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.0Compare Source
Esql.queryInference.deleteModelInference.getModelInference.inferenceInference.putModelv8.10.0Compare Source
QueryRuleset.list(new EXPERIMENTAL API)Security.getSettings(new API)Security.updateSettings(new API)Synonyms.deletedeleteSynonym.Synonyms.deleteSynonym(new EXPERIMENTAL API)Synonyms.delete. Removedsynonyms_setin favor ofidparameter (string). The id of the synonyms set to be deleted.
Synonyms.deleteSynonymRule(new EXPERIMENTAL API)Synonyms.getgetSynonym.Synonyms.getSynonym(new EXPERIMENTAL API)Synonyms.getSynonym. Removedsynonyms_setin favor ofidrequired parameter (string). The name of the synonyms set to be retrieved.
Synonyms.getSynonymRule(new EXPERIMENTAL API)Synonyms.getSynonymsSets(new EXPERIMENTAL API)Synonyms.putputSynonym.Synonyms.putSynonym(new EXPERIMENTAL API)Synonyms.put. Removedsynonyms_setin favor ofidrequired parameter (string). The id of the synonyms set to be created or updated.
Synonyms.putSynonymRule(new EXPERIMENTAL API)v8.9.0Compare 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.2Compare 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.0Compare 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.