Skip to content

v0.3.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 03 Oct 11:08
· 30 commits to main since this release
96676c3

⚠️ 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