Skip to content

Releases: grpc/grpc-node

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)

Node gRPC v1.19.0

04 Mar 23:36
dca2016
Compare
Choose a tag to compare
  • Replace new Buffer with Buffer.from (#726 contributed by @shirbr510)

C core changes:

  • Ignore reserved bit in WINDOW_UPDATE frame. (grpc/grpc#17950)
  • Add period at end of metadata.google.internal to prevent unnecessary DNS lookups. (grpc/grpc#17598)

grpc-tools 1.7.0

19 Feb 19:07
7e49054
Compare
Choose a tag to compare
  • Update protoc to 3.6.1 (previous version was 3.4.0)
  • Switch to Buffer.from to avoid using deprecated constructor (grpc/grpc#15225 contributed by @bsyk)
  • Do not interpolate variables in leading comments (grpc/grpc#12938 contributed by @gkelly)
  • Set code generation max buffer to 100MiB (#226 contributed by @olivierboucher)
  • Generate JS file even if no services are defined in proto file (#575 contributed by @vmax)

@grpc/proto-loader Beta 0.4.0

17 Jan 20:58
0db33cb
Compare
Choose a tag to compare

Note: this version of this package works with grpc@>=1.18.0 and with @grpc/grpc-js@>=0.3.4 due to bugs that have been fixed in those versions.

  • Add message and enum type information to load and loadSync output (#703)

@grpc/grpc-js Beta 0.3.4

17 Jan 20:54
1ec1b58
Compare
Choose a tag to compare
  • Fix handling of some non-service objects in loadPackageDefinition (#704)

Node gRPC v1.18.0

16 Jan 21:09
591c5b9
Compare
Choose a tag to compare
  • Add missing TypeScript definition for Server.bindAsync() (#669 contributed by @andrew8er)
  • Fix handling of options.host in client method calls (#688 contributed by @winguse)
  • Add Electron 4 binaries (#695)
  • Add details property to StatusError type definition (#700)
  • Fix handling of non-service objects in loadPackageDefinition (#705)

@grpc/grpc-js Beta 0.3.3

10 Jan 19:00
a57e6e4
Compare
Choose a tag to compare
  • Optimize some Metadata class code (#588 contributed by @cjihrig)
  • Remove dependency on lodash (#606 contributed by @cjihrig)
  • Require package.json directly in channel code (#665 contributed by @mrfelton)

Node gRPC v1.17.0

14 Dec 20:52
e029551
Compare
Choose a tag to compare
Merge pull request #683 from nicolasnoble/bump-to-1.17.0

Bumping to 1.17.0

Node gRPC v1.16.1

30 Nov 00:08
22e1671
Compare
Choose a tag to compare
  • Updated node-pre-gyp dependency to 0.12.0 to solve compiling from source issues with node 10+.
  • Published node 11 prebuilt binaries.