v0.14.0
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 useKEMAL_ENV
to configure your environment. - Support user defined additional options as part of the Config