Skip to content

Releases: grpc/grpc-node

Node gRPC v1.22.2

10 Jul 22:45
5b0ce86
Compare
Choose a tag to compare

@grpc/grpc-js Beta 0.5.1

10 Jul 21:04
ad378d3
Compare
Choose a tag to compare
  • Properly handle HTTP error status codes (#943 contributed by @mrfelton)
  • Stop overriding errors with less useful errors when handling unary responses (#948)

Node gRPC v1.22.0

09 Jul 00:34
da8d57c
Compare
Choose a tag to compare
  • Add support for the cares DNS resolver. This can be enabled by setting the environment variable GRPC_DNS_RESOLVER=ares. This will become the default in version 1.23.x, so we recommend enabling that option to verify that it works correctly with your setup (#864)

  • Add metadata options (#796)

  • Add support for Electron 4.2 (#944 contributed by @CapOM)

@grpc/grpc-js Beta 0.5.0

28 Jun 16:51
a996ada
Compare
Choose a tag to compare
  • Adds Server implementation contributed by @cjihrig. This adds the full APIs of the Server and ServerCredentials classes, with one major exception: the Server#bind method is not available. Use Server#bindAsync instead.

grpc-tools 1.8.0

20 Jun 18:01
2e13f46
Compare
Choose a tag to compare
  • Add a new code generation option generate_package_definition that generates code that can be loaded by either grpc or @grpc/grpc-js using the loadPackageDefinition function. (#914).

@grpc/grpc-js Beta 0.4.3

07 Jun 19:59
4cf2c67
Compare
Choose a tag to compare
  • Fix incorrect handling of GOAWAYs (#908)

@grpc/grpc-js Beta 0.4.2

07 Jun 16:50
d015d1c
Compare
Choose a tag to compare
  • Fix a bug that was generating MaxListenersExceededWarning when making many calls (#887)
  • Fix a bug that was throwing errors when making multiple requests using the same custom Metadata instance (#900)
  • Fix a bug that could discard some incoming messages in a stream (#901)

Node gRPC v1.21.0

23 May 17:59
25649ea
Compare
Choose a tag to compare
  • Remove unused ChannelCredential type definitions (#854 contributed by @eoogbe)

C core release notes

@grpc/proto-loader 0.5.1

17 May 16:38
778b542
Compare
Choose a tag to compare
  • Accept arrays of filenames in load and loadSync (#806 contributed by @jroper)

@grpc/grpc-js Beta 0.4.0

03 May 17:10
fe82be7
Compare
Choose a tag to compare