Skip to content

Node gRPC v1.7.0

Compare
Choose a tag to compare
@murgatroid99 murgatroid99 released this 01 Nov 23:48
· 3679 commits to master since this release
264581f

Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Also please see http://grpc.io/ for all information regarding this product.

This is the 1.7 release of Node gRPC.

Changes

  • Significantly decrease on-disk package size. (#41)
  • Allow client methods to be referenced using the exact name in the .proto file. (#42)
  • Ensure that Client#waitForReady actually triggers long-idle clients to reconnect. (#43)
  • Add TypeScript typings file (#52, courtesy of @Crevil)