Skip to content

Releases: elastic/elasticsearch-py

8.5.3

08 Dec 20:35
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 8.5.3

7.17.8

08 Dec 20:43
9b0d43b
Compare
Choose a tag to compare
  • Removed the work-around for a bug in aiohttp when sending HEAD requests. This change was backported from v8.x of elastic-transport.

8.5.2

23 Nov 07:03
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 8.5.2

8.5.1

21 Nov 20:04
fd310bf
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 8.5.1

8.5.0

02 Nov 09:34
Compare
Choose a tag to compare

Indices

  • Added the experimental indices.downsample API.

Rollup

  • Removed the deprecated rollup.rollup API.

Snapshot

  • Added the index_names parameter to the snapshot.get API.

Machine Learning

  • Added the beta ml.clear_trained_model_deployment_cache API.
  • Changed the ml.put_trained_model_definition_part API from experimental to stable.
  • Changed the ml.put_trained_model_vocabulary API from experimental to stable.
  • Changed the ml.start_trained_model_deployment API from experimental to stable.
  • Changed the ml.stop_trained_model_deployment API from experimental to stable.

Security

  • Added the with_limited_by parameter to the get_api_key API.
  • Added the with_limited_by parameter to the query_api_keys API.
  • Added the with_profile_uid parameter to the get_user API.
  • Changed the security.activate_user_profile API from beta to stable.
  • Changed the security.disable_user_profile API from beta to stable.
  • Changed the security.enable_user_profile API from beta to stable.
  • Changed the security.get_user_profile API from beta to stable.
  • Changed the security.suggest_user_profiles API from beta to stable.
  • Changed the security.update_user_profile_data API from beta to stable.
  • Changed the security.has_privileges_user_profile API from experimental to stable.

7.17.7

26 Oct 10:13
9221e2d
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 7.17.7

8.4.3

06 Oct 11:57
0350d8d
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 8.4.3

8.4.2

20 Sep 19:45
ed38768
Compare
Choose a tag to compare

Documents

  • Added the error_trace, filter_path, human and pretty parameters to the get_source API.
  • Added the ext parameter to the search API.

Async Search

  • Added the ext parameter to the async_search.submit API.

Fleet

  • Added the ext parameter to the fleet.search API.

8.4.1

06 Sep 11:44
0a729e4
Compare
Choose a tag to compare
  • Client is compatible with Elasticsearch 8.4.1

8.4.0

25 Aug 18:39
58c7ce7
Compare
Choose a tag to compare

Documents

  • Added the knn parameter to the search API.
  • Added the knn parameter to the async_search.submit API.

Machine Learning

  • Added the cache_size parameter to the ml.start_trained_model_deployment API.

Security

  • Added the security.update_api_key API.