2.1.0
- Added
CallableMiddleware(#313) - Improved exception logging (#306)
- Added setting to
Optionsto pass theRequestobject 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