Skip to content

Commit 5f7371c

Browse files
Release 9.0.3 (#3015)
1 parent 6a5f451 commit 5f7371c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/release-notes/index.md

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

2020
% ### Fixes [elasticsearch-python-client-next-fixes]
21+
## 9.0.3 (2025-07-30)
22+
23+
Enhancements
24+
25+
* ES|QL query builder (technical preview) ([#2997](https://github.com/elastic/elasticsearch-py/pull/2997))
26+
* 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))
49+
* Add `key` to FiltersBucket type
50+
51+
2152

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

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.0.3"

0 commit comments

Comments
 (0)