Skip to content

v2.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 06 Jul 15:30
· 107 commits to main since this release
50f887f

Minor release changes

  • Make MediaTypeCategory public. PR #498 from @CallumTodd7
  • Set hb_uri metric to NotFound in MetricsMiddleware for 404 errors. PR #499 from @CallumTodd7
  • Use quiescing helper to implement graceful shutdown instead of withGracefulShutdown inside HTTP handling code. PR #453
  • Add ExpressibleByStringInterpolation conformance to RouterPath. PR #505
  • Remove headers member variable requirement from HTTPResponseError protocol. PR #506

Patch release changes

  • Add test dependency to fix linking error in unit tests. PR #504 from @JonPulfer