Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 25 Oct 13:59
· 4 commits to main since this release

Minor release changes

  • Add ChildRequestContext for RequestContext that can be created from another RequestContext. #596
  • Add RouterMethods.group(_:context:) for routes that transform the RequestContext`. #596
  • Add `RouteGroup(_:context:builder:) for result builder router context transforms. #596

Patch release changes

  • Remove @discardableResult from RouterMethods.group() functions. #598

Other changes

  • Added test testChunkedTransferEncoding to verify transfer-encoding header is getting set correctly. #597