Skip to content

Releases: Mitch528/react-native-grpc

Release 1.0.0-0

10 Dec 23:32
0779131
Compare
Choose a tag to compare
Release 1.0.0-0 Pre-release
Pre-release

Breaking

Now using gRPC-Swift on iOS

Release 0.1.10

01 Sep 20:37
3b353fd
Compare
Choose a tag to compare

Improvements

Implemented maximum response size limit for gRPC client on Android

Release 0.1.9

31 Aug 20:24
c0bbfd9
Compare
Choose a tag to compare

Added

Added option to set the maximum response size limit on the gRPC client.

Release 0.1.8

16 Aug 16:46
572df72
Compare
Choose a tag to compare

Bugfixes

Fix error code not being provided on iOS

Release 0.1.7

07 Aug 20:13
c48af3f
Compare
Choose a tag to compare

Bugfixes

Reuse Android ManagedChannel for gRPC calls

Release 0.1.6

09 Jun 20:00
681df88
Compare
Choose a tag to compare

Bugfixes

Fix trailers not being sent

Release 0.1.5

01 Jun 21:29
82131e1
Compare
Choose a tag to compare

Improvements

Add trailers to GrpcError

Bugfixes

Fix binary data contained within metadata

Release 0.1.4

24 Jun 23:00
Compare
Choose a tag to compare

Breaking

Changed server output stream functions onData(callback), onFinish(callback), onError(callback) to on(type, callback)

Improvements

Errors should be more descriptive than 'aborted'.

Release 0.1.3

23 Jun 23:43
Compare
Choose a tag to compare

Fix base64 encoding issue on iOS

Release 0.1.2

23 Jun 22:18
Compare
Choose a tag to compare

Fix incorrect location of types