Skip to content

v0.14.0

Compare
Choose a tag to compare
@sdogruyol sdogruyol released this 05 Jul 19:20
· 418 commits to master since this release

This is a major release with the following changes.

  • Added Session middleware for easily adding session support to your application. (Thanks @mperham)
  • Added CSRF middleware to protect you against CSRF attacks. (Thanks @mperham)
  • Now you can customize 500 errors too.
  • Kemal now only logs to STDOUT.
  • Removed -e flag from CLI. You can use KEMAL_ENV to configure your environment.
  • Support user defined additional options as part of the Config