Releases: kemalcr/kemal
Releases Β· kemalcr/kemal
v1.6.0
- Crystal 1.14.0 support π
- Windows support #690. Thanks @sdogruyol π
- Directory Listing: Add UTF-8 Charset to the response Content type #679. Thanks @alexkutsan @Sija π
- Use context instead of response in static_headers helper #681. Thanks @sdogruyol π
v1.5.0
- Crystal 1.12.0 support π
- Allow HTTP::Server::Context#redirect to take an URL #659. Thanks @xendk π
- Bump
exception_page
dependency #669. Thanks @Sija π - Add message support to
Kemal::Exceptions::CustomException
#671. Thanks @sdogruyol π - Add
Date
header to HTTP responses #676. Thanks @Sija π
v1.4.0
- Crystal 1.8.0 support π
- Fix multiple logger handlers when custom logger is used #653. Thanks @aravindavk π
- Add Kemal::OverrideMethodHandler #651. Thanks @sdogruyol π
- HeadRequestHandler: run GET handler and don't return the body #655. Thanks @compumike π
v1.3.0
- Crystal 1.6.0 support π
- Disable signal trap for usage Kemal with other tools #642. Thanks @le0pard π
- Bump exception_page shard to v0.3.0 #645. Thanks @Sija π
- (Security) Omitting filters fix for lowercase methods requests #647. Thanks @sdogruyol @SlayerShadow π
v1.2.0
- Crystal 1.5.0 support π
- Eliminated several seconds of delay when loading big mp4 file. Thanks @Athlon64 π
- Fix content_for failing to capture the correct block input #639. Thanks @sdogruyol π
- Closes response by default in HTTP::Server::Context#redirect #641. Thanks @cyangle π
- Enable option for index.html to be a directories default #640. Thanks @ukd1 π
You can enable it via
serve_static({"dir_index" => true})
v1.1.2
v1.1.1
v1.1.0
- You can now set your own application name for startup message #606. Thanks @aravindavk π
- Add array of paths support for before/after filters #605. Thanks @sdogruyol π
- Fixed executing filters when before and after is defined at the same time #612. Thanks @mamantoha π
- Set content type to text/html for 500 exceptions #616. Thanks @sdogruyol π
v1.0.0
- Crystal 1.0.0 support π
- Update Radix to use latest 0.4.0 #596. Thanks @luislavena π
- Use latest version of Ameba dependency (dev) #597. Thanks @luislavena π
- Fix StaticFileHandler failing spec #599. Thanks @jinn999 π
v0.27.0
- 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 π