This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
v0.7.0
Changed
CookieStore
now accepts string signing keys and automatically encodes them to bytes.- Environment variables can now be substituted into TOML settings using the
$VARIABLE_NAME
syntax. This is a breaking change if your settings files contain$
characters; replace them with$$
to escape them.