Skip to content

Commit 9532aac

Browse files
Release 9.1.3 (#3258)
1 parent 92934ea commit 9532aac

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/release-notes/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ 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.3 (2026-01-05)
22+
23+
Enhancements
24+
* Instrument ping with OTel ([#3160](https://github.com/elastic/elasticsearch-py/pull/3160))
25+
* Make positional arguments in DSL generated classes explicit ([#3233](https://github.com/elastic/elasticsearch-py/pull/3233))
26+
* Add warnings for private APIs ([#3212](https://github.com/elastic/elasticsearch-py/pull/3212))
27+
28+
Bug fixes
29+
* ES|QL query builder: fix missing assignment ([#3151](https://github.com/elastic/elasticsearch-py/pull/3151))
30+
* Use relative imports to fix `elasticsearch9` package imports ([#3232](https://github.com/elastic/elasticsearch-py/pull/3232))
31+
32+
API
33+
* Added `transform.get_node_stats` API
34+
* Added `requests_per_second` argument to `delete_by_query_rethrottle`, `reindex_rethrottle` and `update_by_query_rethrottle` APIs
35+
* Added `allow_closed`, `allow_no_indices`, `expand_wildcards`, `ignore_throttled` and `ignore_available` arguments to `cat.segments` API
36+
37+
DSL
38+
* Removed `index_options` argument from `SemanticText` field class
39+
* Removed `visit_percentage` argument from `Knn` query class
40+
* Removed `on_disk_score` argument from `DenseVectorIndexOptions` type
41+
42+
2143
## 9.1.2 (2025-10-28)
2244

2345
### Enhancements

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "9.1.2"
18+
__versionstr__ = "9.1.3"
1919
__es_specification_commit__ = "69144c05ec6727c4ee39aec454f7ad6a57d240fc"

0 commit comments

Comments
 (0)