Skip to content

Bump elasticsearch from 7.10.0 to 7.12.0

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

Bumps elasticsearch from 7.10.0 to 7.12.0.

Release notes

Sourced from elasticsearch's releases.

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

Async Search

  • Added the async_search.status API

Autoscaling

  • Added the autoscaling.get_autoscaling_capacity experimental API
  • Removed the autoscaling.get_autoscaling_decision experimental API

... (truncated)

Changelog

Sourced from elasticsearch's changelog.

.. _changelog:

Changelog

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
  • 9011a7e [7.12] [DOCS] Fix typos and remove licence info
  • e37a7a5 Use 7.12.0-SNAPSHOT for testing
  • 9ceb756 Update APIs for Elasticsearch 7.12
  • bedf11d Remove useless Jenkins job definitions on 7.12 branch
  • f69476d [7.12] Update README and CONTRIBUTING.md
  • 36cd483 [7.x] Add 7.11.0 release to changelog
  • 10e76d7 [7.x] Fix config of client pytest fixtures
  • 9744eae [7.x] [CI] Update integration test suite with new Docker distribution format
  • da6629d [7.x][DOCS] Adds Configuration section to Python book
  • ca0db1a [7.x] Implement 'arbitrary_key' feature for REST API tests
  • Additional commits viewable in compare view

Merge request reports