Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Oct 14, 2024
1 parent 415eaf6 commit de2fbd4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
[[release-notes]]
== Release notes

=== 0.5.0.20231031 (2024-10-11)

- Fix OTel context loss in bulk helpers (https://github.com/elastic/elasticsearch-serverless-python/pull/87[#87])
- Add optional Arrow deserialization support (https://github.com/elastic/elasticsearch-serverless-python/pull/86[#86])
- Add optional orjson support (https://github.com/elastic/elasticsearch-serverless-python/pull/85[#85])
- Updated build-dists.py to work with pyproject.toml (https://github.com/elastic/elasticsearch-serverless-python/pull/83[#83])
- Remove Get data stream stats API
- Add `include_named_queries_score` to Search and Multi Search API
- Add `q` to Update by Query API
- Add `index_filter` to Open point in time API
- Add `timeout`, `master_timeout` and `verbose` to various APIs
- Add `allow_no_indices` and `ignore_unavailable` to Resolve index API
- Add `deprecated` to Put pipeline API

=== 0.4.0.20231031 (2024-08-09)

- Added the Connector API (https://github.com/elastic/elasticsearch-serverless-python/pull/78[#78])
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.4.0.20231031"
__versionstr__ = "0.5.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.4.0.20231031"
version = "0.5.0.20231031"
description = "Python client for Elasticsearch Serverless"
readme = "README.rst"
license = "Apache-2.0"
Expand Down

0 comments on commit de2fbd4

Please sign in to comment.