Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:05
· 9 commits to main since this release
41a8340

Changelog

Features

  • 46d004e: feat: full resource surface via the SDK; finish crypto/auth consolidation (@nsouto)
  • f760a75: feat: route push/pull crypto through the SDK data key; harden creds at rest (@nsouto)
  • 7528986: feat: unified client-key resolution shared by push and pull (@nsouto)
  • 327a239: feat: unify server-managed key derivation on PBKDF2 (@nsouto)
  • 56afd1b: feat: verify client-managed key on push via PBKDF2 proof (@nsouto)

Bug fixes

  • 5907294: fix(ci): pin test matrix to go 1.26 + clear golangci-lint findings (@nsouto)

Other

  • 41a8340: Merge #38: crypto/auth consolidation + unified PBKDF2 key derivation (@nsouto)
  • 07d6d93: build: require sdk-go v1.0.0 (provides DeriveDataKey) (@nsouto)
  • 5012614: refactor: delegate crypto to sdk-go and add single auth resolver (@nsouto)

Installation

Homebrew

brew tap dotenvcloud/dotenv
brew install dotenv-cli

Scoop

scoop bucket add dotenv https://github.com/dotenvcloud/scoop-bucket
scoop install dotenv-cli

Direct Download

curl -sSL https://dotenv.cloud/install.sh | bash

Nightly (bleeding-edge main HEAD)

curl -sSL https://dotenv.cloud/install.sh | bash -s -- --nightly

Tracks rolling main HEAD. See docs/INSTALLATION.md.