Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 884 Bytes

File metadata and controls

15 lines (9 loc) · 884 Bytes

NEXT CHANGELOG

Release v0.299.0

CLI

  • Moved file-based OAuth token cache management from the SDK to the CLI. No user-visible change; part of a three-PR sequence that makes the CLI the sole owner of its token cache.
  • Added experimental OS-native secure token storage behind the --secure-storage flag on databricks auth login and the DATABRICKS_AUTH_STORAGE=secure environment variable. Hidden from help during MS1. Legacy file-backed token storage remains the default.
  • Added experimental OS-native secure token storage opt-in via DATABRICKS_AUTH_STORAGE=secure or [__settings__].auth_storage = secure in .databrickscfg. Legacy file-backed token storage remains the default.

Bundles

Dependency updates

  • Added github.com/zalando/go-keyring as a new dependency (dormant until a later release enables experimental secure-storage for OAuth tokens).