All Versions
32
Latest Version
Avg Release Cycle
92 days
Latest Release
236 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.0 Changes
October 09, 2022- ๐ 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:
-
v1.2.0 Changes
July 07, 2022- ๐ 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})
-
v1.1.2 Changes
February 24, 2022- ๐ Fix content rendering #631. Thanks @matthewmcgarvey :pray:
-
v1.1.1 Changes
February 22, 2022- Ignore HTTP::Server::Response patching for crystal >= 1.3.0 #628. Thanks @SamantazFox :pray:
-
v1.1.0 Changes
September 02, 2021- You can now set your own application name for startup message #606. Thanks @aravindavk :pray:
- โ Add array of paths support for before/after filters #605. Thanks @sdogruyol :pray:
- ๐ Fixed executing filters when before and after is defined at the same time #612. Thanks @mamantoha :pray:
- Set content type to text/html for 500 exceptions #616. Thanks @sdogruyol :pray:
-
v1.0.0 Changes
March 22, 2021 -
v0.27.0 Changes
November 28, 2020- ๐ฑ Crystal 0.35.x support ๐ Thanks @bcardiff ๐
- ๐ Fix issues with responding with long strings #576. Thanks @mamantoha ๐
- ๐ Fix broken WebSocket support in 0.35.0 #577. Thanks @mamantoha ๐
- ๐ Allow to set optional response body on redirects #561. Thanks @mamantoha ๐
-
v0.26.1 Changes
December 01, 2019- ๐ Fix process request when a response already closed #550. Thanks @mamantoha ๐
- ๐ฑ Switch to new Ameba repository #549. Thanks @mamantoha ๐
- ๐ฑ Check for
KEMAL_ENV
variable already inConfig#initialize
#552. Thanks @Sija ๐ - ๐ฑ Cleanup Ameba warnings #551. Thanks @Sija ๐
- ๐ฑ Flush io buffer after each write to log #554. Thanks @mang ๐
-
v0.26.0 Changes
August 05, 2019- ๐ฑ Crystal 0.30.0 support ๐ #548 #544. Thanks @bcardiff and @straight-shoota ๐
- โ Add support for serving files greater than 231 bytes #546. Thanks @omarroth ๐
- ๐ฑ Properly measure request time using
Time.monotonic
#527. Thanks @spinscale ๐
-
v0.25.2 Changes
February 08, 2019๐ฑ Crystal 0.27.2 support ๐
โ Add option to config to parse or not command line parameters #483. Thanks @diegogub ๐
๐ Allow to set filename for
send_file
#512. Thanks @mamantoha ๐send\_file env, "./asset/image.jpeg", filename: "image.jpg"
๐ฑ Set
status_code
before response #513. Thanks @mamantohoa ๐