feat(snowflake-driver): Upgrade snowflake-sdk to ^2.4.0#10765
Conversation
Brings idle-socket pruning and session token renewal fix on long-lived connections (relevant for clientSessionKeepAlive), uniform HTTP retry behavior, faster default JSON variant parser, and CVE bumps. No API changes; getColumns() is now typed as possibly undefined, fall back to [].
|
Claude finished @ovr's task in 1m 57s —— View job Code Review: Upgrade snowflake-sdk to ^2.4.0
Overall: This is a clean, well-scoped upgrade. The changes are minimal and defensive. Two commits — one for the SDK bump + code adaptations, one for lockfile dedup. I have one bug-level concern and a couple of minor observations. Bug fix: Missing
|
Brings idle-socket pruning and session token renewal fix on long-lived connections (relevant for clientSessionKeepAlive), uniform HTTP retry behavior, faster default JSON variant parser, and CVE bumps. No API changes; getColumns() is now typed as possibly undefined, fall back to [].