Skip to content

Commit

Permalink
Merge pull request #31 from wherobots/release-0.11.1
Browse files Browse the repository at this point in the history
Release v0.11.1
  • Loading branch information
zongsizhang committed Mar 3, 2025
2 parents 61e54e6 + 4b0a072 commit dac735e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ information on runtime sizing and selection, please consult the
The only supported Wherobots compute region for now is `aws-us-west-2`,
in AWS's Oregon (`us-west-2`) region.

> [!WARNING]
> 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.
> Before this support for new regions is added, we will release an updated version of the SDK.
> If you continue using an older SDK version, your existing Airflow tasks will still work.
> However, any new or existing query you trigger without specifying the `region` parameter will be hosted in the `aws-us-west-2` region.
### Advanced parameters

The `connect()` method takes some additional parameters that advanced
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wherobots-python-dbapi"

[tool.poetry]
name = "wherobots-python-dbapi"
version = "0.11.0"
version = "0.11.1"
description = "Python DB-API driver for Wherobots DB"
authors = ["Maxime Petazzoni <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit dac735e

Please sign in to comment.