v1.0.0 Alpha 1
·
434 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
andtcpNoDelay
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 ofLock
. PR #143