- 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
).