3.4.0
-
v3.4.0(November 03,2023)
- Added support for
use_logical_typeinwrite_pandas. - Removed dependencies on pycryptodomex and oscrypto. All connections now go through OpenSSL via the cryptography library, which was already a dependency.
- Fixed issue with ingesting files over 80 GB to S3.
- Added the
backoff_policyargument tosnowflake.connector.connectallowing for configurable backoff policy between retries of failed requests. See available implementations in thebackoff_policiesmodule. - Added the
socket_timeoutargument tosnowflake.connector.connectspecifying socket read and connect timeout. - Fixed
login_timeoutandnetwork_timeoutbehaviour. Retries of login and network requests are now properly halted after these timeouts expire. - Fixed bug for issue urllib3/urllib3#1878 in vendored
urllib.
- Added support for