Skip to content

fix(deps): update dependency snowflake-sdk to v3#5650

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/snowflake-sdk-3.x
Open

fix(deps): update dependency snowflake-sdk to v3#5650
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/snowflake-sdk-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
snowflake-sdk 2.4.33.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

snowflakedb/snowflake-connector-nodejs (snowflake-sdk)

v3.0.0

Compare Source

Breaking changes:

  • Dropped official support for Node.js 18. The minimum supported Node.js version is now 20.x, and engines.node is set to >=20. This release may still run on Node.js 18 for now, but we no longer test against it and will not investigate or fix Node 18-only issues. Treat Node 18 as unsupported and migrate to a current Node.js LTS. See the v3.0 announcement (#​1398) for details and migration guidance.

New features:

  • Added browserResponseRenderer connection option to customize the HTML response shown in the browser after EXTERNALBROWSER and OAUTH_AUTHORIZATION_CODE callbacks (#​1416)
  • Added tokenFilePath connection option that reads the authentication token from a file when no token is provided (#​1421)
  • Added serverSessionKeepAlive connection option that keeps the session alive on the server side when connection.destroy() is called. Useful when you want to close the local connection while keeping async queries running on the server (#​1426)
  • Added experimental multipart/chunked stage upload for large files on AWS, Azure and GCS, enabled via the enableExperimentalMultipartUploads configuration flag (#​1427)

Bugfixes:

  • Fixed global URL detection incorrectly truncating account names containing "global" (e.g. myorg-global) (#​1423)
  • Fixed noProxy connection option and NO_PROXY environment variable not bypassing the proxy for PrivateLink connections (#​1422).
  • Fixed interrupted streaming HTTP responses being treated as successful empty responses instead of errors, which could cause streamRows() to hang silently on large result sets (#​1420)
  • Fixed LOCAL_FS stage download writing to the wrong path by using the destination file's base name, consistent with cloud stages (#​1431)
  • Fixed OAUTH_AUTHORIZATION_CODE cold-connect lockout from a cached invalid refresh token; the bad token is now evicted and the full browser flow restarts (#​1435)

Internal:

  • Switched AWS Workload Identity attestation to use STS GetWebIdentityToken JWTs; no longer uses SigV4 GetCallerIdentity envelopes. (#​1415)
  • Reverted SESSION_ID_AS_STRING change from #​1384 (introduced in 2.4.1) due to compatibility issues with session sharing between drivers (#​1428)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the review:tech label Jun 20, 2026
@renovate renovate Bot requested a review from a team as a code owner June 20, 2026 00:37
@netlify

netlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 26db0cd
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a3c47ed0060600008d46221
😎 Deploy Preview https://deploy-preview-5650--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/snowflake-sdk-3.x branch 13 times, most recently from e96c247 to 64748cf Compare June 24, 2026 13:58
@renovate renovate Bot force-pushed the renovate/snowflake-sdk-3.x branch from 64748cf to 26db0cd Compare June 24, 2026 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants