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.