-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add breaking changes to release notes #2936
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
6994fea
Add breaking changes to release notes
pquentin 6d18b2c
Add upgrade tip
pquentin 7625be7
Update docs/release-notes/index.md
pquentin f5573a1
Fix impact/action formatting
pquentin a566f43
Fix links
pquentin ecdc69b
Apply suggestions from code review
pquentin a5de17f
Apply suggestions from code review
pquentin 827094d
Update docs/release-notes/breaking-changes.md
pquentin f13ee13
Remove empty sections
pquentin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,15 @@ To check for security updates, go to [Security announcements for the Elastic sta | |
|
||
## 9.0.0 (2025-04-15) [elasticsearch-python-client-900-release-notes] | ||
|
||
### Breaking changes | ||
|
||
* Remove deprecated `Elasticsearch()` options ([#2840](https://github.com/elastic/elasticsearch-py/pull/2840)) | ||
* Remove deprecated `url_prefix` and `use_ssl` options ([#2797](https://github.com/elastic/elasticsearch-py/pull/2797)) | ||
|
||
See the breaking changes page for more details. | ||
|
||
### Enhancements | ||
|
||
* Merge `Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>`_ package ([#2736](https://github.com/elastic/elasticsearch-py/pull/2736)) | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Add Python DSL documentation ([#2761](https://github.com/elastic/elasticsearch-py/pull/2761)) | ||
* Autogenerate DSL field classes from schema ([#2780](https://github.com/elastic/elasticsearch-py/pull/2780)) | ||
|
@@ -32,42 +39,44 @@ To check for security updates, go to [Security announcements for the Elastic sta | |
* Document use of sub-clients ([#2798](https://github.com/elastic/elasticsearch-py/pull/2798)) | ||
* Document how to making API calls ([#2843](https://github.com/elastic/elasticsearch-py/pull/2843)) | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Fix `simulate` sub-client documentation ([#2749](https://github.com/elastic/elasticsearch-py/pull/2749)) | ||
* Update APIs | ||
* Remove deprecated `/_knn_search` API | ||
* Remove Unfreeze an index API | ||
* Remove min_compatible_shard_node from Search and Async Search Submit APIs | ||
* Remove local parameter from cat alias, Alias exists, and Get alias APIs | ||
* Remove `verbose` from Index segments API | ||
* Remove `include_model_definition` from Get trained model configuration info API | ||
* Remove `wait_for_active_shards` from experimental Get field usage stats API | ||
* Support soft-deletes in connectors: | ||
* Add `hard` to Delete connector API | ||
* Add `include_deleted` to Get and List Connector APIs | ||
* Add `master_timeout` to Migrate to data tiers routing APIs | ||
* Add `master_timeout` to the Alias exists and Get alias APIs. | ||
* Add `expand_wildcards` to Create snapshot API | ||
* Rename incorrect `access_token` to `token` in Logout of OpenID Connect API | ||
* 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 | ||
* Add Elastic Inference Service (EIS) chat completion API | ||
* Add Reindex legacy backing indices APIs | ||
* Add Create an index from a source index API | ||
* Add `include_source_on_error` to Create, Index, Update and Bulk APIs | ||
* Add Stop async ES|QL query API | ||
* Add `timeout` to Resolve Cluster API | ||
* Add `adaptive_allocations` body field to Start and Update a trained model deployment API | ||
* 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 | ||
* Add `max_concurrent_shard_requests` to Open point in time API | ||
* Add `local` and `flat_settings` to Check index templates API | ||
* Add `reopen` to Update index settings API | ||
* Add `resource` to Reload search analyzer API | ||
* Add `lazy` to Roll over to a new index API | ||
* Add `cause` and `create` to Simulate index template APIs | ||
* Add Elastic Inference Service (EIS) chat completion | ||
* 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 | ||
* Update DSL | ||
* Add `ignore_malformed`, `script`, `on_script_error` and `time_series_dimension` to Boolean field | ||
* Add `index` to GeoShape field | ||
* Add `search_inference_id` to SemanticText field | ||
|
||
### APIs | ||
|
||
* Remove deprecated `/_knn_search` API | ||
* Remove Unfreeze an index API | ||
* Remove min_compatible_shard_node from Search and Async Search Submit APIs | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Remove local parameter from cat alias, Alias exists, and Get alias APIs | ||
* Remove `verbose` from Index segments API | ||
* Remove `include_model_definition` from Get trained model configuration info API | ||
* Remove `wait_for_active_shards` from experimental Get field usage stats API | ||
* Support soft-deletes in connectors: | ||
* Add `hard` to Delete connector API | ||
* Add `include_deleted` to Get and List Connector APIs | ||
* Add `master_timeout` to Migrate to data tiers routing APIs | ||
* Add `master_timeout` to the Alias exists and Get alias APIs. | ||
* Add `expand_wildcards` to Create snapshot API | ||
* Rename incorrect `access_token` to `token` in Logout of OpenID Connect API | ||
* Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio,Azure OpenAI, Cohere, Elastic Inference Service (EIS), Elasticsearch, ELSER, Google AIStudio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Add Elastic Inference Service (EIS) chat completion API | ||
* Add Reindex legacy backing indices APIs | ||
* Add Create an index from a source index API | ||
* Add `include_source_on_error` to Create, Index, Update and Bulk APIs | ||
* Add Stop async ES|QL query API | ||
* Add `timeout` to Resolve Cluster API | ||
* Add `adaptive_allocations` body field to Start and Update a trained model deployment API | ||
* Rename `index_template_subtitutions` to `index_template_substitutions` in Simulate dataingestion API* Add `if_primary_term`, `if_seq_no`, `op_type`, `require_alias` and `require_data_stream` to Create API | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Add `max_concurrent_shard_requests` to Open point in time API | ||
* Add `local` and `flat_settings` to Check index templates API | ||
* Add `reopen` to Update index settings API | ||
* Add `resource` to Reload search analyzer API | ||
* Add `lazy` to Roll over to a new index API | ||
* Add `cause` and `create` to Simulate index template APIs | ||
* Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio,Azure OpenAI, Cohere, Elasticsearch, ELSER, Google AIStudio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI | ||
pquentin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### DSL | ||
* Add `ignore_malformed`, `script`, `on_script_error` and `time_series_dimension` to Boolean field | ||
* Add `index` to GeoShape field | ||
* Add `search_inference_id` to SemanticText field | ||
|
||
### Features and enhancements [elasticsearch-python-client-900-features-enhancements] | ||
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 would just delete the empty "Features and enhancements" and "Fixes" sections |
||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.