You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `pack_dense_vector` helper function to pack dense vectors for efficient uploading ([#3219](https://github.com/elastic/elasticsearch-py/pull/3219))
26
+
* New and updated ES|QL functions in the ES|QL query builder for 9.3 and Serverless ([#3266](https://github.com/elastic/elasticsearch-py/pull/3266))
27
+
28
+
API
29
+
30
+
* Added `cat.circuit_breaker` API
31
+
* Added experimental `esql.get_view`, `esql.put_view` and `esql.delete_view` APIs
* Added `downsampling_method` argument to `indices.put_data_lifecycle` API
35
+
* Added `return_documents` and `top_n` arguments to `inference.rerank` API
36
+
* Added `close_job` argument to `ml.stop_datafeed` API
37
+
* Added `certificate_identity` to `security.create_cross_cluster_api_key` and `security.update_cross_cluster_api_key` APIs
38
+
39
+
Serverless-specific
40
+
41
+
* Added `project_routing` argument to `project.tags` API
42
+
43
+
DSL
44
+
45
+
* Added `NumpyDenseVector` field, with support for dense vectors based on numpy arrays ([#3218](https://github.com/elastic/elasticsearch-py/pull/3218))
46
+
* Added `ExponentialHistogram` field
47
+
* Added `time_series_metric` argument to `Histogram` field
48
+
* Added `on_disk_rescore` argument to `DenseVectorIndexOptions` type
49
+
* Added `slices` argument to `UpdateByQueryResponse` type
50
+
21
51
## 9.2.1 (2025-12-23)
22
52
23
53
Enhancements
@@ -40,11 +70,6 @@ API
40
70
* Added `id` argument to `ml.stop_trained_model_deployment` API
41
71
* Removed `chunking_settings` argument from `inference.put_anthropic`, `inference.put_contextualai`, `inference.put_deepseek` APIs
42
72
43
-
DSL
44
-
45
-
* Removed `on_disk_score` argument from `DenseVectorIndexOptions` type
46
-
47
-
48
73
## 9.2.0 (2025-10-28)
49
74
50
75
### Enhancements
@@ -110,7 +135,6 @@ DSL
110
135
- Add `p_value` parameter to `SignificantTerms` aggregation
111
136
- Add `fields` parameter to `SemanticText` field
112
137
- Add `visit_percentage` parameter to `Knn` query
113
-
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
114
138
- Add `sparse_vector` field to `SemanticTextIndexOptions` type
115
139
- Add `index_options` to SparseVector type
116
140
- Add `separator_group` and `separators` to ChunkingSettings type
@@ -146,7 +170,6 @@ DSL
146
170
- Add `p_value` parameter to `SignificantTerms` aggregation
147
171
- Add `index_options` and `fields` parameters to `SemanticText` field
148
172
- Add `visit_percentage` parameter to `Knn` query
149
-
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
0 commit comments