- Fix callbacks being invoked after cancellation @mwei0210 in #207
- Fix unhandled promise rejection upon errors in fetch transport @Runar1 in #189
- Fix bug in gprcwebproxy's WebSocket Transport support @bianbian-org in #211
- Fix headers/trailers being lost when grpc-status is non-zero @gunn4r in #226
- Fix gRPC message decoding @ishitatsuyuki in #117
- Update the localhost certificate generation to create certs from a local certificate authority. @absoludity in #169
- Fix memory leak in fetch transport @nathanb21 in #184
- Add abort signal support in fetch transport @Runar1 in #173
- Fix stream terminated by RST_STREAM @MrWinstead in #148
- Make gRPC status codes consistent with gRPC-Go @johanbrandhorst in #150
- React usage examples added @easyCZ in #133
- Added experimental WebSocket transport @MarcusLongmuir in #132
- Refactored client interface to provide a stronger abstraction for alternative Transports (ie: WebSockets) @MarcusLongmuir in #132
- Everything is now exported under a single namespace (
grpc
).