Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/proto-loader 0.7.5
- Include
@deprecated
annotations in generated comments if theincludeComments
option is set (#2357 contributed by @danielronnkvist)
@grpc/grpc-js 1.8.8
grpc-tools 1.12.4
- Add support for arm64 linux. (#2333 contributed by @RedstoneWizard08)
@grpc/grpc-js 1.8.7
- Make handling of HTTP2 session references work independent of keepalive settings (#2337)
@grpc/grpc-js 1.8.6
- Hold a reference to transport from call to avoid premature garbage collection (#2336)
@grpc/grpc-js 1.8.5
- Cancel deadline timer when the call ends (#2335)
@grpc/[email protected]
- Fix a bug that would sometimes allow the Node process to exit even though a gRPC request is active (#2322)
@grpc/grpc-js 1.8.3
- Fix bug that caused streams to fail early when receiving a GOAWAY (#2319)
@grpc/[email protected]
- Continue keepalive pings after receiving a GOAWAY on the client (#2308)
- Fix handling of keepalive timers when the timeout is longer than the interval (#2304 contributed by @nicknotfun, included in #2308)
- Ensure the last received message is fully handled before outputting status (#2316)