Skip to content

Releases: grpc/grpc-node

Node gRPC v1.7.2

21 Nov 01:47
1ed7e4b
Compare
Choose a tag to compare
  • Separate precompiled binaries for glibc and musl libc (#82, courtesy of @bkw)
    • Precompiled binaries are not yet distributed for musl libc. Installations on Alpine Linux will result in compiling the binary locally.
  • Remove incorrect assertion (#92)

Node gRPC v1.7.1

02 Nov 21:29
a87f41f
Compare
Choose a tag to compare

Changes

  • Publish prebuilt binaries for Node 9
  • Fix file permissions issue with Linux prebuilt binaries (reported in #76).

Node gRPC v1.7.0

01 Nov 23:48
264581f
Compare
Choose a tag to compare

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)