Skip to content

Releases: elastic/elasticsearch-py

7.17.4

01 Jun 15:37
2f5e8e2
Compare
Choose a tag to compare

Client

  • Client is compatible with Elasticsearch 7.17.4

8.2.0

03 May 19:58
Compare
Choose a tag to compare

Client

  • Re-introduced support for passing requests.auth.BaseAuth objects to the http_auth parameter which was available in 7.x.

Search

  • Added the filter parameter to the experimental knn_search API

Documents

  • Changed the source and dest parameters for the reindex API from optional to required

Indices

  • Added the indices.field_usage_stats API
  • Added the indices.modify_data_stream API
  • Added the fields and types parameters to the field_caps API
  • Added the ignore_unvailable parameter to the open_point_in_time API
  • Added the master_timeout and timeout parameters to the indices.delete API
  • Added the features parameter to the indices.get API

Machine Learning

  • Added the ml.get_memory_stats API

Migrations

  • Added the migrations.get_feature_upgrade_status API
  • Added the migrations.post_feature_upgrade API

Nodes

  • Added the nodes.clear_repositories_metering_archive API
  • Added the nodes.get_repositories_metering_info API

Security

  • Added the beta security.activate_user_profile API
  • Added the beta security.disable_user_profile API
  • Added the beta security.enable_user_profile API
  • Added the beta security.get_user_profile API
  • Added the beta security.suggest_user_profiles API
  • Added the beta security.update_user_profile_data API

SQL

  • Added the catalog, index_using_frozen, keep_alive, keep_on_completion, runtime_mappings, and wait_for_completion_timeout parameters to the sql.query API

8.1.3

26 Apr 12:40
e83cd91
Compare
Choose a tag to compare

Client

  • Client is compatible with Elasticsearch 8.1.3

7.17.3

26 Apr 13:01
7fba608
Compare
Choose a tag to compare

Client

  • Client is compatible with Elasticsearch 7.17.3

8.1.2

31 Mar 18:25
a8e4a32
Compare
Choose a tag to compare

Client

  • Client is compatible with Elasticsearch 8.1.2

7.17.2

31 Mar 18:21
Compare
Choose a tag to compare

Client

  • Client is compatible with Elasticsearch 7.17.2

8.1.1

22 Mar 22:08
Compare
Choose a tag to compare

Documents

  • Changed the source and dest parameters of the reindex API to be required.

Mappings

  • Changed the fields parameter of the field_caps API to be required.

8.1.0

08 Mar 19:27
Compare
Choose a tag to compare

Transforms

  • Added the transform.reset_transform API

8.0.1

01 Mar 19:47
74aa9de
Compare
Choose a tag to compare

Client

  • Fixed the sort parameter of multiple APIs to serialize in the query string when using the shorthand form

Indices

  • Fixed the index parameter to be required for the indices.field_usage_stats API

SQL

  • Added the catalog, keep_alive, keep_on_completion, params, runtime_mappings, and wait_for_completion_timeout parameters to the sql.query API

7.17.1

28 Feb 17:19
ecd4d5e
Compare
Choose a tag to compare

Helpers

  • Fixed the from parameter to be rewritten to from_ when used with the scan and async_scan helpers (#1897)

Transport

  • Fixed AiohttpHttpConnection to not leak TLS connections when the socket isn't explicitly shutdown by the peer (#1919)