Skip to content

v0.1.12

Compare
Choose a tag to compare
@levkk levkk released this 25 Nov 23:26
· 47 commits to main since this release

What's Changed

  • Fixed CSRF protection bug not checking matching session IDs. This requires passing the Request into the template.
  • Add title string template function to convert string to Title Case.
  • Auto renew session only when it's half way to being expired.
  • Attempt to preserve the analytics cookie between requests & avoid setting it on every request. Both of these changes ensure Cache-Control header works as expected.
  • Add missing Date header to all responses.