Skip to content

Releases: connectrpc/connect-swift

0.5.0

28 Mar 03:34
b3ed034

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

01 Mar 21:13
de27489

Choose a tag to compare

What's Changed

  • Allow building Connect with iOS 12 and 13 (#100)
  • Add @Sendable to HTTP unary completion closure (#95)

Full Changelog: 0.3.0...0.4.0

0.3.0

27 Jan 14:05
6f5afc5

Choose a tag to compare

What's Changed

  • Replace ClientOption with struct-based config (#92)
  • Add tracing info with HTTP status to HTTPResponse (#84)
  • Add some Swift concurrency annotations (#91)

Full Changelog: 0.2.0...0.3.0

0.2.0

19 Jan 22:46
2dd21ee

Choose a tag to compare

What's Changed

  • Add GenerateServiceMetadata option to generate service metadata (#86)
  • Rename "target" to "host" and "url" (#89)
  • Add public initializers for ConnectError (#83)
  • Add public initializer for HTTPResponse (#90)

Full Changelog: 0.1.0...0.2.0

0.1.0

17 Jan 20:46
63841e4

Choose a tag to compare

What's Changed

This is the first public release of connect-swift, a lightweight Swift library for idiomatic gRPC & Connect RPCs. 🤩 See the blog post and connect.build for details and documentation.

Full Changelog: https://github.com/bufbuild/connect-swift/commits/0.1.0