kemal v1.3.0 Release Notes

Release Date: 2022-10-09 // over 1 year ago
    • ๐Ÿ‘ Crystal 1.6.0 support :tada:
    • ๐Ÿšฆ Disable signal trap for usage Kemal with other tools #642. Thanks @le0pard :pray:
    • โฌ†๏ธ Bump exception_page shard to v0.3.0 #645. Thanks @Sija :pray:
    • ๐Ÿ”’ (Security) Omitting filters fix for lowercase methods requests #647. Thanks @sdogruyol @SlayerShadow :pray:

Previous changes from v1.2.0

    • ๐Ÿ‘ Crystal 1.5.0 support :tada:
    • Eliminated several seconds of delay when loading big mp4 file. Thanks @Athlon64 :pray:
    • ๐Ÿ›  Fix content_for failing to capture the correct block input #639. Thanks @sdogruyol :pray:
    • 0๏ธโƒฃ Closes response by default in HTTP::Server::Context#redirect #641. Thanks @cyangle :pray:
    • 0๏ธโƒฃ Enable option for index.html to be a directories default #640. Thanks @ukd1 :pray:

    You can enable it via

      serve_static({"dir_index" => true})