Skip to content

Bump elasticsearch from 7.10.0 to 7.13.0

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

Bumps elasticsearch from 7.10.0 to 7.13.0.

Release notes

Sourced from elasticsearch's releases.

7.13.0

Client

Added

  • Added support for compatibility header for Elasticsearch. If the environment variable ELASTIC_CLIENT_APIVERSIONING=1 is set the client will send the headers Accept and Content-Type with the following value: application/vnd.elasticsearch+json;compatible-with=7.

APIs

Cat

  • Added the include_unloaded_segments parameter to the cat.nodes API

Snapshot Features

  • Added the features.reset_features experimental API

Fleet

  • Added the fleet.global_checkpoints expiremental API

Ingest

  • Added the ingest.geo_ip_stats API

Machine Learning

  • Added the ml.delete_trained_model_alias API
  • Added the ml.preview_data_frame_analytics API
  • Added the ml.put_trained_model_alias API
  • Changed the ml.delete_data_frame_analytics, ml.delete_trained_model, ml.explain_data_frame_analytics, ml.get_data_fram_analytics, ml.get_data_frame_analytics_stats, ml.get_trained_models, ml.get_trained_models_stats, ml.put_trained_model, ml.start_data_frame_analytics, ml.stop_data_frame_analytics, ml.update_data_frame_analytics APIs from beta to stable.

Nodes

  • Added include_unloaded_segments parameter to node.stats API

Searchable Snapshots

  • Added the searchable_snapshots.cache_stats experimental API

Security

  • Added the security.clear_cached_service_tokens beta API
  • Added the security.create_service_token beta API
  • Added the security.delete_service_token beta API
  • Added the security.get_service_accounts beta API
  • Added the security.get_service_credentials beta API

Shutdown

... (truncated)

Commits
  • b177103 Update APIs to 7.13-SNAPSHOT
  • 0ae3779 [7.13] Add support for the HTTP API compatibility header
  • 93515dc [7.13] Add Release Notes section to the Python book
  • fc9844a [7.13] Reorganize API documentation
  • cd03697 [7.13] Start using the Elastic Artifacts API for YAML REST tests
  • a8cf8d9 [7.x] Add ignore_status option to bulk helpers
  • e4cdd45 [7.x] Add per-request authentication for http_auth and api_key
  • f8ffb2c [7.x] Generate APIs using Elastic build artifacts API
  • bde62d7 [7.x] Add client_cert and client_key support to AIOHttpConnection
  • 123aa27 Fix spelling of 'interesting'
  • Additional commits viewable in compare view

Merge request reports