Skip to content

Commit 996d45f

Browse files
committed
Merge pull request #31 from wherobots/release-0.11.1
Release v0.11.1
2 parents 61e54e6 + 4b0a072 commit 996d45f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ information on runtime sizing and selection, please consult the
6565
The only supported Wherobots compute region for now is `aws-us-west-2`,
6666
in AWS's Oregon (`us-west-2`) region.
6767

68+
> [!WARNING]
69+
> To prepare for the expansion of Wherobots Cloud to new regions and cloud providers, the `region` parameter will become mandatory in a future SDK version.
70+
> Before this support for new regions is added, we will release an updated version of the SDK.
71+
> If you continue using an older SDK version, your existing Airflow tasks will still work.
72+
> However, any new or existing SQL session you create without specifying the `region` parameter will be hosted in the `aws-us-west-2` region.
73+
6874
### Advanced parameters
6975

7076
The `connect()` method takes some additional parameters that advanced

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wherobots-python-dbapi"
33

44
[tool.poetry]
55
name = "wherobots-python-dbapi"
6-
version = "0.11.0"
6+
version = "0.11.1"
77
description = "Python DB-API driver for Wherobots DB"
88
authors = ["Maxime Petazzoni <[email protected]>"]
99
license = "Apache 2.0"

0 commit comments

Comments
 (0)