Skip to content

Commit 00b93cb

Browse files
update release notes
1 parent 2bf0814 commit 00b93cb

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

docs/release-notes/index.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,19 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-python-client-next-fixes]
2121
## 9.2.0 (2025-10-28)
2222

23-
Enhancements
24-
~~~~~~~~~~~~
23+
### Enhancements
2524

2625
* Support Trio when using the `HTTPX <https://www.python-httpx.org/>`_ async client ([#3089](https://github.com/elastic/elasticsearch-py/pull/3089))
2726
* Pydantic integration for the DSL module ([#3086](https://github.com/elastic/elasticsearch-py/pull/3086))
2827
* Add `flush_after_seconds` option to `streaming_bulk()` ([#3064](https://github.com/elastic/elasticsearch-py/pull/3064))
2928
* Add `TS`, `FUSE` and `INLINE STATS` commands to the ES|QL query builder ([#3096](https://github.com/elastic/elasticsearch-py/pull/3096))
3029

31-
Bug Fixes
32-
~~~~~~~~~
30+
### Bug Fixes
3331

3432
* DSL: support passing inner documents as `AttrDict` instances ([#3080](https://github.com/elastic/elasticsearch-py/pull/3080))
3533
* DSL: add some recently added field classes as top-level exports for the package ([#3078](https://github.com/elastic/elasticsearch-py/pull/3078))
3634

37-
Other
38-
~~~~~
39-
40-
* Add 3.14 to CI builds ([#3103](https://github.com/elastic/elasticsearch-py/pull/3103))
41-
* Drop Python 3.9 support ([#3114](https://github.com/elastic/elasticsearch-py/pull/3114))
42-
43-
API
44-
~~~
35+
### API
4536

4637
- Add `streams` namespace with `streams.logs_disable`, `streams.logs_enable`, `streams.status` APIs
4738
- Add `inference.contextualai` API
@@ -53,14 +44,12 @@ API
5344
- Add `field_access_pattern` parameter to `ingest.put_pipeline` API
5445
- Removed unsupported `size` parameter from `reindex` API
5546

56-
Serverless-specific
57-
^^^^^^^^^^^^^^^^^^^
47+
#### Serverless-specific
5848

5949
- Add `project` namespace with `project.tags` API
6050
- Add `project_routing` parameter to `count`, `field_caps`, `msearch`, `msearch_template`, `open_point_in_time`, `search`, `search_mvt`, `search_template`, `async_search.submit`, `cat.count`, `eql.search`, `indices.resolve_index`, `sql.query` APIs
6151

62-
DSL
63-
~~~
52+
### DSL
6453

6554
- New `CartesianBounds`, `CartesianCentroid`, `ChangePoint` aggregations
6655
- Add `p_value` parameter to `SignificantTerms` aggregation
@@ -69,6 +58,11 @@ DSL
6958
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
7059
- Add `sparse_vector` field to `SemanticTextIndexOptions` type
7160

61+
### Other
62+
63+
* Add 3.14 to CI builds ([#3103](https://github.com/elastic/elasticsearch-py/pull/3103))
64+
* Drop Python 3.9 support ([#3114](https://github.com/elastic/elasticsearch-py/pull/3114))
65+
7266

7367
## 9.1.1 (2025-09-11)
7468

0 commit comments

Comments
 (0)