Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js 1.10.6
- Fix a bug that could cause a server to sometimes send the status early (#2708)
@grpc/grpc-js 1.10.5
- Resolve exception when
Error.stackTraceLimit
isundefined
(#2701 contributed by @davidfiala) - Call configured
checkServerIdentity
whengrpc.ssl_target_name_override
is set (#2704) - Add more information to DEADLINE_EXCEEDED error details strings (#2692)
@grpc/proto-loader 0.7.12
- Revert "Use a
.ts
extension in import statements in generated TypeScript files" (#2699)
@grpc/proto-loader 0.7.11
@grpc/grpc-js 1.10.4
@grpc/grpc-js 1.10.3
@grpc/grpc-js 1.10.2
@grpc/reflection 1.0.3
- More fixes for handling of message declarations in proto files with no package declared (#2678)
@grpc/reflection 1.0.2
- Fix handling of message declarations in proto files with no package declared (#2673)
@grpc/grpc-js 1.10.1
- Fix a bug causing channels using the
round_robin
LB policy to fail to reconnect after a connection drops (#2667)