Releases: taoensso/tempel
v1.0.0 (2025-11-05)
- Dependency: on Clojars
- Versioning: Break Versioning
At long last- this is the first stable v1 release of Tempel! 🎉
It is functionally identical to (and bidirectionally data compatible with) v1.0.0-RC1 (2024-02-26), but now marked as "production ready".
Disclaimer
While Tempel has been written and tested with care, the nature of the problem domain inevitably means that it can be easy to misuse and sensitive to bugs.
Misuse or bugs can be especially harmful - potentially leading to security vulnerabilities or even permanent data loss!
Whenever you use cryptographic libraries/frameworks (including Tempel), please test very carefully and always back up important data!
Please report any unexpected issues! Possible security issues may be responsibly reported here, thank you! 🙏
Since v1.0.0-RC1 (2024-02-26)
- Use contextual Truss exceptions for all errors
- Documentation and example improvements
- Update dependencies
v1.0.0-RC1 (2024-02-26)
📦 Available on Clojars, this project uses Break Versioning.
v1.0 final is expected around May 2024.
Please report any problems and let me know if anything is unclear, inconvenient, etc. Thank you! 🙏
New since v1.0.0-beta1
- 9001f1b [new] Add
encrypt-keychain,decrypt-keychainaliases - Misc documentation improvements, incl. new demo video
v1.0.0-beta1 (2024-02-01)
📦 Available on Clojars, this project uses Break Versioning.
Changes since v1.0.0-alpha1
- 1931c7d [mod] Rename {:return :as-map} -> {:return :map}
New since v1.0.0-alpha1
v1.0.0-alpha1 (2023-11-13)
📦 Available on Clojars, this project uses Break Versioning.
This is Tempel's first public pre-release.