@grpc/grpc-js v0.2.0
murgatroid99
released this
15 Jun 19:41
·
3283 commits
to master
since this release
- Basic compression support: the client can receive compressed messages, and the underlying code to send compressed messages has been added, but the configuration options to enable that have not yet been added (#381)
- Update dependency on lodash (#331 contributed by @wyardley)
- Fix reference counting bug that was causing clients to occasionally exit in the middle of making requests (#332)