Skip to content

Commit e231d21

Browse files
authored
Release 0.7.0
1 parent b25b16f commit e231d21

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/guide/release-notes.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
[[release-notes]]
22
== Release notes
33

4+
=== 0.7.0.20231031 (2024-12-11)
5+
6+
- Fix import when trace is missing from opentelemetry (https://github.com/elastic/elasticsearch-serverless-python/pull/99[#99])
7+
- Update APIs:
8+
* Mark all Inference APIs as stable.
9+
* Add `remote_cluster` to Create or update roles API.
10+
* Add `allow_partial_search_results` to the Open Point in Time API
11+
* Add `keep_alive` to the Get async search status API
12+
* Add `master_timeout` to the Alias exists and Get alias APIs.
13+
* Remove `local` from various cat APIs
14+
* Remove `min_compatible_shard_node`, `keep_alive`, `pre_filter_shard_size` and `scroll` from the Submit async search API.
15+
16+
417
=== 0.6.0.20231031 (2024-11-08)
518

619
- Support Python 3.13 (https://github.com/elastic/elasticsearch-serverless-python/pull/88[#88])

elasticsearch_serverless/_version.py

+1-1
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.6.0.20231031"
18+
__versionstr__ = "0.7.0.20231031"

pyproject.toml

+1-1
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.6.0.20231031"
7+
version = "0.7.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)