Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js 1.9.11

16 Nov 19:35
85bc3c2
Compare
Choose a tag to compare
  • Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target (#2618)
  • Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops (#2619)

@grpc/grpc-js 1.9.10

14 Nov 21:13
056738f
Compare
Choose a tag to compare
  • Provide the correct port to the proxy when connecting to a target without an explicitly specified port (#2608 contributed by @segevfiner)
  • Properly handle goaway events with no additional data attached (#2611)

@grpc/grpc-js 1.9.9

13 Nov 18:06
51b0f66
Compare
Choose a tag to compare
  • Fix a busy loop when recovering from a failure to establish a connection to a fixed IP address target (#2609)

@grpc/grpc-js 1.9.8

13 Nov 18:04
b75a8c9
Compare
Choose a tag to compare
  • Fix a memory leak caused by creating and closing multiple clients (#2606)

@grpc/grpc-js 1.9.7

19 Oct 23:52
845abca
Compare
Choose a tag to compare
  • Fix a bug that could cause a client to not update name resolution after multiple failed connection attempts (#2602)

@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)