Skip to content

v1.12.0

Latest

Choose a tag to compare

@sdogruyol sdogruyol released this 21 Jul 11:16
  • Crystal 1.21.0 support πŸŽ‰
  • Add sse helper for Server-Sent Events #755. Thanks @sdogruyol πŸ™
sse "/events" do |stream, env|
  stream.send("tick", event: "tick", id: 1)
end
  • Fix unhandled exception when headers were already sent to the client #760. Thanks @sdogruyol πŸ™
  • Fix before_all filters running twice #758. Thanks @sdogruyol πŸ™
  • Show actual defaults in --help when host/port are overridden #751. Thanks @Singond πŸ™
  • Simplify helpers with version controls #752. Thanks @sdogruyol πŸ™
  • Raise minimum Crystal version to >= 1.12.0
  • Fix MySQL example placeholder syntax #756. Thanks @drum445 πŸ™