Skip to content

v0.7.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 14 Mar 14:59
· 516 commits to main since this release
438ab21
  • HBHTTPResponder.respond now includes an onComplete function as a parameter to be called which should be called with the response. This is instead of the EventLoopFuture. This change was implemented as HummingBirdCore should not assume we are running an async server.
  • HBDateCache is stored in thread local storage
  • Date header is added automatically, no HBDateResponseMiddleware anymore.
  • Added HBApplication.Configuration.backlog
  • Default HBApplication.Configuration.withPipeliningAssistance to true