Skip to content

v5.2.1 — Carousel polish

Choose a tag to compare

@flyingrobots flyingrobots released this 28 Feb 17:27
· 732 commits to main since this release
v5.2.1
c3e9956

[5.2.1] — Carousel polish (2026-02-28)

Added

  • CLI reference in docs/API.md for git cas rotate and git cas vault rotate flags.

Changed

  • Rotation helpers in CasService use native #private methods, matching the facade's style.
  • VAULT_CONFLICT and VAULT_METADATA_INVALID error code docs now list rotateVaultPassphrase().

Fixed

  • rotateVaultPassphrase now honours kdfOptions.algorithm instead of silently using the old algorithm.
  • Rotation integration test no longer flaps under CI load (reduced test-only KDF iterations).

Full Changelog: https://github.com/git-stunts/git-cas/blob/main/CHANGELOG.md

What's Changed

  • feat: M12 Carousel — key rotation without re-encrypting data (v5.2.0) by @flyingrobots in #13

Full Changelog: v5.1.0...v5.2.1