Skip to content

Commit f6ff972

Browse files
release note fixes
1 parent 2b9b7a9 commit f6ff972

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
=== 8.19.1 (2025-09-11)
55

6-
- ES|QL query builder integration with the DSL module (Fixes #3056) (https://github.com/elastic/elasticsearch-py/pull/3058[#3058])
6+
- ES|QL query builder integration with the DSL module (https://github.com/elastic/elasticsearch-py/pull/3058[#3058])
77
- ES|QL query builder robustness fixes (https://github.com/elastic/elasticsearch-py/pull/3017[#3017])
88
- Fix ES|QL `multi_match()` signature (https://github.com/elastic/elasticsearch-py/pull/3052[#3052])
99

@@ -14,8 +14,7 @@ API
1414
- Add `expand_wildcards` parameter to Snapshot Create API
1515
- Add Transform Set Upgrade Mode API
1616
- Fix type of `params` parameter of SQL Query API to array
17-
- Fix type of `fields` parameter ofTerm Vectors API to array of strings
18-
- Move `sort` parameter of the Delete By Query API from query to body
17+
- Fix type of `fields` parameter of Term Vectors API to array of strings
1918

2019
DSL
2120

@@ -25,7 +24,7 @@ DSL
2524
- Add `exclude_vectors` attribute to `SourceFilter` type
2625
- Add `SparseVectorIndexOptions` type
2726
- Add `execution_hint` attribute to `TDigest` type
28-
- Add `shard` and `primary` attributes to `ShardFailure` type
27+
- Add `primary` attribute to `ShardFailure` type
2928
- Fix type of `key` attribute of `ArrayPercentilesItem` to float
3029

3130

0 commit comments

Comments
 (0)