Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js Beta 0.6.1
- Fix hostname parsing bug (#1045).
@grpc/grpc-js Beta 0.6.0
- Add internal APIs for name resolution and load balancing, with basic implementations. This is also a general rework of how connections are established and maintained. (#1015). This change includes the following bug fixes:
- Return UNAVAILABLE status instead of INTERNAL when the underlying TCP connection disconnects (#1042).
@grpc/grpc-js Beta 0.5.4
@grpc/grpc-js Beta 0.5.3
@grpc/proto-loader 0.5.2
Node gRPC v1.23.3
Node gRPC v1.23.0
- Fix Channel argument validation error messages (#932 contributed by @clehene)
- Add support for Electron 4.2 and 6.0 (#939 contributed by @CapOM, #990)
- Fix typos in TypeScript types file (#972, #983 contributed by @esilkensen)
Node gRPC v1.23.1
- Remove dependency on
@types/protobufjs
(#999)
Node gRPC v1.23.2
- Merge some changes from the 1.22 branch that got lost (#1002)
Node gRPC v1.23.3
@grpc/grpc-js Beta 0.5.2
- Emit warnings instead of throwing errors when invalid headers are provided from the
http2
module (#962).