This release has been tested with PHP 8.3, released on Nov 23, 2023.
Added 22 new EXPERIMENTAL APIs and 1 new stable API:
bulk
Adds list_executed_pipelines boolean parameter. Sets list_executed_pipelines for all incoming documents. Defaults to unset (false).
indices.put_settings
Adds reopen boolean parameter. Whether to close and reopen the index to apply non-dynamic settings. If set to true the indices to which the settings are being applied will be closed temporarily and then reopened in order to apply the changes. The default is false.
open_point_in_time
Adds body object/Hash parameter. An index_filter specified with the Query DSL.
security.get_api_key
Adds active_only boolean parameter. Flag to limit response to only active (not invalidated or expired) API keys.
profiling.status (new API)
Returns basic information about the status of Universal Profiling.
Added 22 new EXPERIMENTAL APIs and 1 new stable API:
bulk
Adds list_executed_pipelines boolean parameter. Sets list_executed_pipelines for all incoming documents. Defaults to unset (false).
indices.put_settings
Adds reopen boolean parameter. Whether to close and reopen the index to apply non-dynamic settings. If set to true the indices to which the settings are being applied will be closed temporarily and then reopened in order to apply the changes. The default is false.
open_point_in_time
Adds body object/Hash parameter. An index_filter specified with the Query DSL.
security.get_api_key
Adds active_only boolean parameter. Flag to limit response to only active (not invalidated or expired) API keys.
profiling.status (new API)
Returns basic information about the status of Universal Profiling.
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps elasticsearch/elasticsearch from 8.11.0 to 8.12.0.
Release notes
Sourced from elasticsearch/elasticsearch's releases.
... (truncated)
Changelog
Sourced from elasticsearch/elasticsearch's changelog.
... (truncated)
Commits
6f4a2ee
Updated CHANGELOG for 8.12.00f3ba41
Updated skip test lst94cf143
Removed unified release actionaa2920a
Updated endpoints to 8.125805cfd
Fixed typo in docs57f9532
Fixed the tests with property type declarations512e899
Revert support of PHP 7.4508f476
Merge branch 'main' into fix/message-factory1316814
Removed support of PHP 7.4fef964f
Fix Response\Elasticsearch::offsetGet() return type declaration (#1385)You can trigger a rebase of this PR 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