Skip to content

v1.0.0 Alpha 2

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 07 Dec 14:19
· 305 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 to Sendable

Patch release changes

  • Use new NIOAsyncTestingChannel.waitForOutboundWrite in HBXCTAsyncTesting
  • Add new HBHTTPConvertChannel to convert from HTTPServerResponsePart to Sendable type

Other changes

  • Fix integration test compilation