Skip to content

Commit 23bb050

Browse files
Release 9.1.2 (#3135)
1 parent 335154e commit 23bb050

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

docs/release-notes/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,36 @@ 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.2 (2025-10-28)
22+
23+
### Enhancements
24+
25+
* Add `flush_after_seconds` option to `streaming_bulk()` ([#3064](https://github.com/elastic/elasticsearch-py/pull/3064))
26+
27+
### Bug Fixes
28+
29+
* DSL: support passing inner documents as `AttrDict` instances ([#3080](https://github.com/elastic/elasticsearch-py/pull/3080))
30+
* DSL: add some recently added field classes as top-level exports for the package ([#3078](https://github.com/elastic/elasticsearch-py/pull/3078))
31+
32+
### API
33+
34+
- Add `streams` namespace with `streams.logs_disable`, `streams.logs_enable`, `streams.status` APIs
35+
- Add `bytes` and `time` parameters to various APIs in the `cat` namespace.
36+
- Add `index_template` parameter to `indices.simulate_index_template` API
37+
- Add `input_type` parameter to `inference.text_embedding` API
38+
39+
### DSL
40+
41+
- New `CartesianBounds`, `CartesianCentroid`, `ChangePoint` aggregations
42+
- Add `p_value` parameter to `SignificantTerms` aggregation
43+
- Add `index_options` and `fields` parameters to `SemanticText` field
44+
- Add `visit_percentage` parameter to `Knn` query
45+
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
46+
47+
### Other
48+
49+
* Add 3.14 to CI builds ([#3103](https://github.com/elastic/elasticsearch-py/pull/3103))dd
50+
2151
## 9.1.1 (2025-09-11)
2252

2353
* ES|QL query builder integration with the DSL module ([#3058](https://github.com/elastic/elasticsearch-py/pull/3058))

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.1"
18+
__versionstr__ = "9.1.2"
1919
__es_specification_commit__ = "cc623e3b52dd3dfd85848ee992713d37da020bfb"

0 commit comments

Comments
 (0)