Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js 1.8.10

22 Feb 00:23
6614ebb
Compare
Choose a tag to compare
  • Fix bugs in "pick first" load balancing policy that caused incorrect reconnection behavior (#2369)

@grpc/grpc-js 1.8.9

15 Feb 23:52
72b99a1
Compare
Choose a tag to compare
  • 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

13 Feb 23:01
cc333ba
Compare
Choose a tag to compare
  • Include @deprecated annotations in generated comments if the includeComments option is set (#2357 contributed by @danielronnkvist)

@grpc/grpc-js 1.8.8

08 Feb 18:46
7ab5368
Compare
Choose a tag to compare
  • Remove progress field in returned status object (#2350)
  • Export InterceptingListener and NextCall types (#2351)
  • Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (#2349)

grpc-tools 1.12.4

31 Jan 18:27
e6ea6f5
Compare
Choose a tag to compare

@grpc/grpc-js 1.8.7

25 Jan 22:31
cea545d
Compare
Choose a tag to compare
  • Make handling of HTTP2 session references work independent of keepalive settings (#2337)

@grpc/grpc-js 1.8.6

25 Jan 19:09
f29e99d
Compare
Choose a tag to compare
  • Hold a reference to transport from call to avoid premature garbage collection (#2336)

@grpc/grpc-js 1.8.5

23 Jan 20:55
0081d24
Compare
Choose a tag to compare
  • Cancel deadline timer when the call ends (#2335)

@grpc/grpc-js@1.8.4

12 Jan 21:06
a9f87fc
Compare
Choose a tag to compare
  • 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

11 Jan 18:53
3db8acb
Compare
Choose a tag to compare
  • Fix bug that caused streams to fail early when receiving a GOAWAY (#2319)