You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for multi-part downloads for S3, Azure and GCP (snowflakedb/gosnowflake#1549)
11
+
- Added `singleAuthenticationPrompt` to control whether only one authentication should be performed at the same time for authentications that need human interactions (like MFA or OAuth authorization code). Default is true. (snowflakedb/gosnowflake#1561)
12
+
- Fixed missing `DisableTelemetry` option in connection parameters (snowflakedb/gosnowflake#1520)
13
+
- Fixed multistatements in large result sets (snowflakedb/gosnowflake#1539, snowflakedb/gosnowflake#1543, snowflakedb/gosnowflake#1547)
14
+
- Fixed unnecessary retries when context is cancelled (snowflakedb/gosnowflake#1540)
15
+
- Fixed regression in TOML connection file (snowflakedb/gosnowflake#1530)
16
+
- Fixed race conditions in stage downloads (snowflakedb/gosnowflake#1577)
17
+
18
+
## Prior Releases
19
+
20
+
Release notes available at https://docs.snowflake.com/en/release-notes/clients-drivers/golang
0 commit comments