Skip to content

v0.14.0

Choose a tag to compare

@adam-fowler adam-fowler released this 28 Aug 10:41
· 39 commits to main since this release
3938593

Breaking Changes

  • Added Sendable conformance to hummingbird-core types. This includes requiring that the HBResponseBody.streamCallback closure is @Sendable which is a breaking change.

Minor Version Changes

  • Changed Swift concurrency availability to include macOS 10.15 and iOS 13 etc