Releases: grpc/grpc-node
Releases · grpc/grpc-node
Node gRPC v1.8.4
- Add error code name and number to status
Error
objects for easier debugging. The status details string is now available in theError
object'sdetails
field. (#126) - Made a build process change that may fix some installation errors
- Add more informative error for a missing callback to the
Server#tryShutdown
method (#143) - Removed extraneous files from published package
- Mark some network errors with an UNAVAILABLE status (grpc/grpc#13917)
- Fix HTTP/2 PING issues (grpc/grpc#13950)
Node gRPC v1.8.0
- Publish precompiled binaries for Alpine Linux
- Improve the error output when failing to load an installed precompiled binary (#106).
Node gRPC v1.7.3
- Pick up a security bug fix from gRPC core (grpc/grpc#13642).
Node gRPC v1.7.2
Node gRPC v1.7.1
Changes
- Publish prebuilt binaries for Node 9
- Fix file permissions issue with Linux prebuilt binaries (reported in #76).
Node gRPC v1.7.0
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.