v1.0.0 Alpha 2
·
423 commits
to main
since this release
Major release changes
EventLoopStorage
has been removed. The one use case for it has been removed.
Minor release changes
- Hummingbird now requires Swift 5.5 (inline with SwiftNIO)
HBRequest
,HBResponse
and related types conform toSendable
Patch release changes
- Use new
NIOAsyncTestingChannel.waitForOutboundWrite
inHBXCTAsyncTesting
- Add new
HBHTTPConvertChannel
to convert fromHTTPServerResponsePart
to Sendable type
Other changes
- Fix integration test compilation