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