Skip to content

Commit adae2d6

Browse files
Release 9.3.0 (#3300)
* Release 9.3.0 * Update docs/release-notes/index.md Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> * Update docs/release-notes/index.md Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> * Update docs/release-notes/index.md Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> * Update docs/release-notes/index.md Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> * release note fixes * release note fixes * remove incorrect reference to on_disk_score in 9.2.1 * fix minor typo * remove incorrect reference to on_disk_rescore in 9.2 and 9.1 --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
1 parent ea2227c commit adae2d6

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

docs/release-notes/index.md

Lines changed: 30 additions & 7 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.3.0 (2026-02-03)
22+
23+
Enhancements
24+
25+
* 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
32+
* Added experimental `indices.get_sample_configuration`, `indices.put_sample_configuration`, `indices.delete_sample_configuration`, `indices.get_all_sample_configuration`, `indices.get_sample`, `indices.get_sample_stats` APIs
33+
* Added `inference.put_groq`, `inference.put_openshift_ai`, `inference.put_nvidia` APIs
34+
* 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+
2151
## 9.2.1 (2025-12-23)
2252

2353
Enhancements
@@ -40,11 +70,6 @@ API
4070
* Added `id` argument to `ml.stop_trained_model_deployment` API
4171
* Removed `chunking_settings` argument from `inference.put_anthropic`, `inference.put_contextualai`, `inference.put_deepseek` APIs
4272

43-
DSL
44-
45-
* Removed `on_disk_score` argument from `DenseVectorIndexOptions` type
46-
47-
4873
## 9.2.0 (2025-10-28)
4974

5075
### Enhancements
@@ -110,7 +135,6 @@ DSL
110135
- Add `p_value` parameter to `SignificantTerms` aggregation
111136
- Add `fields` parameter to `SemanticText` field
112137
- Add `visit_percentage` parameter to `Knn` query
113-
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
114138
- Add `sparse_vector` field to `SemanticTextIndexOptions` type
115139
- Add `index_options` to SparseVector type
116140
- Add `separator_group` and `separators` to ChunkingSettings type
@@ -146,7 +170,6 @@ DSL
146170
- Add `p_value` parameter to `SignificantTerms` aggregation
147171
- Add `index_options` and `fields` parameters to `SemanticText` field
148172
- Add `visit_percentage` parameter to `Knn` query
149-
- Add `on_disk_rescore` field to `DenseVectorIndexOptions` type
150173

151174
### Other
152175

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

0 commit comments

Comments
 (0)