Skip to content

Commit cd96ea7

Browse files
Release 9.0.3 (#3015) (#3016)
1 parent 825266b commit cd96ea7

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

docs/release-notes/index.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-python-client-next-fixes]
2121
## 9.1.0 (2025-07-30)
2222

23-
Enhancements
23+
### Enhancements
2424

2525
* ES|QL query builder (technical preview) ([#2997](https://github.com/elastic/elasticsearch-py/pull/2997))
2626
* Update OpenTelemetry conventions ([#2999](https://github.com/elastic/elasticsearch-py/pull/2999))
2727
* Add option to disable accurate reporting of file and line location in warnings (Fixes #3003) ([#3006](https://github.com/elastic/elasticsearch-py/pull/3006))
2828

29-
APIs
29+
### APIs
3030

3131
* Remove `if_primary_term`, `if_seq_no` and `op_type` from Create API
3232
* Remove `master_timeout` from Ingest Get Ip Location Database API
@@ -56,7 +56,7 @@ APIs
5656
* Add `state` to Snapshot Get API
5757
* Add `refresh` to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs
5858

59-
DSL
59+
### DSL
6060

6161
* Handle lists in `copy_to` option in DSL field declarations correctly (Fixes #2992) ([#2993](https://github.com/elastic/elasticsearch-py/pull/2993))
6262
* Add `index_options` to SparseVector type
@@ -68,6 +68,36 @@ Other changes
6868
* Drop support for Python 3.8 ([#3001](https://github.com/elastic/elasticsearch-py/pull/3001))
6969

7070

71+
## 9.0.3 (2025-07-30)
72+
73+
### Enhancements
74+
75+
* ES|QL query builder (technical preview) ([#2997](https://github.com/elastic/elasticsearch-py/pull/2997))
76+
* 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))
99+
* Add `key` to FiltersBucket type
100+
71101

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

0 commit comments

Comments
 (0)