- v4.3.0(February 12,2026)
- Ensured proper list conversion - the converter runs to_snowflake on all list elements.
- Made the parameter
server_session_keep_aliveinSnowflakeConnectionskip checking for pending async queries, providing faster connection close times especially when many async queries are executed. - Fix string representation of INTERVAL YEAR and INTERVAL MONTH types.
- Log a warning when using http protocol for OAuth urls.
- Deprecated support for custom revocation error classes in OCSP response cache deserialization. By default, only
RevocationCheckErrorexceptions are deserialized from OCSP cache. Custom exception classes can be temporarily enabled by setting theSNOWFLAKE_ENABLE_CUSTOM_REVOCATION_ERRORSenvironment variable totrueor1, but this support will be removed in a future release. - Bumped up vendored
urllib3to2.6.3 - Added
force_microseconds_precisiontocursor.fetch_arrow_allandcursor.fetch_pandas_allto avoid PyArrow schema incosistency between batches.