|
1 | 1 | [[release-notes]]
|
2 | 2 | == Release notes
|
3 | 3 |
|
| 4 | +=== 8.18.0 (2025-04-15) |
| 5 | + |
| 6 | +- Merge `Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>`_ package (https://github.com/elastic/elasticsearch-py/pull/2736[#2736]) |
| 7 | +- Add Python DSL documentation (https://github.com/elastic/elasticsearch-py/pull/2761[#2761]) |
| 8 | +- Autogenerate DSL field classes from schema (https://github.com/elastic/elasticsearch-py/pull/2780[#2780]) |
| 9 | +- Document use of sub-clients (https://github.com/elastic/elasticsearch-py/pull/2798[#2798]) |
| 10 | +- Improve DSL documentation examples with class-based queries and type hints (https://github.com/elastic/elasticsearch-py/pull/2857[#2857]) |
| 11 | +- Document the use of `param()` in Python DSL methods (https://github.com/elastic/elasticsearch-py/pull/2861[#2861]) |
| 12 | +- Fix `simulate` sub-client documentation (https://github.com/elastic/elasticsearch-py/pull/2749[#2749])[#2749]) |
| 13 | +- Update APIs |
| 14 | + * Remove `wait_for_active_shards` from experimental Get field usage stats API |
| 15 | + * Rename incorrect `access_token` to `token` in Logout of OpenID Connect API |
| 16 | + * Add inference APIs: Alibaba Cloud AI Search, Amazon Bedrock, Anthropic, Azure AI Studio, Azure OpenAI, Cohere, Elasticsearch, ELSER, Google AI Studio, Google Vertex AI, Hugging Face, Jina AI, Mistral, OpenAI, and Voyage AI |
| 17 | + * Add Reindex legacy backing indices APIs |
| 18 | + * Add Create an index from a source index API |
| 19 | + * Add `include_source_on_error` to Create, Index, Update and Bulk APIs |
| 20 | + * Add Stop async ES|QL query API |
| 21 | + * Add `timeout` to Resolve Cluster API |
| 22 | + * Add `adaptive_allocations` body field to Start and Update a trained model deployment API |
| 23 | + * 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 |
| 24 | + * Add `max_concurrent_shard_requests` to Open point in time API |
| 25 | + * Add `local` and `flat_settings` to Check index templates API |
| 26 | + * Add `reopen` to Update index settings API |
| 27 | + * Add `resource` to Reload search analyzer API |
| 28 | + * Add `lazy` to Roll over to a new index API |
| 29 | + * Add `cause` and `create` to Simulate index template APIs |
| 30 | + * Add Elastic Inference Service (EIS) chat completion |
| 31 | + * 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 |
| 32 | +- Update DSL |
| 33 | + * Add `ignore_malformed`, `script`, `on_script_error` and `time_series_dimension` to Boolean field |
| 34 | + * Add `index` to GeoShape field |
| 35 | + * Add `search_inference_id` to SemanticText field |
| 36 | + |
4 | 37 | [discrete]
|
5 | 38 | [[rn-8-17-2]]
|
6 | 39 | === 8.17.2 (2025-03-04)
|
|
0 commit comments