Skip to content

2.1.0

Compare
Choose a tag to compare
@trowski trowski released this 20 Jun 18:08
v2.1.0
  • Added CallableMiddleware (#313)
  • Improved exception logging (#306)
  • Added setting to Options to pass the Request object to the logger context. The option defaults to off. (#310)
  • Fixed HTTP/2 streams closing if the response was sent before the request body was fully received. (#304)
  • Fixed HTTP/2 window size for too large request bodies, so they can be rejected instead of hanging