Releases: grpc/grpc-node
Releases · grpc/grpc-node
Node gRPC v1.9.1
Node gRPC v1.9.0
- Further improve the error output when failing to load an installed precompiled binary (#175)
- Fix type definition documentation for
KeyCertPair
(#171) - Fix server segfault on invalid HTTP/2 (grpc/grpc#14199)
- LB policies request re-resolution without shutting down (grpc/grpc#12829)
- On server, include receiving HTTP/2 settings in handshake timeout (grpc/grpc#13336)
- Fix max connection idleness crash (grpc/grpc#14122)
- Report metadata plugin auth errors with an
UNAVAILABLE
status instead ofUNAUTHENTICATED
(grpc/grpc#13363).
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.