Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js 1.9.6

17 Oct 18:06
ebc2c3e
Compare
Choose a tag to compare
  • Include more information in most "No connection established" errors (#2598)
  • Remove the index tracer, and add more information to other trace logs (#2599)

@grpc/grpc-js 1.9.5

02 Oct 17:44
065ac2f
Compare
Choose a tag to compare
  • Fix a type inconsistency in server-call.ts (#2589 contributed by @rsnullptr)
  • Close ports if the server is shut down while the bind operation is ongoing (#2590)

@grpc/grpc-js 1.9.4

26 Sep 23:55
7e53472
Compare
Choose a tag to compare
  • Fix a bug that could cause a client to sometimes incorrectly hold the process open when no longer in use (#2586)

grpc-health-check 2.0.0

25 Sep 21:46
71936fa
Compare
Choose a tag to compare

@grpc/grpc-js-xds 1.9.2

25 Sep 18:12
0ba73ea
Compare
Choose a tag to compare
  • Fix proto file inconsistencies in published package (#2582)

@grpc/grpc-js-xds 1.9.1

25 Sep 18:11
390a1a4
Compare
Choose a tag to compare
  • Fix behavior when channel goes IDLE (#2580)

@grpc/proto-loader 0.7.10

18 Sep 22:08
ddb8de2
Compare
Choose a tag to compare
  • Allow the grpcLib option to be omitted in the type generator, to generate implementation-agnostic code (#2573)

@grpc/grpc-js 1.9.3

13 Sep 17:49
c8cbffa
Compare
Choose a tag to compare
  • Make a few improvements to DNS resolving timing (#2571)

Experimental changes:

  • Added grpc.experimental.BackoffTimeout#getEndTime

@grpc/grpc-js 1.9.2

31 Aug 17:36
e7e199c
Compare
Choose a tag to compare
  • Handle error when sending keepalive pings (#2563)
  • Fix a bug that could cause invalid connection states when DNS updates contained the same address the client was already connected to (#2559 contributed by @gusumuzhe, backported in #2564)

@grpc/proto-loader 0.7.9

23 Aug 16:43
4daa6dc
Compare
Choose a tag to compare
  • Update long dependency to match protobufjs (#2504 contributed by @haines)