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
28
29
-
APIs
29
+
### APIs
30
30
31
31
* Remove `if_primary_term`, `if_seq_no` and `op_type` from Create API
32
32
* Remove `master_timeout` from Ingest Get Ip Location Database API
@@ -56,7 +56,7 @@ APIs
56
56
* Add `state` to Snapshot Get API
57
57
* Add `refresh` to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs
58
58
59
-
DSL
59
+
### DSL
60
60
61
61
* Handle lists in `copy_to` option in DSL field declarations correctly (Fixes #2992) ([#2993](https://github.com/elastic/elasticsearch-py/pull/2993))
62
62
* Add `index_options` to SparseVector type
@@ -68,6 +68,36 @@ Other changes
68
68
* Drop support for Python 3.8 ([#3001](https://github.com/elastic/elasticsearch-py/pull/3001))
* Add option to disable accurate reporting of file and line location in warnings (Fixes #3003) ([#3006](https://github.com/elastic/elasticsearch-py/pull/3006))
77
+
78
+
### APIs
79
+
80
+
* Remove `if_primary_term`, `if_seq_no` and `op_type` from Create API
81
+
* Remove `stored_fields` from Get Source API
82
+
* Remove `master_timeout` from Ingest Get Ip Location Database API
83
+
* Remove `application`, `priviledge` and `username` from the Security Get User API
84
+
* Rename `type_query_string` to `type` in License Post Start Trial API
85
+
* Add `require_data_stream` to Index API
86
+
* Add `settings_filter` to Cluster Get Component Template API
87
+
* Add `cause` to Cluster Put Component Template API
88
+
* Add `ccs_minimize_roundtrips` to EQL Search API
89
+
* Add `keep_alive` and `keep_on_completion` to ES|QL Async Query API
90
+
* Add `format` to ES|QL Async Query Get API
91
+
* Add `allow_no_indices`, `expand_wildcards` and `ignore_available` to Indices Recovery API
92
+
* Add `timeout` to all Inference Put APIs
93
+
* Add `refresh` to Security Get User Profile API
94
+
* Add `wait_for_completion` to the Snapshot Delete API
95
+
96
+
### DSL
97
+
98
+
* Handle lists in `copy_to` field option correctly (Fixes #2992) ([#2993](https://github.com/elastic/elasticsearch-py/pull/2993))
0 commit comments