Skip to content

Releases: connectrpc/connect-swift

1.1.0

30 Jun 13:27
c277d73
Compare
Choose a tag to compare

What's Changed

Other changes

  • Upgrade SwiftProtobuf dependency by @mfridman in #352
  • Fixed memory leak caused by retain cycle in channel handlers by @Code-Hex in #354
  • Add package visibility option to code generators by @eseay in #355
  • Update CocoaPods for 1.1.0 by @eseay in #356

New Contributors

Full Changelog: 1.0.4...1.1.0

1.0.4

13 Jun 01:08
534a58d
Compare
Choose a tag to compare

What's Changed

Other changes

  • Add SwiftFormat and SwiftLint disable commands to generated code by @eseay in #350
  • Update CocoaPods for 1.0.4 by @eseay in #351

Full Changelog: 1.0.3...1.0.4

1.0.3

23 May 17:01
7a67b10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

26 Feb 01:56
09e7dd4
Compare
Choose a tag to compare

What's Changed

  • Prevent duplicate resume continuation on unary request by @eseay in #340
  • Fix retain cycle between URLSessionHTTPClient and URLSession.delegate by @rebello95 in #335
  • Fix leak in internal implementation of a lock by @kinnarr in #337
  • Use ConnectError.unavailable when client is offline by @rebello95 in #328

Other changes

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.1

25 Feb 19:36
3b72191
Compare
Choose a tag to compare

What's Changed

  • Prevent duplicate resume continuation on unary request by @eseay in #340
  • Fix retain cycle between URLSessionHTTPClient and URLSession.delegate by @rebello95 in #335
  • Fix leak in internal implementation of a lock by @kinnarr in #337
  • Use ConnectError.unavailable when client is offline by @rebello95 in #328

Other changes

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Nov 21:50
a8c984a
Compare
Choose a tag to compare

What's Changed

This is Connect-Swift's first stable release! 🥳 It does not contain any user-facing changes.

Thank you to all contributors for getting us to this milestone!

1.0.0-rc3

31 Oct 16:04
eadce62
Compare
Choose a tag to compare

What's Changed

  • Add deprecation annotations for RPCs marked "deprecated=true" by @eseay in #316
  • Add deprecation warnings for package-internal APIs by @rebello95 in #315
  • Add more Sendable conformances to resolve warnings by @rebello95 in #309
  • Update SwiftProtobuf to 1.28.2 by @rebello95 in #308

Other changes

Full Changelog: 1.0.0-rc2...1.0.0-rc3

1.0.0-rc2

01 Oct 05:40
885a10b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc1...1.0.0-rc2

1.0.0-rc1

01 Aug 16:10
d6d829e
Compare
Choose a tag to compare

What's Changed

This is the first release candidate for v1.0.0!

New Contributors

Full Changelog: 0.14.0...v1.0.0-rc1

0.14.0

08 Jun 01:39
6d0f8ed
Compare
Choose a tag to compare

This will likely be one of the last pre-v1.0 releases. Connect-Swift is now 100% compliant with the Connect conformance suite.

What's Changed

Full Changelog: 0.13.0...0.14.0