Skip to content

v0.17.0

Latest

Choose a tag to compare

@sfc-gh-phorrigan sfc-gh-phorrigan released this 11 Aug 05:52
· 5 commits to main since this release

v0.17.0 — March 23, 2026

New Features

  • Cortex access flag — add cortex_access connection config flag. When true, automatically grants SNOWFLAKE.CORTEX_USER to every dynamic user, enabling Cortex LLM functions and Cortex CLI without extra setup.
  • PAT management helperscreatePATForUser, revokePATForUser, listPATsForUser for Programmatic Access Token lifecycle management in companion tooling.

Maintenance

  • Bump github.com/hashicorp/vault/sdk v0.23.0 → v0.24.0

Installation

Download the binary for your platform, decompress, and register with Vault:

gunzip snowflake-vault_linux_amd64.gz
chmod +x snowflake-vault_linux_amd64
mv snowflake-vault_linux_amd64 /path/to/vault/plugins/snowflake-vault
vault plugin register -sha256=$(sha256sum /path/to/vault/plugins/snowflake-vault | cut -d' ' -f1) database snowflake-vault