Skip to content

Commit 4c8186f

Browse files
changelog
1 parent a596b82 commit 4c8186f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Changelog
44
- v4.3.2-SNAPSHOT
55
- Fixed GCS PUT operations not retrying on transient errors (e.g. HTTP 503) despite `putGetMaxRetries` being configured (snowflakedb/snowflake-jdbc#2688).
6-
- Bumped jackson-databind to 2.18.9 from 2.18.7 (snowflakedb/snowflake-jdbc#2669 and (snowflakedb/snowflake-jdbc#2690)).
6+
- Bumped jackson-databind to 2.18.9 from 2.18.7 (snowflakedb/snowflake-jdbc#2669 and snowflakedb/snowflake-jdbc#2690).
77
- Bumped netty to 4.1.136.Final which addresses several vulnerabilities (snowflakedb/snowflake-jdbc#2690).
88
- Fixed snowflake-jdbc writing a `snowflake-minicore-*` temp directory and loading the native library at driver class-load time even when the driver was never used (e.g. when present on the classpath only as a transitive dependency). Minicore now loads lazily when the first Snowflake connection is created (`ConnectionFactory.createConnection`) instead of during `DriverInitializer.initialize()` (snowflakedb/snowflake-jdbc#2670).
99
- Restored `GetCallerIdentity` as the default AWS Workload Identity Federation attestation method to avoid breaking existing users who have not configured the `ISSUER` in their Snowflake WIF setup. The `GetWebIdentityToken` (outbound JWT) flow introduced in v4.3.0 is now opt-in via the new `workloadIdentityAwsUseOutboundToken` connection property.

0 commit comments

Comments
 (0)