Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js-xds 1.9.1

25 Sep 18:11
390a1a4

Choose a tag to compare

  • Fix behavior when channel goes IDLE (#2580)

@grpc/proto-loader 0.7.10

18 Sep 22:08
ddb8de2

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

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

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

Choose a tag to compare

  • Update long dependency to match protobufjs (#2504 contributed by @haines)

@grpc/grpc-js 1.9.1

22 Aug 17:05
7ca0af6

Choose a tag to compare

  • Improve formatting of channelz logs (#2535)
  • Avoid sending initial request after the deadline passes in some cases (#2536)
  • Fix possible null reference in pick_first load balancing policy (#2539)
  • Allow empty method config names in service configs (#2550)
  • Defer actions in write callbacks on the client to potentially work around a Node bug (#2552)

@grpc/grpc-js 1.9.0

01 Aug 21:50
f6dd4aa

Choose a tag to compare

Experimental changes:

  • Added grpc.experimental.createResolver

@grpc/grpc-js-xds 1.9.0

01 Aug 21:50
f6dd4aa

Choose a tag to compare

@grpc/[email protected]

28 Jul 21:51
15a3f1a

Choose a tag to compare

  • Fix propagation of UNIMPLEMENTED error messages (#2528)

@grpc/grpc-js 1.8.20

25 Jul 17:06
51d6163

Choose a tag to compare

  • Fix a crash when the channel option grpc.keepalive_permit_without_calls is set (#2519)