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.
Release 8.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.
Ccr.follow
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.followInfo
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.followStats
Added the timeout parameter (time), explicit operation timeout.
Ccr.forgetFollower
Added the timeout parameter (time), explicit operation timeout.
Ccr.getAutoFollowPattern
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.pauseFollow
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.putAutoFollowPattern
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.resumeAutoFollowPattern
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.resumeFollow
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.stats
Added the timeout parameter (time), explicit operation timeout.
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
Ccr.unfollow
Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
ConnectorSyncJob
The APIs of ConnectorSyncJob has been removed and merged in Connector namespace.
Connector.delete
Added the delete_sync_jobs parameter (boolean), determines whether associated sync jobs are also deleted.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps elasticsearch/elasticsearch from 8.13.0 to 8.16.0.
Release notes
Sourced from elasticsearch/elasticsearch's releases.
... (truncated)
Changelog
Sourced from elasticsearch/elasticsearch's changelog.
... (truncated)
Commits
ab0fdb4
Fixed Yaml test + added tests to skip78badb4
Prep. for 8.16.0c132519
Updated endpoints to 8.16.07440931
PHP 8.4 compatibility (#1415)34c2444
Updated CHANGELOG and release notes for 8.15.0f77a9d8
Moved SEARCH_ENDPOINTS const in Clientb293371
Updated the endpoint to 8.15.0 adding the OTel support66171e2
Updated Elastic logo imagea44d9b3
Merge pull request #1407 from elastic/add-catalog-info-22dac996
Create catalog-info fileDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show