kemal v0.15.0 Release Notes

Release Date: 2016-09-03 // over 7 years ago
    • โž• Add context store
    • KEMAL_ENV respects to Kemal.config.env and needs to be explicitly set.
    • ๐Ÿ”ง Kemal::InitHandler is introduced. Adds initial configuration, headers like X-Powered-By.
    • โž• Add send_file to helpers.
    • โž• Add mime types.
    • ๐Ÿ›  Fix parsing JSON params when "charset" is present in "Content-Type" header.
    • ๐Ÿ‘‰ Use http-only cookie for session
    • 0๏ธโƒฃ Inject STDOUT by default in CommonLogHandler