Skip to content

Releases: connectrpc/connect-swift

0.9.0

20 Oct 18:42
2d072c6
Compare
Choose a tag to compare

What's Changed

Other changes

Full Changelog: 0.8.0...0.9.0

0.8.0

15 Sep 16:57
2146cff
Compare
Choose a tag to compare

What's Changed

  • Handle grpc-status in headers rather than only trailers by @rebello95 in #174
  • Apply various updates to reflect connect-swift moving to the connectrpc organization

Other changes

Full Changelog: 0.7.0...0.8.0

0.7.0

13 Sep 22:08
c041679
Compare
Choose a tag to compare

What's Changed

  • Connect-Swift now includes Swift concurrency annotations and compiles without warnings with Xcode 15's strict concurrency warnings enabled (#155)

Other changes

Full Changelog: 0.6.0...0.7.0

0.6.0

27 Jun 13:27
6d6df4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

28 Mar 03:34
b3ed034
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

01 Mar 21:13
de27489
Compare
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
Compare
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
Compare
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
Compare
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