Skip to content

Releases: grpc/grpc-node

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.

Node gRPC v1.16.0

31 Oct 19:48
5fec89f
Compare
Choose a tag to compare
  • Add callInvocationTransformer client option (#557)
  • Add Server#bindAsync. We recommend using this going forward instead of Server#bind. (#579)
  • Fix a crash when using the checkServerIdentity SSL credentials option in some versions of Node (#573)

@grpc/grpc-js Beta 0.3.2

09 Jan 23:08
Compare
Choose a tag to compare
  • Read compression flag from the correct bit (#560 contributed by @cjihrig)
  • Include semver in runtime dependencies (#561 contributed by @cjihrig)