SnowSQL release notes for 2025¶
This article contains the release notes for the SnowSQL, including the following when applicable:
Behavior changes
New features
Customer-facing bug fixes
Note
For release note information for versions released prior to January 2022, see the Client Release History.
See SnowSQL (CLI client) for documentation.
Version 1.4.1 (May 29, 2025)¶
New features and updates¶
Upgraded
snowflake-connector-python
to 3.15.0.
Bug fixes¶
None.
Version 1.4.0 (May 22, 2025)¶
New features and updates¶
Added support for OAuth 2.0 Authorization Code Flow and OAuth 2.0 Client Credentials Flow.
Upgraded openssl to version 3.5.0, cryptography <= 44.0.3.
Updated how Windows binaries sign internally upgradable components.
Bug fixes¶
Fixed an issue with the
snowsql --version
command failing when automatic upgrades are disabled (noup=False
).
Version 1.3.3 (February 05, 2025)¶
New features and updates¶
Improved inference of top-level domains for accounts specifying a region in China, now defaulting to
snowflakecomputing.cn
with newsnowflake-conenctor-python
3.13.2.Bumped
pycryptodomex
to version 3.21.0.Updated the build system with latest openssl 1.1.1w version.
Bug fixes¶
Fixed an issue with the
snowsql --version
command failing when automatic upgrades are disabled (noup=False
).