kemal v1.3.0 Release Notes
Release Date: 2022-10-09 // over 2 years 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})