Skip to content

Commit

Permalink
Bumped up the NodeJS Driver MAJOR version from 1.15.0 to 2.0.0 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki authored Dec 11, 2024
1 parent d7eed90 commit d8a22b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ at <a href="https://docs.snowflake.net/manuals/user-guide/nodejs-driver.html">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
======================================================================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8a22b4

Please sign in to comment.