Node.js Driver release notes for 2026¶
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.3.4 (Feb 09, 2026)¶
New features and updates¶
Reduced memory usage during PUT operations.
Added
APPLICATION_PATHtologin-requesttelemetry.Added Linux distribution details parsed from
/etc/os-releasetologin-requesttelemetry.Bumped axios to version 1.13.4 to address a bug in axios interceptors.
Bumped other dependencies to their latest minor versions.
Bug fixes¶
Fixed inconsistent retry behavior across HTTP requests and ensured all recoverable failures are properly retried.
Fixed invalid oauth scope when
roleandoauthScopeare missing from the connection configuration.Fixed
APPLICATIONfield not being passed from the connection configuration tologin-requesttelemetry.Fixed build errors in bundlers caused by the
minicoremodule.