Skip to content

Release 0.8.0 #109

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 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
[[release-notes]]
== Release notes

=== 0.8.0.20231031 (2025-03-06)

- Deprecate client (https://github.com/elastic/elasticsearch-serverless-python/pull/108[#108])
- Render Markdown in documentation (https://github.com/elastic/elasticsearch-serverless-python/pull/107[#107])
- Update APIs
* Add Query Role API
* Add `list_executed_pipelines` and `require_data_stream` to Bulk API
* Add `include_model_definition` to Get trained models API
* Add `meta` to Create data frame analytics API
* Add `aggs` to Create datafeeds API
* Add `allow_no_indices`, `expand_wildcards`, `ignore_throttled` and `ignore_unavailable` to Create anomaly detection jobs API
* Add `allow_partial_search_results` and `allow_partial_sequence_results` to the EQL Search API
* Add `master_timeout` to Enrich policy APIs
* Add `timeout` to Delete trained model API and Reset transform API
* Add `allow_partial_search_results` to Get async SQL search status API
* Add `include_source_on_error` to Create, Index, Update and Bulk APIs
* Add `keep_alive` to Run an async search API
* Add `hard` to Delete a connector API
* Add `include_deleted` to Get a connector API and List connectors API
* Add `include_ccs_metadata` to ES|QL query and async query APIs
* Add `data_retention`, `downsampling` and `enabled` to Update data stream lifecycles API
* Add `adaptive_allocations` body field to Start and Update a trained model deployment API
* Fix available parameters for cat APIs

=== 0.7.0.20231031 (2024-12-11)

- Fix import when trace is missing from opentelemetry (https://github.com/elastic/elasticsearch-serverless-python/pull/99[#99])
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch_serverless/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "0.7.0.20231031"
__versionstr__ = "0.8.0.20231031"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "elasticsearch-serverless"
version = "0.7.0.20231031"
version = "0.8.0.20231031"
description = "Python client for Elasticsearch Serverless"
readme = "README.md"
license = "Apache-2.0"
Expand Down