Skip to content

Releases: elastic/elasticsearch-py

8.14.0

06 Jun 13:29
v8.14.0
e6caa0a
Compare
Choose a tag to compare
  • Fixed node_pool_class override (#2581, contributed by @tallakh)
  • Added retriever to the Search API
  • Added deprecated and removed allow_auto_create from the Create or update component template API
  • Added allow_auto_create, cause, deprecated, ignore_missing_component_templates and master_timeout to the Create or update index template API
  • Added cause, removed flat_settings and timeout from the Create or update index template legacy API
  • Removed various unsupported parameters from the Simulate index API
  • Added various supported paramters to the Simulate index template API
  • Added the completion and rerank task types to the Inference APIs
  • Added the query and timeout parameters to the Perform inference API
  • Added typed_keys to the Search Application Search API
  • Added with_profile_uid to the Get API key information and Query API key information APIs

8.13.2

24 May 12:54
v8.13.2
890b575
Compare
Choose a tag to compare
  • Added the ml.update_trained_model_deployment API
  • Marked Requests 2.32.2 as incompatible with the Elasticsearch client

8.13.1

03 May 13:51
v8.13.1
85be2a0
Compare
Choose a tag to compare
  • Added force_synthetic_source to the Get API
  • Added wait_for_completion to the Create trained model API
  • Added typed_keys to the Query API key information API

8.13.0

27 Mar 12:05
v8.13.0
833e779
Compare
Choose a tag to compare
  • Added native OpenTelemetry support (#2435)
  • Added optional orjson (a fast, correct JSON library) serialization support (#2493)
  • Added the text_structure.test_grok_pattern API
  • Added the indices.resolve_cluster API
  • Renamed the model_id parameter to inference_id in the inference APIs
  • Changed all synonyms APIs from experimental to stable.
  • Fixed API key documentation (#2477, contributed by @iuliaferoli)

8.12.1

22 Feb 04:45
v8.12.1
970ce1c
Compare
Choose a tag to compare
  • Fixed but deprecated parameter aliases in body parameter (#2427)
  • Added mappings and bulk to quickstart page (#2417)

8.12.0

19 Jan 10:25
v8.12.0
864f823
Compare
Choose a tag to compare
  • Dropped support for Python 3.6
  • Allowed unrestricted body parameter again (see #2383 for details)
  • Added the Inference APIs
  • Added the ES|QL API
  • Added active_only parameter to security.get_api_key API
  • Added expiration parameter to security.update_api_key API

8.11.1

08 Dec 06:17
v8.11.1
30a5672
Compare
Choose a tag to compare
  • Added missing role_templates to security.put_role_mapping API
  • Added interactive examples page to documentation
  • Changed API reference to have one page per sub-client

8.11.0

13 Nov 12:54
v8.11.0
db4844a
Compare
Choose a tag to compare
  • Added support for Python 3.12
  • Added missing scores parameter to create trained model vocabulary API
  • Added missing delete_dest_index parameter to delete transform API

8.10.1

13 Oct 13:02
v8.10.1
d48b428
Compare
Choose a tag to compare
  • Removed deprecation warnings when using body parameter (#2302)
  • Fixed some type hints to use covariant Sequence instead of invariant List (#2324, #2325)

8.10.0

22 Sep 10:43
v8.10.0
ca45614
Compare
Choose a tag to compare