You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add option to disable accurate reporting of file and line location in warnings (Fixes #3003) ([#3006](https://github.com/elastic/elasticsearch-py/pull/3006))
28
+
29
+
APIs
30
+
31
+
* Remove `if_primary_term`, `if_seq_no` and `op_type` from Create API
32
+
* Remove `master_timeout` from Ingest Get Ip Location Database API
33
+
* Remove `application`, `priviledge` and `username` from the Security Get User API
34
+
* Rename `type_query_string` to `type` in License Post Start Trial API
35
+
* Add `require_data_stream` to Index API
36
+
* Add `settings_filter` to Cluster Get Component Template API
37
+
* Add `cause` to Cluster Put Component Template API
38
+
* Add `master_timeout` to Cluster State API
39
+
* Add `ccs_minimize_roundtrips` to EQL Search API
40
+
* Add `keep_alive` and `keep_on_completion` to ES|QL Async Query API
41
+
* Add `format` to ES|QL Async Query Get API
42
+
* Add ES|QL Get Query and List Queries APIs
43
+
* Add Indices Delete Data Stream Options API
44
+
* Add Indices Get Data Stream Options and Put Data Stream Options APIS
45
+
* Add Indices Get Data Stream Settings and Put Data Stream Settings APIs
46
+
* Add `allow_no_indices`, `expand_wildcards` and `ignore_available` to Indices Recovery API
47
+
* Add Indices Remove Block API
48
+
* Add Amazon Sagemaker to Inference API
49
+
* Add `input_type` to Inference API
50
+
* Add `timeout` to all Inference Put APIs
51
+
* Add Inference Put Custom API
52
+
* Add Inference Put DeepSeek API
53
+
* Add `task_settings` to Put HuggingFace API
54
+
* Add `refresh` to Security Grant API Key API
55
+
* Add `wait_for_completion` to the Snapshot Delete API
56
+
* Add `state` to Snapshot Get API
57
+
* Add `refresh` to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs
58
+
59
+
DSL
60
+
61
+
* Handle lists in `copy_to` option in DSL field declarations correctly (Fixes #2992) ([#2993](https://github.com/elastic/elasticsearch-py/pull/2993))
62
+
* Add `index_options` to SparseVector type
63
+
* Add SparseVectorIndexOptions type
64
+
* Add `key` to FiltersBucket type
65
+
66
+
Other changes
67
+
68
+
* Drop support for Python 3.8 ([#3001](https://github.com/elastic/elasticsearch-py/pull/3001))
0 commit comments