Skip to content

Releases: grpc/grpc-swift

Migrating to Swift 4

02 Sep 23:58

Choose a tag to compare

This release moves from Swift 3 to Swift 4. The update required changes to the modulemap for CgRPC that could break Swift 3 builds. If you still need to build with Swift 3, add the following line to the modulemap:

link "CgRPC"

See the change for more details.

Update to gRPC v1.6.0

02 Sep 17:27

Choose a tag to compare

The vendored gRPC is now v1.6.0, and the grpc-swift C shim layer compiles with versions of gRPC at least as far back as v1.4.5.

Simplify libz integration

08 Jun 17:41

Choose a tag to compare

Libz is now included as a source package that is built by the Swift Package Manager. This removes the need to add -lz to Package Manager builds of grpc-swift clients.

End-of-line for Swift 3.0 and swift-protobuf 0.9.24

17 Apr 22:04

Choose a tag to compare

Merge pull request #42 from johndpope/patch-1

Updates to Runme.sh