-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release 9.2.0 (#3134) #3137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 9.2.0 (#3134) #3137
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,81 @@ To check for security updates, go to [Security announcements for the Elastic sta | |
|
|
||
| % ### Fixes [elasticsearch-python-client-next-fixes] | ||
|
|
||
| ## 9.2.0 (2025-10-28) | ||
|
|
||
| ### Enhancements | ||
|
|
||
| * Support Trio when using the `HTTPX <https://www.python-httpx.org/>`_ async client ([#3089](https://github.com/elastic/elasticsearch-py/pull/3089)) | ||
| * Pydantic integration for the DSL module ([#3086](https://github.com/elastic/elasticsearch-py/pull/3086)) | ||
| * Add `flush_after_seconds` option to `streaming_bulk()` ([#3064](https://github.com/elastic/elasticsearch-py/pull/3064)) | ||
| * Add `TS`, `FUSE` and `INLINE STATS` commands to the ES|QL query builder ([#3096](https://github.com/elastic/elasticsearch-py/pull/3096)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * DSL: support passing inner documents as `AttrDict` instances ([#3080](https://github.com/elastic/elasticsearch-py/pull/3080)) | ||
| * DSL: add some recently added field classes as top-level exports for the package ([#3078](https://github.com/elastic/elasticsearch-py/pull/3078)) | ||
|
|
||
| ### API | ||
|
|
||
| - Add `streams` namespace with `streams.logs_disable`, `streams.logs_enable`, `streams.status` APIs | ||
| - Add `inference.contextualai` API | ||
| - Add `security.get_stats` API | ||
| - Add `bytes` and `time` parameters to various APIs in the `cat` namespace. | ||
| - Add `include_execution_metadata` parameter to `esql.async_query` and `esql.query` APIs | ||
| - Add `index_template` parameter to `indices.simulate_index_template` API | ||
| - Add `input_type` parameter to `inference.text_embedding` API | ||
| - Add `field_access_pattern` parameter to `ingest.put_pipeline` API | ||
| - Removed unsupported `size` parameter from `reindex` API | ||
|
|
||
| #### Serverless-specific | ||
|
|
||
| - Add `project` namespace with `project.tags` API | ||
| - 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 | ||
|
|
||
| ### DSL | ||
|
|
||
| - New `CartesianBounds`, `CartesianCentroid`, `ChangePoint` aggregations | ||
| - Add `p_value` parameter to `SignificantTerms` aggregation | ||
| - Add `fields` parameter to `SemanticText` field | ||
| - Add `visit_percentage` parameter to `Knn` query | ||
| - Add `on_disk_rescore` field to `DenseVectorIndexOptions` type | ||
| - Add `sparse_vector` field to `SemanticTextIndexOptions` type | ||
|
|
||
| ### Other | ||
|
|
||
| * Add 3.14 to CI builds ([#3103](https://github.com/elastic/elasticsearch-py/pull/3103)) | ||
| * Drop Python 3.9 support ([#3114](https://github.com/elastic/elasticsearch-py/pull/3114)) | ||
|
|
||
| ## 9.1.2 (2025-10-28) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering, is this useful to add in the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 9.1.2 change logs? When we branch 9.3 we'd want those to be included, I think?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Having entries appear twice doesn't seem very useful to me, but the Elasticsearch release notes appear to do it anyway: https://www.elastic.co/docs/release-notes/elasticsearch
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see a way around it. To me it is more important to document the changes that went into each release, because people are only going to read the entries for the release they are interested in. |
||
|
|
||
| ### Enhancements | ||
|
|
||
| * Add `flush_after_seconds` option to `streaming_bulk()` ([#3064](https://github.com/elastic/elasticsearch-py/pull/3064)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * DSL: support passing inner documents as `AttrDict` instances ([#3080](https://github.com/elastic/elasticsearch-py/pull/3080)) | ||
| * DSL: add some recently added field classes as top-level exports for the package ([#3078](https://github.com/elastic/elasticsearch-py/pull/3078)) | ||
|
|
||
| ### API | ||
|
|
||
| - Add `streams` namespace with `streams.logs_disable`, `streams.logs_enable`, `streams.status` APIs | ||
| - Add `bytes` and `time` parameters to various APIs in the `cat` namespace. | ||
| - Add `index_template` parameter to `indices.simulate_index_template` API | ||
| - Add `input_type` parameter to `inference.text_embedding` API | ||
|
|
||
| ### DSL | ||
|
|
||
| - New `CartesianBounds`, `CartesianCentroid`, `ChangePoint` aggregations | ||
| - Add `p_value` parameter to `SignificantTerms` aggregation | ||
| - Add `index_options` and `fields` parameters to `SemanticText` field | ||
| - Add `visit_percentage` parameter to `Knn` query | ||
| - Add `on_disk_rescore` field to `DenseVectorIndexOptions` type | ||
|
|
||
| ### Other | ||
|
|
||
| * Add 3.14 to CI builds ([#3103](https://github.com/elastic/elasticsearch-py/pull/3103)) | ||
|
|
||
| ## 9.1.1 (2025-09-11) | ||
|
|
||
| ### Enhancements | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.