You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor release changes
Add RequestBody.consumeWithInboundCloseHandler and RequestBody.consumeWithCancellationOnInboundClose for cancelling requests with either long process times or streamed responses. #631, #634, #636
Add computed variable Router.routes that list all routes added to Router. #624
Add Router.validate() to check if any routes clash. Call this from Route.buildResponder and assert if it throws an error. #637
Rename HTTP2UpgradeChannel.Configuration to HTTP2ChannelConfiguration. #612
Removed default additionalChannelHandlers from HTTP1Channel. #623