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))
27
+
28
+
APIs
29
+
30
+
* Remove `if_primary_term`, `if_seq_no` and `op_type` from Create API
31
+
* Remove `stored_fields` from Get Source 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 `ccs_minimize_roundtrips` to EQL Search API
39
+
* Add `keep_alive` and `keep_on_completion` to ES|QL Async Query API
40
+
* Add `format` to ES|QL Async Query Get API
41
+
* Add `allow_no_indices`, `expand_wildcards` and `ignore_available` to Indices Recovery API
42
+
* Add `timeout` to all Inference Put APIs
43
+
* Add `refresh` to Security Get User Profile API
44
+
* Add `wait_for_completion` to the Snapshot Delete API
45
+
46
+
DSL
47
+
48
+
* Handle lists in `copy_to` field option correctly (Fixes #2992) ([#2993](https://github.com/elastic/elasticsearch-py/pull/2993))
0 commit comments