Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@Bogdanp Bogdanp released this 15 Oct 08:24
· 71 commits to master since this release
ef0ef0c

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.