Releases: joshua-mo-143/chamber
Releases · joshua-mo-143/chamber
v0.2.0 Release
Chamber v0.2.0 has been released!
Major changes:
- Stopped using Clone for most of the decryption and encryption related structs, because accidentally duplicating a nonce is bad.
- Changed encryption to ring based encryption
- Included support for shuttle-persist in the Shuttle binary.
- Passwords now are hashed with Argon2id OWASP-friendly defaults
- Re-architected the core crate so now multiple backends can be added
- Basic key rotation (you can use the upload command in the CLI)
v0.1.1
v0.1.1 has been released! 🚀
Bug fixes
Fixed an error that happened as a side-effect of moving AuthBody
from the server crate to the core crate, causing some issues.
v0.1.0
v0.1.0 has arrived! 🚀
Looks like the CLI and server are finally in a usable state.