Skip to content

Releases: Snowflake-Labs/sfutils-pat

v0.4.1

08 May 04:05
b66d873

Choose a tag to compare

What's Changed

  • fix(manifest): recursive sub-table serialization for non-owned sections by @sfc-gh-ksampath in #6

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 May 04:25
fce6fc8

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1 - Remove load_dotenv, manifest-first config resolution

04 May 05:40

Choose a tag to compare

What's Changed

Fixes

  • Remove load_dotenv() call and import from check_setup.py — manifest.toml is now the canonical config source, consistent with pat.py (565ade8)
  • resolve [snowflake].user and [snowflake].sf_utils_db from .sfutils/manifest.toml before falling back to SNOWFLAKE_USER / SF_UTILS_DB env vars

Chores

  • Bump package version to 0.3.1

Full Changelog

v0.3.0...v0.3.1

v0.3.0 - CREATE_IN_PROGRESS + DELETE_IN_PROGRESS state machine

03 May 11:37

Choose a tag to compare

What's Changed

Features

  • Add CREATE_IN_PROGRESS and DELETE_IN_PROGRESS intermediate states to the PAT state machine (1ab9892)

Chores

  • Bump package version to 0.3.0 (5db1463)

Full Changelog

v0.2.0...v0.3.0

v0.2.0 - TOML manifest, multi-PAT support, and migrate hardening

02 May 13:39

Choose a tag to compare

What's Changed

Features

  • TOML manifest support: multi-PAT and multi-connection management via sfutils-manifest.toml (fcf20c8)

Fixes

  • Rename updated_at to rotated_at for semantic clarity (1bb3274)
  • Use sfutils-manifest.md as primary source of truth in migrate with connection picker (b84764e)
  • infra_ready now reflects actual sf_utils_db resolution state (ce70854)
  • Surface infra_ready=false in validate output and fix migrate status reporting (3dde773)
  • Remove stale same-user entries with different labels during migration (713690a)

Full Changelog

v0.1.0...v0.2.0