Skip to content

Releases: Mitch528/react-native-grpc

Release 1.0.0-9

11 Mar 18:45
98a9b24
Compare
Choose a tag to compare
Release 1.0.0-9 Pre-release
Pre-release

Breaking

You now need to create GrpcClient instances rather than calling static methods

Added

Ability to create multiple GrpcClient instances with different hosts and settings

Release 1.0.0-10

11 Mar 23:33
fd5660a
Compare
Choose a tag to compare
Release 1.0.0-10 Pre-release
Pre-release

Added

Add option to set request timeout

Release 1.0.0-8

23 Feb 16:36
f70b323
Compare
Choose a tag to compare
Release 1.0.0-8 Pre-release
Pre-release

Bugfixes

Send both the error and trailers event on Android

Release 1.0.0-7

15 Feb 17:17
c46fbe3
Compare
Choose a tag to compare
Release 1.0.0-7 Pre-release
Pre-release

Bugfixes

Don't abort the request prematurely when an error occurs

Release 1.0.0-6

13 Jan 22:03
7bc027d
Compare
Choose a tag to compare
Release 1.0.0-6 Pre-release
Pre-release

Added

Add option to configure keepalive

Improvements

Reuse connection pool on iOS
Use optimal event loop group on iOS dependent on platform support

Bugfixes

Fix channel on Android not reflecting updated options on change

Release 1.0.0-5

12 Jan 14:45
8b1c53d
Compare
Choose a tag to compare
Release 1.0.0-5 Pre-release
Pre-release

Added

Add option to specify compression limit on iOS

Release 1.0.0-4

11 Jan 19:23
8dfd201
Compare
Choose a tag to compare
Release 1.0.0-4 Pre-release
Pre-release

Bugfixes

Fix incorrect status code given on iOS on failure

Release 1.0.0-3

11 Jan 16:51
2e3bc98
Compare
Choose a tag to compare
Release 1.0.0-3 Pre-release
Pre-release

Added

Added option to enable gRPC compression


Thanks to @krishnafkh for contributing the Android implementation (#5)

Release 1.0.0-2

10 Jan 22:32
cd7bb95
Compare
Choose a tag to compare
Release 1.0.0-2 Pre-release
Pre-release

Bug fixes

Fix passed header value being invalid by unwrapping the String on iOS

Release 1.0.0-1

11 Dec 00:15
1310975
Compare
Choose a tag to compare
Release 1.0.0-1 Pre-release
Pre-release

Bugfixes

Fix status code not being included in gRPC error on iOS