v0.12.0
Added
- A middleware to force SSL connections. It does permanent redirects and adds the HSTS header (#36)
Changed
- Session cookies are now encrypted using SHA256 instead of SHA1 by default (#60)
- Session cookies are now encoded in RFC4648 base64 (#61)
Fixed
- URL Map middleware was failing to dispatch to root mount.
/foo
is now matched if mounted to/
(#62)