Skip to content

@grpc/grpc-js v0.2.0

Compare
Choose a tag to compare
@murgatroid99 murgatroid99 released this 15 Jun 19:41
· 3064 commits to master since this release
ad9b9dc
  • 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)