Tested versions of Ruby for 8.16.0: Ruby (MRI) 3.1, 3.2 and 3.3. JRuby 9.3 and JRuby 9.4.
API
API changes
capabilities - Adds local_only boolean parameter: True if only the node being called should be considered.
cluster.stats- Removes flat_settings parameter, adds include_remotes boolean parameter: Include remote cluster data into the response (default: false)
indices.get_data_stream - Adds verbose boolean parameter: Whether the maximum timestamp for each data stream should be calculated and returned (default: false). Adds master_timeout (see below).
query_rules.delete_ruleset - Accepts ignore: 404 common parameter.
Timeout parameters:
These parameters have been added to several APIs:
master_timeout timeout for processing on master node.
timeout timeout for acknowledgement of update from all nodes in cluster parameters.
Added in:
indices.create_data_stream - both.
indices.delete_data_stream - master_timeout.
indices.get_data_lifecycle - master_timeout.
indices.get_data_stream - master_timeout.
indices.migrate_to_data_stream - both.
indices.promote_data_stream - master_timeout.
search_shards - master_timeout.
APIs Promoted from Experimental to Stable:
indices.delete_data_lifecycle
indices.explain_data_lifecycle
indices.get_data_lifecycle
indices.put_data_lifecycle
security.create_cross_cluster_api_key
security.update_cross_cluster_api_key
New APIs
ingest.delete_ip_location_database - Deletes an ip location database configuration.
ingest.get_ip_location_database - Returns the specified ip location database configuration.
ingest.put_ip_location_database - Puts the configuration for a ip location database to be downloaded.
Tested versions of Ruby for 8.15.0: Ruby (MRI) 3.0, 3.1, 3.2 and 3.3. JRuby 9.3 and JRuby 9.4.
API changes
snapshot.delete - Adds wait_for_completion Boolean parameter, should this request wait until the operation has completed before returning.
cluster.allocation_explain - body is no longer a required parameter.
connector.put - (experimental API) body and connector_id no longer required parameters.
machine_learning.update_trained_model_deployment has been promoted to stable from Beta. Adds Integer parameter number_of_allocations, updates the model deployment to this number of allocations.
master_timeout and timeout parameters
These parameters have been added to several APIs:
master_timeout timeout for processing on master node.
timeout timeout for acknowledgement of update from all nodes in cluster parameters.
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)
Updates the requirements on elasticsearch to permit the latest version.
Release notes
Sourced from elasticsearch's releases.
... (truncated)
Changelog
Sourced from elasticsearch's changelog.
... (truncated)
Commits
2acbce7
[DOCS] Adds release notes for 8.16f22947f
Test Runner: Updates skipped testsc12ed9c
[CI] Updates GitHub Actions, drops Ruby 3.0 for testing6d2a252
[API] Promotes data lifecycle APIs from experimental to stable0074671
Tests: suppress printing out every skipped test in reporteaadd15
Raise exception in test runnerc6709b9
[API] Adds ignore 404 parameter to query_rules.delete_ruleset04b8450
[API] Adds query_rules.test API1cf25c0
Updates elasticsearch path in api Gemfilecdec425
Test Runner: Skips geoip testsDependabot 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