All Versions
32
Latest Version
Avg Release Cycle
92 days
Latest Release
173 days ago

Changelog History
Page 4

  • v0.15.1 Changes

    September 05, 2016
    • Don't forget to call_next on NullLogHandler
  • v0.15.0 Changes

    September 03, 2016
    • โž• 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