Skip to content

Releases: grpc/grpc-node

@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/[email protected]

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)

@grpc/[email protected]

09 Jan 21:31
13337aa
Compare
Choose a tag to compare
  • 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)

@grpc/[email protected]

09 Jan 21:26
Compare
Choose a tag to compare
  • Implement support for the grpc.service_config_disable_resolution channel option (#2277 contributed by @kleinsch)
  • Include standard headers in trailers-only responses (#2305)
  • Fix a memory leak in the retry implementation (#2306)