Skip to content

Bump elasticsearch from 7.10.0 to 7.12.1

Norman Ziegner requested to merge dependabot/pip/elasticsearch-7.12.1 into master

Bumps elasticsearch from 7.10.0 to 7.12.1.

Release notes

Sourced from elasticsearch's releases.

7.12.1

APIs

Updated APIs to 7.12.1

Text Structure

  • Changed the text_structure.find_text_structure API from experimental to stable

7.12.0

APIs

Autoscaling

  • Changed autoscaling.delete_autoscaling_policy, autoscaling.get_autoscaling_policy, and autoscaling.put_autoscaling_policy APIs from experimental to stable

EQL

  • Added eql.get_status API

Logash

  • Added logstash.delete_pipeline, logstash.get_pipeline, and logstash.put_pipeline APIs

Machine Learning

  • Removed the experimental ml.find_text_structure API

Searchable Snapshots

  • Added storage parameter to the searchable_snapshots.mount API
  • Added level parameter to the searchable_snapshots.stats API

Search

  • Added the min_compatible_shard_node parameter to search()

Text Structure

  • Added experimental text_structure.find_text_structure API

7.11.0

Client

Added

  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header (#1473)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type (#1495)

APIs

... (truncated)

Changelog

Sourced from elasticsearch's changelog.

.. _changelog:

Changelog

7.12.0 (2021-03-23)

  • Added support for 7.12 APIs

7.11.0 (2021-02-10)

  • Added support for 7.11 APIs
  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header ([#1473](https://github.com/elastic/elasticsearch-py/issues/1473)_)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type ([#1495](https://github.com/elastic/elasticsearch-py/issues/1495)_)

.. _#1473: https://github.com/elastic/elasticsearch-py/pull/1473 .. _#1495: https://github.com/elastic/elasticsearch-py/pull/1495

7.10.1 (2020-12-09)

  • Fixed issue where the Scan helper would fail if a scroll response returned without a value for _shards.skipped ([#1451](https://github.com/elastic/elasticsearch-py/issues/1451)_)
  • Fixed handling of IPv6 hosts with a port in the computed Connection.host property ([#1460](https://github.com/elastic/elasticsearch-py/issues/1460)_)
  • Fixed documented task management API stability, should have been as "experimental" ([#1471](https://github.com/elastic/elasticsearch-py/issues/1471)_)
  • Changed deprecated collections.Mapping in favor of collections.abc.Mapping for Python 3.9 ([#1443](https://github.com/elastic/elasticsearch-py/issues/1443)_)

.. _#1443: https://github.com/elastic/elasticsearch-py/pull/1443 .. _#1451: https://github.com/elastic/elasticsearch-py/pull/1451 .. _#1460: https://github.com/elastic/elasticsearch-py/pull/1460 .. _#1471: https://github.com/elastic/elasticsearch-py/pull/1471

Commits
  • 76f8f85 Update APIs for 7.12.1
  • 0c93aaf [7.12] Build dists in Docker during make.sh assemble
  • 38ffd7c Revert "Update .ci/make.sh with new command skeletons" (#1558) (#1559)
  • 49691e4 [7.12] Update .ci/make.sh with new command skeletons
  • ff75065 Bump version to 7.12.1
  • dbf0cb4 Add changelog for 7.12.0 release
  • 72b099c Add the FeaturesClient for 'features' namespace
  • dafb34d Update APIs for 7.12
  • 9405624 [7.12] [DOCS] Add missing comma in async example
  • 9011a7e [7.12] [DOCS] Fix typos and remove licence info
  • Additional commits viewable in compare view

Merge request reports