Skip to content

Releases: connectrpc/connect-swift

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

0.13.0

08 Apr 23:02
15258d3
Compare
Choose a tag to compare

What's Changed

Other changes

Full Changelog: 0.12.0...0.13.0

0.12.0

01 Feb 06:05
1701d3d
Compare
Choose a tag to compare

What's Changed

  • Implement new conformance test executable by @rebello95 in #234
  • Combine headers + trailers into ConnectError.metadata by @rebello95 in #239
  • Update NIO dependencies & fix performance checker warning by @rebello95 in #240
  • Update CI to use M1 Runners/macOS 14 + Xcode 15.2 by @eseay in #245

Other changes

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.0

09 Jan 17:40
2c9e0b9
Compare
Choose a tag to compare

What's Changed

Other changes

New Contributors

Full Changelog: 0.10.1...0.11.0

0.10.1

14 Nov 17:20
8c708ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

14 Nov 02:04
c3a8716
Compare
Choose a tag to compare

What's Changed

  • Revamp interceptors to be protocol-based and expose typed messages by @rebello95 in #208
  • Add unary GET protocol support by @rebello95 in #203
  • Reorganize project files & reduce public interface by @rebello95 in #212

Other changes

Full Changelog: 0.9.0...0.10.0