Skip to content

Release 7.12.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 23 Mar 18:50
v7.12.0
25522ef

This release is compatible with the latest Elasticsearch 7.12.0 released in 23th March 2021.

It includes the following fixes and improvements:

  • 136d5b9 Removed cpliakas/git-wrapper in favor of symplify/git-wrapper
  • 0d81be1 Fixed warning header as array in YAML tests generator
  • f69d96f Refactored TEST_SUITE with free, platinum + removed old YamlRunnerTest

Added the following new APIs 🎉 (5 stable, 1 experimental):

Stable

Experimental

API changes

  • Autoscaling.deleteAutoscalingPolicy, this API is now stable, previosuly it was experimental
  • Autoscaling.getAutoscalingPolicy, this API is now stable, previosuly it was experimental
  • Autoscaling.putAutoscalingPolicy, this API is now stable, previosuly it was experimental
  • Indices.close, added documentation for the wait_for_active_shards parameter: set to index-setting to wait according to the index setting index.write.wait_for_active_shards, or all to wait for all shards, or an integer. Defaults to 0
  • Ml.findFileStructure, this API has been removed, previosuly it was experimental
  • Search, added the min_compatible_shard_node parameter (string). The minimum compatible version that all shards involved in search should have for this request to be successful
  • SearchableSnapshots.mount, added the storage parameter (string). Selects the kind of local storage used to accelerate searches.
    Experimental, and defaults to full_copy
  • SearchableSnapshots.stats, added the level parameter (enum). Return stats aggregated at cluster, index or shard level
    (Options = cluster,indices,shards) (Default = indices)