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. |
e96c247 to
64748cf
Compare
64748cf to
26db0cd
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.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
snowflakedb/snowflake-connector-nodejs (snowflake-sdk)
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.