From d8a22b413c350908fdea5e743de9faff1440f7bb Mon Sep 17 00:00:00 2001 From: Przemyslaw Motacki Date: Wed, 11 Dec 2024 05:52:43 +0100 Subject: [PATCH] Bumped up the NodeJS Driver MAJOR version from 1.15.0 to 2.0.0 (#981) --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 425ed0d9e..8816af920 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ at No Note ---------------------------------------------------------------------- -This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. - +This driver starts supporting the GCS regional endpoint starting from version 2.0.0. Please ensure that any workloads using through this driver +below the version 2.0.0 do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. Test ====================================================================== diff --git a/package.json b/package.json index 20e7df34d..9508db63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-sdk", - "version": "1.15.0", + "version": "2.0.0", "description": "Node.js driver for Snowflake", "dependencies": { "@aws-sdk/client-s3": "^3.388.0",