Skip to content

v2.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 03 Apr 17:15
· 16 commits to main since this release

Major release changes

  • Add FileProvider protocol to abstract file loading in FileMiddleware. Default to loading from the local file system, this could be used to load from S3, or using a cache. #405

Minor release changes

  • Make RequestID public #407

Patch release changes

  • Reinstate "hb_" prefix to logger metadata. #406
  • Fix crash in percentDecoding in HBParser. PR #404 from @tannerdsilva
  • Add support for running tests on macOS CI without access to the KeyChain. #409
  • Fix metrics timers to record length of request once all of the response has been written #412