Skip to content

v0.12.0

Compare
Choose a tag to compare
@testinfected testinfected released this 22 Sep 04:13
· 147 commits to master since this release

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)