Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Dec 11, 2024
1 parent b25b16f commit e231d21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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

0 comments on commit e231d21

Please sign in to comment.