Skip to content

Commit 3352a03

Browse files
Release 9.1.1
1 parent 5c61dba commit 3352a03

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/release-notes/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ 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.1 (2025-09-11)
22+
23+
* ES|QL query builder integration with the DSL module (Fixes #3056) ([#3058](https://github.com/elastic/elasticsearch-py/pull/3058))
24+
* ES|QL query builder robustness fixes ([#3017](https://github.com/elastic/elasticsearch-py/pull/3017))
25+
* Fix ES|QL `multi_match()` signature ([#3052](https://github.com/elastic/elasticsearch-py/pull/3052))
26+
27+
API
28+
* Add support for ES|QL query builder objects to ES|QL Query and Async Query APIs
29+
* Add Transform Set Upgrade Mode API
30+
* Fix type of `fields` parameter ofTerm Vectors API to array of strings
31+
* 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
33+
34+
DSL
35+
* Preserve the `skip_empty` setting in `to_dict()` recursive serializations ([#3041](https://github.com/elastic/elasticsearch-py/pull/3041))
36+
* Add `separator_group` and `separators` attributes to `ChunkingSettings` type
37+
* Add `shard` and `primary` attributes to `ShardFailure` type
38+
* Fix type of `key` attribute of `ArrayPercentilesItem` to float
39+
40+
2141
## 9.1.0 (2025-07-30)
2242

2343
Enhancements

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.1.0"
18+
__versionstr__ = "9.1.1"

0 commit comments

Comments
 (0)