Skip to content

Tags: novi/grpc-swift

Tags

0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request grpc#303 from grpc/podspec-0.6.0

Cut a 0.6.0 release due to the breaking changes in SwiftProtobuf 1.1

0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request grpc#295 from rebello95/fix-strict-prototypes

Fix -Wstrict-prototypes warning

0.5.0

Update podspec to version 0.5.0.

0.4.3

Update podspec to 0.4.3.

0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request grpc#213 from grpc/podspec-validation

Fix a few problems found running "pod spec lint".

0.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request grpc#201 from MrMage/wait-timeout

Add a `timeout` option to blocking `send()` and `receive()` calls

0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request grpc#203 from rebello95/channel-sharing-tests

Add ServiceClient tests for shared channels

0.3.3

Update Examples for 0.3.3

0.3.2

Remove unneeded CountDownLatch class.

0.3.1

Import file naming code from swift-protobuf to allow consistent file …

…naming between the grpc and protobuf plugins.

First steps.