Skip to content

Release 0.7.0 #102

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
Dec 11, 2024
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
13 changes: 13 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
[[release-notes]]
== Release notes

=== 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])
- Update APIs:
* Mark all Inference APIs as stable.
* Add `remote_cluster` to Create or update roles API.
* Add `allow_partial_search_results` to the Open Point in Time API
* Add `keep_alive` to the Get async search status API
* Add `master_timeout` to the Alias exists and Get alias APIs.
* Remove `local` from various cat APIs
* Remove `min_compatible_shard_node`, `keep_alive`, `pre_filter_shard_size` and `scroll` from the Submit async search API.


=== 0.6.0.20231031 (2024-11-08)

- Support Python 3.13 (https://github.com/elastic/elasticsearch-serverless-python/pull/88[#88])
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.6.0.20231031"
__versionstr__ = "0.7.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.6.0.20231031"
version = "0.7.0.20231031"
description = "Python client for Elasticsearch Serverless"
readme = "README.rst"
license = "Apache-2.0"
Expand Down
Loading