Skip to content

v1.0.0 Alpha 1

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 17 Nov 12:42
· 316 commits to main since this release

Major version changes

  • Add ServiceLifecycleProvider which allows you to pass in a lifecycle to the HBApplication, or create a new one. PR #142 from @slashmo
  • Remove backLog and tcpNoDelay configuration settings when using Network framework
  • Stop exporting so many symbols from dependencies.
  • Move XCTTestingSetup outside of HBApplication

Minor version changes

  • Add new XCT test setup .asyncTest for testing code using Swift Concurrency. PR #144
  • Add HBRequest.CollateBody which can be used in middleware to collate the request body. PR #147
  • Make HBApplication.Persist.driver public

Patch version changes

  • Use NIOLock instead of Lock. PR #143