From f62a9fb03920b2117823cc38b21fe03cfa445868 Mon Sep 17 00:00:00 2001 From: "zongsi.zhang" Date: Wed, 5 Mar 2025 12:02:56 -0800 Subject: [PATCH 1/2] Update README.md Co-authored-by: Kelly-Ann Dolor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab64b00..ce5a726 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ 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 codes will still work. -> However, any new or existing SQL session you create without specifying the `region` parameter will be hosted in the `aws-us-west-2` region. +> While you can continue using an older SDK version for your development, +> any new or existing SQL session you initialize without specifying the `region` parameter will be hosted in the `aws-us-west-2` region. ### Advanced parameters From 3c572f5ab3947f86e15f4b7727de5c3c14230ec6 Mon Sep 17 00:00:00 2001 From: "zongsi.zhang" Date: Wed, 5 Mar 2025 14:43:45 -0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Kelly-Ann Dolor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5a726..935af3a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ in AWS's Oregon (`us-west-2`) region. > 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. > While you can continue using an older SDK version for your development, -> any new or existing SQL session you initialize without specifying the `region` parameter will be hosted in the `aws-us-west-2` region. +> any SQL session you initialize without specifying the `region` parameter will be hosted in the `aws-us-west-2` region. ### Advanced parameters