You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,12 @@ We use the object database.
38
38
39
39
<imgsrc="./docs/demo.gif"alt="git-cas demo" />
40
40
41
+
## What's new in v5.2.1
42
+
43
+
Bug fix: `rotateVaultPassphrase` now honours `kdfOptions.algorithm` — previously the `--algorithm` flag was silently ignored, always reusing the old KDF algorithm. CLI flag tables in `docs/API.md` are now split per command with `--cwd` documented.
44
+
45
+
See [CHANGELOG.md](./CHANGELOG.md) for the full list of changes.
46
+
41
47
## What's new in v5.2.0
42
48
43
49
**Key rotation without re-encrypting data** — Rotate a recipient's key by re-wrapping the DEK. Data blobs are never touched. Respond to key compromise in seconds, not hours.
0 commit comments