Changelog
Source:NEWS.md
snowflakeauth 0.2.2
CRAN release: 2026-02-25
-
On-disk connection caching in the system keyring is now supported. Requires the
keyringpackage. - Workload identity authentication is now supported for the
OIDCprovider.
snowflakeauth 0.2.1
CRAN release: 2026-01-15
- Misleading warnings about the
config.tomlandconnections.tomlfiles both existing have been removed (#25). - Error messages when a named connection is requested but the
connections.tomlfile does not exist are now clearer (#23). - Error messages when
connections.tomlexists but lacks a needed connection are now more specific and helpful (#26). -
externalbrowserauthentication is now supported.
snowflakeauth 0.2.0
CRAN release: 2025-09-02
-
joseandopensslhave been upgraded to required dependencies. - Paths are expanded when
SNOWFLAKE_HOMEis set. -
private_key_pathis permitted as a paramter when using JWT authentication. -
snowflake_connection()gains a.verboseparameter for more detailed logging of connection loading.