-
v3.4.0(November 03,2023)
- Added support for
use_logical_type
inwrite_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_policy
argument tosnowflake.connector.connect
allowing for configurable backoff policy between retries of failed requests. See available implementations in thebackoff_policies
module. - Added the
socket_timeout
argument tosnowflake.connector.connect
specifying socket read and connect timeout. - Fixed
login_timeout
andnetwork_timeout
behaviour. 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