Skip to content

Releases: grpc/grpc-node

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

Node gRPC v1.20.3

03 May 16:41
58d8790
Compare
Choose a tag to compare
  • Add support for Electron 5 (#848)
  • Improve error output in some cases when failing to load the native addon (#849)

Node gRPC v1.20.2

29 Apr 23:29
4e7c987
Compare
Choose a tag to compare
  • Add support for Node 12

C core changes:

  • Fix possible blue screen on Windows when using "localhost" target addresses (grpc/grpc#18834).

Node gRPC v1.20.0

19 Apr 17:07
e825996
Compare
Choose a tag to compare
  • Fix spurious error thrown in generic Client constructor (#799).
  • Add support for Electron 3.1 and 4.1, remove broken support for Electron 4.0 (#781)

C core changes:

@grpc/proto-loader 0.5.0

10 Apr 20:54
b8cd71e
Compare
Choose a tag to compare
  • Use Array.isArray instead of instanceof for consistent checking (#795 contributed by @raunaqrox)
  • Provide well-known google/protobuf proto files not provided by Protobuf.js (#811 contributed by @cjihrig)