File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020% ### Fixes [ elasticsearch-python-client-next-fixes]
2121## 9.1.1 (2025-09-11)
2222
23- * ES|QL query builder integration with the DSL module (Fixes # 3056 ) ( [ #3058 ] ( https://github.com/elastic/elasticsearch-py/pull/3058 ) )
23+ * ES|QL query builder integration with the DSL module ([ #3058 ] ( https://github.com/elastic/elasticsearch-py/pull/3058 ) )
2424* ES|QL query builder robustness fixes ([ #3017 ] ( https://github.com/elastic/elasticsearch-py/pull/3017 ) )
2525* Fix ES|QL ` multi_match() ` signature ([ #3052 ] ( https://github.com/elastic/elasticsearch-py/pull/3052 ) )
2626
2727API
2828* Add support for ES|QL query builder objects to ES|QL Query and Async Query APIs
2929* Add Transform Set Upgrade Mode API
30- * Fix type of ` fields ` parameter ofTerm Vectors API to array of strings
30+ * Fix type of ` fields ` parameter of Term Vectors API to array of strings
3131* Fix type of ` params ` parameter of SQL Query API to array
32- * Move ` sort ` parameter of the Delete By Query API from query to body
3332
3433DSL
3534* Preserve the ` skip_empty ` setting in ` to_dict() ` recursive serializations ([ #3041 ] ( https://github.com/elastic/elasticsearch-py/pull/3041 ) )
3635* Add ` separator_group ` and ` separators ` attributes to ` ChunkingSettings ` type
37- * Add ` shard ` and ` primary ` attributes to ` ShardFailure ` type
36+ * Add ` primary ` attribute to ` ShardFailure ` type
3837* Fix type of ` key ` attribute of ` ArrayPercentilesItem ` to float
3938
4039
You can’t perform that action at this time.
0 commit comments