File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
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
+
4
18
=== 0.4.0.20231031 (2024-08-09)
5
19
6
20
- Added the Connector API (https://github.com/elastic/elasticsearch-serverless-python/pull/78[#78])
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- __versionstr__ = "0.4 .0.20231031"
18
+ __versionstr__ = "0.5 .0.20231031"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " elasticsearch-serverless"
7
- version = " 0.4 .0.20231031"
7
+ version = " 0.5 .0.20231031"
8
8
description = " Python client for Elasticsearch Serverless"
9
9
readme = " README.rst"
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments