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.7.0.20231031 (2024-12-11)
5
+
6
+ - Fix import when trace is missing from opentelemetry (https://github.com/elastic/elasticsearch-serverless-python/pull/99[#99])
7
+ - Update APIs:
8
+ * Mark all Inference APIs as stable.
9
+ * Remove `min_compatible_shard_node` from Submit async search API
10
+ * Remove `local` from various cat APIs
11
+ * Add `remote_cluster` to Create or update roles API.
12
+ * Add `allow_partial_search_results` to the Open Point in Time API
13
+ * Add `keep_alive` to the Get async search status API
14
+ * Remove the `keep_alive`, `pre_filter_shard_size` and `scroll` parameters from the Submit async search API. They were never supported.
15
+ * Add `master_timeout` to the Alias exists and Get alias APIs.
16
+
17
+
4
18
=== 0.6.0.20231031 (2024-11-08)
5
19
6
20
- Support Python 3.13 (https://github.com/elastic/elasticsearch-serverless-python/pull/88[#88])
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.6 .0.20231031"
18
+ __versionstr__ = "0.7 .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.6 .0.20231031"
7
+ version = " 0.7 .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