v2.0.0 Beta 2
Pre-release
Pre-release
adam-fowler
released this
03 Apr 17:15
·
160 commits
to main
since this release
Major release changes
- Add
FileProvider
protocol to abstract file loading inFileMiddleware
. 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