Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 2.32 KB

0.6.3

  • 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

0.6.2

  • Add support for WebSocket Transport in grpcwebproxy @JCGrant in #180

0.6.1

0.6.0

0.5.0

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