fix(deps): update dependency snowflake-sdk to v3 - #5650
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/snowflake-sdk-3.x
branch
20 times, most recently
from
June 26, 2026 18:02
5918506 to
9fae8ed
Compare
renovate
Bot
force-pushed
the
renovate/snowflake-sdk-3.x
branch
7 times, most recently
from
June 30, 2026 11:31
3557ad2 to
0ad1b92
Compare
renovate
Bot
force-pushed
the
renovate/snowflake-sdk-3.x
branch
17 times, most recently
from
July 8, 2026 14:59
f5cee50 to
aa17dc5
Compare
renovate
Bot
force-pushed
the
renovate/snowflake-sdk-3.x
branch
from
July 8, 2026 15:44
aa17dc5 to
3559a4c
Compare
renovate
Bot
force-pushed
the
renovate/snowflake-sdk-3.x
branch
9 times, most recently
from
July 9, 2026 17:19
124b21f to
0bb0fe1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.3→3.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
snowflakedb/snowflake-connector-nodejs (snowflake-sdk)
v3.1.0Compare Source
New features:
workloadIdentityAwsUseOutboundTokenconnection option (defaultfalse) that switches AWS Workload Identity attestation to STSGetWebIdentityTokenJWTs. This method is recommended and may become the default in a future release (#1437)customLoggeroption tosnowflake.configure()to route the driver's log messages through your own logger (e.g. winston, pino, OpenTelemetry) instead of the built-in file/console logging (#1438)Bugfixes:
HTTP 405 Method Not Allowedfor certificates whose AIA OCSP URI contains a path component (e.g.oneocsp.microsoft.com/ocsp). The driver now sendsGETrequests to the/retry/proxy with the full AIA path preserved and the base64 OCSP request URL-encoded (#1449)GetCallerIdentityto STSGetWebIdentityToken. AWS Workload Identity again defaults toGetCallerIdentity; the new method is now opt-in viaworkloadIdentityAwsUseOutboundToken(#1437)util.isStringto fix Node 24 compatibility. Added additional logging where this caused silent failure (#1436)crl.tbsCertList.revokedCertificates is not iterablefor CRLs that contain no revoked certificates, where the OPTIONALrevokedCertificatesfield (RFC 5280 §5.1) is absent (#1448)privateKeyPassfor an inlineprivateKey, so encrypted private keys can now be passed directly just like inprivateKeyPath(#1450)Error: abortedwhen checking whether a file exists on an S3 stage (#1453)Internal:
v3.0.0Compare Source
Breaking changes:
engines.nodeis 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:
browserResponseRendererconnection option to customize the HTML response shown in the browser afterEXTERNALBROWSERandOAUTH_AUTHORIZATION_CODEcallbacks (#1416)tokenFilePathconnection option that reads the authentication token from a file when notokenis provided (#1421)serverSessionKeepAliveconnection option that keeps the session alive on the server side whenconnection.destroy()is called. Useful when you want to close the local connection while keeping async queries running on the server (#1426)enableExperimentalMultipartUploadsconfiguration flag (#1427)Bugfixes:
myorg-global) (#1423)noProxyconnection option andNO_PROXYenvironment variable not bypassing the proxy for PrivateLink connections (#1422).streamRows()to hang silently on large result sets (#1420)LOCAL_FSstage download writing to the wrong path by using the destination file's base name, consistent with cloud stages (#1431)OAUTH_AUTHORIZATION_CODEcold-connect lockout from a cached invalid refresh token; the bad token is now evicted and the full browser flow restarts (#1435)Internal:
GetWebIdentityTokenJWTs; no longer uses SigV4GetCallerIdentityenvelopes. (#1415)SESSION_ID_AS_STRINGchange from #1384 (introduced in 2.4.1) due to compatibility issues with session sharing between drivers (#1428)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.