You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ information on runtime sizing and selection, please consult the
69
69
You must also specify in which region your SQL session should execute
70
70
into. Wherobots Cloud supports the following compute regions:
71
71
72
+
72
73
*`aws-us-east-1`: AWS US East 1 (N. Virginia)
73
74
*`aws-us-west-2`: AWS US West 2 (Oregon)
74
75
*`aws-eu-west-1`: AWS EU West 1 (Ireland)
@@ -79,6 +80,13 @@ into. Wherobots Cloud supports the following compute regions:
79
80
> and customers; other regions are currently reserved to Professional
80
81
> Edition customers.
81
82
83
+
> [!WARNING]
84
+
> 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.
85
+
> Before this support for new regions is added, we will release an updated version of the SDK.
86
+
> While you can continue using an older SDK version for your development,
87
+
> any new or existing SQL session you initialize without specifying the `region` parameter will be hosted in the `aws-us-west-2` region.
88
+
89
+
82
90
### Advanced parameters
83
91
84
92
The `connect()` method takes some additional parameters that advanced
0 commit comments