Kemal Versions Save

Fast, Effective, Simple Web Framework

v1.5.0

1 month ago
  • Crystal 1.12.0 support :tada:
  • Allow HTTP::Server::Context#redirect to take an URL #659. Thanks @xendk :pray:
  • Bump exception_page dependency #669. Thanks @Sija :pray:
  • Add message support to Kemal::Exceptions::CustomException #671. Thanks @sdogruyol :pray:
  • Add Date header to HTTP responses #676. Thanks @Sija :pray:

v1.4.0

1 year ago
  • Crystal 1.8.0 support :tada:
  • Fix multiple logger handlers when custom logger is used #653. Thanks @aravindavk :pray:
  • Add Kemal::OverrideMethodHandler #651. Thanks @sdogruyol :pray:
  • HeadRequestHandler: run GET handler and don't return the body #655. Thanks @compumike :pray:

v1.3.0

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:

v1.2.0

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:
  • Closes response by default in HTTP::Server::Context#redirect #641. Thanks @cyangle :pray:
  • 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

2 years ago
  • Fix content rendering #631. Thanks @matthewmcgarvey :pray:

v1.1.1

2 years ago
  • Ignore HTTP::Server::Response patching for crystal >= 1.3.0 #628. Thanks @SamantazFox :pray:

v1.1.0

2 years ago
  • 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

3 years ago
  • Crystal 1.0.0 support :tada:
  • Update Radix to use latest 0.4.0 #596. Thanks @luislavena :pray:
  • Use latest version of Ameba dependency (dev) #597. Thanks @luislavena :pray:
  • Fix StaticFileHandler failing spec #599. Thanks @jinn999 :pray:

v0.27.0

3 years ago
  • Crystal 0.35.x support :tada: Thanks @bcardiff :pray:
  • Fix issues with responding with long strings #576. Thanks @mamantoha :pray:
  • Fix broken WebSocket support in 0.35.0 #577. Thanks @mamantoha :pray:
  • Allow to set optional response body on redirects #561. Thanks @mamantoha :pray:

v0.26.1

4 years ago
  • Fix process request when a response already closed #550. Thanks @mamantoha :pray:
  • Switch to new Ameba repository #549. Thanks @mamantoha :pray:
  • Check for KEMAL_ENV variable already in Config#initialize#552. Thanks @Sija :pray:
  • Cleanup Ameba warnings #551. Thanks @Sija :pray:
  • Flush io buffer after each write to log #554. Thanks @mang :pray: