Node.js Driver release notes for 2025¶
This article contains the release notes for the Node.js Driver, including the following when applicable:
Behavior changes
New features
Customer-facing bug fixes
Snowflake uses semantic versioning for Node.js Driver updates.
See Node.js Driver for documentation.
Version 2.0.2 (January 29, 2025)¶
New features and updates¶
Added support for regional Google Cloud Storage endpoints.
Added support for endpoints without protocols for GCS.
Updated the following dependencies:
azure/storage-blob to version 12.26.x,
aws-sdk/client-s3 to version 3.726.0,
smithy/node-http-handler to version 4.0.1
Bug fixes¶
Fixed the verification of the token caching file permissions and its owner when authentication is set to
EXTERNALBROWSER
orUSERNAME_PASSWORD_MFA
. For more information, see CVE-2025-24791.Fixed the
FileAndStageBindStatement
type in the typings file.Fixed an issue with aborting requests and inconsistent request methods in
HttpClient
.Fixed an issue with the proxy configuration settings used for sending requests to a GCS bucket.