Skip to content

Releases: grpc/grpc-node

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

grpc-tools 1.7.2

27 Mar 18:02
f345593
Compare
Choose a tag to compare

@grpc/grpc-js Beta 0.3.6

08 Mar 18:50
a35ec38
Compare
Choose a tag to compare
  • Use getRequestHeaders if available when handling credentials objects for compatibility with newer versions of google-auth-library (#723)
  • Fix internal ordering error that could occasionally cause unexpected errors when cancelling streams with incoming messages (#766)
  • Fix a warning that could be omitted when making many requests on a single client that never establishes a connection (#768)