connectrpc / connect-swift

The Swift implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/docs/swift/getting-started
Apache License 2.0
97 stars 20 forks source link

Update SwiftProtobuf to v1.27.0 #280

Closed rebello95 closed 3 months ago

rebello95 commented 3 months ago

Updates our SwiftProtobuf dependency: https://github.com/apple/swift-protobuf/releases/tag/1.27.0

Notably, his also allows us to remove a couple of TODOs and brings Sendable support to generated types by default.