Skip to content

Commit de2fbd4

Browse files
authored
Release 0.5.0
1 parent 415eaf6 commit de2fbd4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/guide/release-notes.asciidoc

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

4+
=== 0.5.0.20231031 (2024-10-11)
5+
6+
- Fix OTel context loss in bulk helpers (https://github.com/elastic/elasticsearch-serverless-python/pull/87[#87])
7+
- Add optional Arrow deserialization support (https://github.com/elastic/elasticsearch-serverless-python/pull/86[#86])
8+
- Add optional orjson support (https://github.com/elastic/elasticsearch-serverless-python/pull/85[#85])
9+
- Updated build-dists.py to work with pyproject.toml (https://github.com/elastic/elasticsearch-serverless-python/pull/83[#83])
10+
- Remove Get data stream stats API
11+
- Add `include_named_queries_score` to Search and Multi Search API
12+
- Add `q` to Update by Query API
13+
- Add `index_filter` to Open point in time API
14+
- Add `timeout`, `master_timeout` and `verbose` to various APIs
15+
- Add `allow_no_indices` and `ignore_unavailable` to Resolve index API
16+
- Add `deprecated` to Put pipeline API
17+
418
=== 0.4.0.20231031 (2024-08-09)
519

620
- Added the Connector API (https://github.com/elastic/elasticsearch-serverless-python/pull/78[#78])

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.4.0.20231031"
18+
__versionstr__ = "0.5.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.4.0.20231031"
7+
version = "0.5.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)