- v4.6.0(May 28,2026)
- Dropped support for Python 3.9. The minimum supported version is now Python 3.10.
- Fixed sdist to only install the minicore binary matching the current platform (SNOW-3526469). Previous 4.x releases copied every platform's minicore
.so/.dylib/.dllinto the install prefix, breaking downstream packagers (e.g. Homebrew) whose audits reject foreign-arch binaries. - Added one in-band telemetry record per successful login describing which connection-identifier fields the user supplied (
account_provided,account_with_region,account_org_provided,region_provided,host_provided). No hostname or account value is included. This is gated by the existing server-sideCLIENT_TELEMETRY_ENABLEDparameter and can additionally be disabled locally by settingSF_TELEMETRY_DISABLE_CONNECTION_SHAPE=true. The telemetry collection is time-boxed and will be removed in a future release. - Bumped up vendored
urllib3to2.7.0