Skip to content

Commit 825266b

Browse files
Bring 9.1.0 release to parent (#3013)
1 parent fe4a246 commit 825266b

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

docs/release-notes/index.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,56 @@ To check for security updates, go to [Security announcements for the Elastic sta
1818
% *
1919

2020
% ### Fixes [elasticsearch-python-client-next-fixes]
21+
## 9.1.0 (2025-07-30)
22+
23+
Enhancements
24+
25+
* ES|QL query builder (technical preview) ([#2997](https://github.com/elastic/elasticsearch-py/pull/2997))
26+
* Update OpenTelemetry conventions ([#2999](https://github.com/elastic/elasticsearch-py/pull/2999))
27+
* 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))
69+
70+
2171

2272
## 9.0.2 (2025-06-05) [elasticsearch-python-client-902-release-notes]
2373

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "9.0.2"
18+
__versionstr__ = "9.1.0"

0 commit comments

Comments
 (0)