Skip to content

Releases: vyshane/grpc-swift-combine

1.1.0

05 Nov 07:27
Compare
Choose a tag to compare

Back pressure

This release improves support for back pressure, contributed by @kdubb. Client streams will match the rate at which gRPC is able to send requests to the server. Server streams will be buffered.

Breaking changes

This release updates upstream Swift gRPC to v1.13.0. Note that you will need to use the -NIOClient versions of the generated Swift gRPC clients. For example, while you previously used:

let echoClient = EchoServiceClient(channel: channel)

You now have to use:

let echoClient = EchoServiceNIOClient(channel: channel)

1.0.13

09 Aug 03:11
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.9.0.
Update CombineExt to v1.8.0.

1.0.12

30 Mar 01:46
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.7.3.

1.0.11

24 Mar 05:45
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.7.2.

1.0.10

13 Feb 10:03
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.7.1.

1.0.9

22 Jan 06:49
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.6.1.

1.0.8

29 Nov 13:37
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.6.0.

1.0.7

15 Nov 13:03
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.5.0.

1.0.6

10 Sep 01:33
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.4.0.

1.0.5

14 Jul 10:29
Compare
Choose a tag to compare

Update upstream Swift gRPC to v1.3.0.