Skip to content

Commit f981b7c

Browse files
committed
Release 0.8.0
1 parent df2155a commit f981b7c

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
[[release-notes]]
22
== Release notes
33

4+
=== 0.8.0.20231031 (2025-03-06)
5+
6+
- Deprecate client (https://github.com/elastic/elasticsearch-serverless-python/pull/108[#108])
7+
- Render Markdown in documentation (https://github.com/elastic/elasticsearch-serverless-python/pull/107[#107])
8+
- Update APIs
9+
* Add Query Role API
10+
* Add `list_executed_pipelines` and `require_data_stream` to Bulk API
11+
* Add `include_model_definition` to Get trained models API
12+
* Add `meta` to Create data frame analytics API
13+
* Add `aggs` to Create datafeeds API
14+
* Add `allow_no_indices`, `expand_wildcards`, `ignore_throttled` and `ignore_unavailable` to Create anomaly detection jobs API
15+
* Add `allow_partial_search_results` and `allow_partial_sequence_results` to the EQL Search API
16+
* Add `master_timeout` to Enrich policy APIs
17+
* Add `timeout` to Delete trained model API and Reset transform API
18+
* Add `allow_partial_search_results` to Get async SQL search status API
19+
* Add `include_source_on_error` to Create, Index, Update and Bulk APIs
20+
* Add `keep_alive` to Run an async search API
21+
* Add `hard` to Delete a connector API
22+
* Add `include_deleted` to Get a connector API and List connectors API
23+
* Add `include_ccs_metadata` to ES|QL query and async query APIs
24+
* Add `data_retention`, `downsampling` and `enabled` to Update data stream lifecycles API
25+
* Add `adaptive_allocations` body field to Start and Update a trained model deployment API
26+
* Fix available parameters for cat APIs
27+
428
=== 0.7.0.20231031 (2024-12-11)
529

630
- Fix import when trace is missing from opentelemetry (https://github.com/elastic/elasticsearch-serverless-python/pull/99[#99])

elasticsearch_serverless/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "0.7.0.20231031"
18+
__versionstr__ = "0.8.0.20231031"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "elasticsearch-serverless"
7-
version = "0.7.0.20231031"
7+
version = "0.8.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)