Releases: grpc/grpc-swift
Releases · grpc/grpc-swift
Migrating to Swift 4
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
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
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
Merge pull request #42 from johndpope/patch-1 Updates to Runme.sh