Skip to content

Commit 278caa9

Browse files
committed
Release 9.0.0
1 parent ce7a121 commit 278caa9

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

docs/release-notes/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,54 @@ To check for security updates, go to [Security announcements for the Elastic sta
6868
* Add `search_inference_id` to SemanticText field
6969

7070

71+
* Remove deprecated `Elasticsearch()` options ([#2840](https://github.com/elastic/elasticsearch-py/pull/2840))
72+
* Remove deprecated `url_prefix` and `use_ssl` options ([#2797](https://github.com/elastic/elasticsearch-py/pull/2797))
73+
* Merge `Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>`_ package ([#2736](https://github.com/elastic/elasticsearch-py/pull/2736))
74+
* Add Python DSL documentation ([#2761](https://github.com/elastic/elasticsearch-py/pull/2761))
75+
* Autogenerate DSL field classes from schema ([#2780](https://github.com/elastic/elasticsearch-py/pull/2780))
76+
* Improve DSL documentation examples with class-based queries and type hints ([#2857](https://github.com/elastic/elasticsearch-py/pull/2857))
77+
* Document the use of `param()` in Python DSL methods ([#2861](https://github.com/elastic/elasticsearch-py/pull/2861))
78+
* Migrate documentation from AsciiDoc to Markdown format ([#2806](https://github.com/elastic/elasticsearch-py/pull/2806))
79+
* Document use of sub-clients ([#2798](https://github.com/elastic/elasticsearch-py/pull/2798))
80+
* Document how to making API calls ([#2843](https://github.com/elastic/elasticsearch-py/pull/2843))
81+
* Fix `simulate` sub-client documentation ([#2749](https://github.com/elastic/elasticsearch-py/pull/2749))
82+
* Update APIs
83+
* Remove Unfreeze an index API
84+
* Remove min_compatible_shard_node from Search and Async Search Submit APIs
85+
* Remove local parameter from cat alias, Alias exists, and Get alias APIs
86+
* Remove `verbose` from Index segments API
87+
* Remove `include_model_definition` from Get trained model configuration info API
88+
* Remove `wait_for_active_shards` from experimental Get field usage stats API
89+
* Support soft-deletes in connectors:
90+
* Add `hard` to Delete connector API
91+
* Add `include_deleted` to Get and List Connector APIs
92+
* Add `master_timeout` to Migrate to data tiers routing APIs
93+
* Add `master_timeout` to the Alias exists and Get alias APIs.
94+
* Add `expand_wildcards` to Create snapshot API
95+
* Rename incorrect `access_token` to `token` in Logout of OpenID Connect API
96+
* Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio, Azure OpenAI, Cohere, Elastic Inference Service (EIS), Elasticsearch, ELSER, Google AI Studio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI
97+
* Add Elastic Inference Service (EIS) chat completion API
98+
* Add Reindex legacy backing indices APIs
99+
* Add Create an index from a source index API
100+
* Add `include_source_on_error` to Create, Index, Update and Bulk APIs
101+
* Add Stop async ES|QL query API
102+
* Add `timeout` to Resolve Cluster API
103+
* Add `adaptive_allocations` body field to Start and Update a trained model deployment API
104+
* Rename `index_template_subtitutions` to `index_template_substitutions` in Simulate data ingestion API* Add `if_primary_term`, `if_seq_no`, `op_type`, `require_alias` and `require_data_stream` to Create API
105+
* Add `max_concurrent_shard_requests` to Open point in time API
106+
* Add `local` and `flat_settings` to Check index templates API
107+
* Add `reopen` to Update index settings API
108+
* Add `resource` to Reload search analyzer API
109+
* Add `lazy` to Roll over to a new index API
110+
* Add `cause` and `create` to Simulate index template APIs
111+
* Add Elastic Inference Service (EIS) chat completion
112+
* Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio, Azure OpenAI, Cohere, Elastic Inference Service (EIS), Elasticsearch, ELSER, Google AI Studio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI
113+
* Update DSL
114+
* Add `ignore_malformed`, `script`, `on_script_error` and `time_series_dimension` to Boolean field
115+
* Add `index` to GeoShape field
116+
* Add `search_inference_id` to SemanticText field
117+
118+
71119
## 9.0.0 [elasticsearch-python-client-900-release-notes]
72120

73121
### Features and enhancements [elasticsearch-python-client-900-features-enhancements]

0 commit comments

Comments
 (0)