Skip to content

Releases: swift-server/swift-openapi-hummingbird

v0.3.0

03 Oct 11:08
96676c3
Compare
Choose a tag to compare

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

30 Aug 17:55
c7d5712
Compare
Choose a tag to compare

SemVer Minor

  • Add swift-openapi-runtime v0.2.x compatibility

v0.1.2

30 Jul 06:49
b20ba9a
Compare
Choose a tag to compare

SemVer Patch

  • Fix build error on Linux

v0.1.1

14 Jun 08:07
Compare
Choose a tag to compare

SemVer Patch

  • Relax minimum platform reqmacOS 10.15, iOS 13, tvOS 13, and watchOS 6