IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
8.1 Release notes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
8.1 Release notes
edit8.1.2 Release notes
editAPI
edit-
Fixes an issue with the generated API code. When updating the code generator for 8.x, the order of
arguments.clonein the generated code was changed. This would make it so that we would modify the parameters passed in before cloning them, which is undesired. Issue: #1727.
8.1.1 Release notes
editNo release, no changes on the client.
8.1.0 Release notes
edit- Tested versions of Ruby for 8.1.0: Ruby (MRI) 2.6, 2.7, 3.0 and 3.1, JRuby 9.3.
API
editUpdated for compatibility with Elasticsearch 8.1’s API.
New parameters:
edit-
indices.forcemerge-wait_for_completionShould the request wait until the force merge is completed. -
indices.get-featuresReturn only information on specified index features (options: aliases, mappings, settings). -
ingest.put_pipelineif_version(Integer), required version for optimistic concurrency control for pipeline updates. -
ml.delete_trained_model-timeoutcontrols the amount of time to wait for the model to be deleted.force(Boolean) true if the model should be forcefully deleted. -
ml.stop_trained_model_deployment-allow_no_matchwhether to ignore if a wildcard expression matches no deployments. (This includes_allstring or when no deployments have been specified).forcetrue if the deployment should be forcefully stopped. Addsbodyparameter, the stop deployment parameters. -
nodes.hot_threads-sortthe sort order for cpu type (default: total) (options: cpu, total)
Updated parameters:
edit-
indices.get_index_template-nameis now a String, a pattern that returned template names must match. -
knn_search-indexremoves option to use empty string to perform the operation on all indices. -
ml.close_job,ml.get_job_stats,ml.get_jobs,ml.get_overall_buckets- Removeallow_no_jobsparameter. -
ml.get_datafeed_stats,ml.get_datafeeds- Removeallow_no_datafeedsparameter. -
nodes.hot_threads-typeparameter addsmemoption. -
nodes.info-metricupdated to use_allto retrieve all metrics and_noneto retrieve the node identity without any additional metrics. (options: settings, os, process, jvm, thread_pool, transport, http, plugins, ingest, indices, aggregations, _all, _none).index_metricoptionshardschanges toshard_stats. -
open_point_in_time-keep_aliveis now a required parameter. -
search_mvt-grid_typeparameter addscentroidoption in addition togridandpoint. -
New experimental APIs, designed for internal use by the fleet server project:
fleet.search,fleet.msearch.
New APIs
edit-
OpenID Connect Authentication:
security.oidc_authenticate,security.oidc_logout,security.oidc_prepare_authentication. -
transform.reset_transform.