Skip to content

Commit 48c2650

Browse files
2.3.2 release (#1218)
1 parent 892771d commit 48c2650

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Upcoming Release
44

5+
- TBA
6+
7+
## 2.3.2
8+
9+
- Added official support for RHEL 9 (snowflakedb/snowflake-connector-nodejs#1196)
10+
- Added official support for NodeJS 24 (snowflakedb/snowflake-connector-nodejs#1202)
511
- Fixed TypeScript definition for `getResultsFromQueryId` - `queryId` should be required and `sqlText` should be optional (snowflakedb/snowflake-connector-nodejs#1197)
612
- Bumped dependency `glob` to address CVE-2025-64756 (snowflakedb/snowflake-connector-nodejs#1206)
713
- Fixed a regression introduced in v2.3.1 where instantiating SnowflakeHttpsProxyAgent was attempted without the `new` keyword, breaking the driver when both OCSP was enabled and HTTP_PROXY environmental variable was used to set proxy (bug did not affect HTTPS_PROXY) (snowflakedb/snowflake-connector-nodejs#1192)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowflake-sdk",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Node.js driver for Snowflake",
55
"dependencies": {
66
"@aws-crypto/sha256-js": "^5.2.0",

0 commit comments

Comments
 (0)