Releases: swift-server/swift-openapi-hummingbird
Releases · swift-server/swift-openapi-hummingbird
v0.3.0
⚠️ API-breaking changes
Updates to hummingbird transport to support v0.3.0 of OpenAPI runtime.
- Uses HTTP currency types from swift-http-types
- Unstructured bodies, which were previous either Foundation.Data or Swift.String are now OpenAPIRuntime.HTTPBody, which represents an async sequence of byte chunks, unlocking fully streaming use cases
v0.2.0
SemVer Minor
- Add swift-openapi-runtime v0.2.x compatibility
v0.1.2
SemVer Patch
- Fix build error on Linux
v0.1.1
SemVer Patch
- Relax minimum platform reqmacOS 10.15, iOS 13, tvOS 13, and watchOS 6