Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/proto-loader 0.7.6
@grpc/[email protected]
- Fix an occasional type error when receiving DNS updates (#2380)
- Fix ordering of events when handing requests on the server (#2376 contributed by @phoenix741)
@grpc/grpc-js 1.8.11
- Avoid accumulating placeholder objects when sending many messages on a long-running stream (#2372)
@grpc/grpc-js 1.8.10
- Fix bugs in "pick first" load balancing policy that caused incorrect reconnection behavior (#2369)
@grpc/grpc-js 1.8.9
- Fix a bug where clients would continue to send pings at the original configured rate after receiving a backoff request from the server (#2363)
@grpc/proto-loader 0.7.5
- Include
@deprecatedannotations in generated comments if theincludeCommentsoption 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)