Skip to content

Commit 2022b70

Browse files
Release 9.2.1 (#3249)
1 parent 8e06b0f commit 2022b70

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/release-notes/index.md

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

2020
% ### Fixes [elasticsearch-python-client-next-fixes]
21+
## 9.2.1 (2025-12-23)
22+
23+
Enhancements
24+
25+
* Instrument ping with OTel ([#3160](https://github.com/elastic/elasticsearch-py/pull/3160))
26+
* Make positional arguments in DSL generated classes explicit ([#3233](https://github.com/elastic/elasticsearch-py/pull/3233))
27+
* Add warnings for private APIs ([#3212](https://github.com/elastic/elasticsearch-py/pull/3212))
28+
29+
Bug fixes
30+
31+
* ES|QL query builder: fix missing assignment ([#3151](https://github.com/elastic/elasticsearch-py/pull/3151))
32+
* Use relative imports to fix `elasticsearch9` package imports ([#3232](https://github.com/elastic/elasticsearch-py/pull/3232))
33+
34+
API
35+
36+
* Added `transform.get_node_stats` API
37+
* Added `requests_per_second` argument to `delete_by_query_rethrottle`, `reindex_rethrottle` and `update_by_query_rethrottle` APIs
38+
* Added `allow_closed`, `allow_no_indices`, `expand_wildcards`, `ignore_throttled` and `ignore_available` arguments to `cat.segments` API
39+
* Added `chunking_settings` argument to `inference.put_watsonxai` API
40+
* Added `id` argument to `ml.stop_trained_model_deployment` API
41+
* Removed `chunking_settings` argument from `inference.put_anthropic`, `inference.put_contextualai`, `inference.put_deepseek` APIs
42+
43+
DSL
44+
45+
* Removed `on_disk_score` argument from `DenseVectorIndexOptions` type
46+
47+
2148
## 9.2.0 (2025-10-28)
2249

2350
### 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.2.0"
18+
__versionstr__ = "9.2.1"
1919
__es_specification_commit__ = "4ab58cf013706c9104d18daafae4361cf7351a55"

0 commit comments

Comments
 (0)