kemal v1.2.0 Release Notes

Release Date: 2022-07-07 // over 1 year ago
    • 👍 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})