Skip to content

Releases: grpc/grpc-node

Node gRPC v1.11.2

03 May 22:52
1099e02
Compare
Choose a tag to compare

Node gRPC v1.11.1

02 May 20:52
0631ee7
Compare
Choose a tag to compare
  • Fixed an issue where building from source would sometimes fail (#304)
  • Added NodeJS 10 pre-built binaries (#302)
  • Added Electron 2 pre-built binaries (#291)
  • Added TypeScript type definitions for APIs added in v1.11.x (#306)

Node gRPC v1.11.0 plus new packages

01 May 00:22
1b9b989
Compare
Choose a tag to compare

@grpc/proto-loader v0.1.0

This is a new library for loading .proto files for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the new loadPackageDefinition function in the grpc library.

@grpc/grpc-js v0.1.0

This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing grpc library. Currently only the client is implemented, with the following functionality:

  • loadPackageDefinition
  • Unary and streaming calls
  • Cancellation
  • Deadlines
  • Metadata
  • Basic automatic reconnection logic
  • Channel and call credentials

grpc v1.11.0

Node changes:

  • Add client interceptors API (#59 contributed by @drobertduke)
  • Add loadPackageDefintion function (#196)
  • Publish ARM64 binaries (#200)
  • Improve function type test in a client method (#204 contributed by @arcana261)
  • Add details to UNIMPLEMENTED response status (#207 contributed by @theogravity)
  • Add error handling for missing files when calling grpc.load (#228 contributed by @cblair)
  • Fix error message in grpc.loadObject when failing to detect Protobuf.js version (#253 contributed by @kellycampbell)
  • Remove -zdefs flag from binding.gyp to enable building on FreeBSD (#266)

Node gRPC v1.10.1

29 Mar 20:24
adf1303
Compare
Choose a tag to compare

Node changes:

  • Update dependency on node-pre-gyp to version 0.7.0 (#245)

C core changes:

Node gRPC v1.10.0

14 Mar 17:45
190a72e
Compare
Choose a tag to compare

C Core Changes

Node gRPC v1.9.1

16 Feb 01:59
bea8fa6
Compare
Choose a tag to compare
  • Fix usage of Protobuf.js Message type in TypeScript type definitions file (#177)
  • Fix handling of undefined values for optional call arguments (#179)

Node gRPC v1.9.0

09 Feb 01:17
f4d3139
Compare
Choose a tag to compare
  • Further improve the error output when failing to load an installed precompiled binary (#175)
  • Fix type definition documentation for KeyCertPair (#171)
  • Fix server segfault on invalid HTTP/2 (grpc/grpc#14199)
  • LB policies request re-resolution without shutting down (grpc/grpc#12829)
  • On server, include receiving HTTP/2 settings in handshake timeout (grpc/grpc#13336)
  • Fix max connection idleness crash (grpc/grpc#14122)
  • Report metadata plugin auth errors with an UNAVAILABLE status instead of UNAUTHENTICATED (grpc/grpc#13363).

Node gRPC v1.8.4

18 Jan 15:21
57ae01a
Compare
Choose a tag to compare
  • Add error code name and number to status Error objects for easier debugging. The status details string is now available in the Error object's details field. (#126)
  • Made a build process change that may fix some installation errors
  • Add more informative error for a missing callback to the Server#tryShutdown method (#143)
  • Removed extraneous files from published package
  • Mark some network errors with an UNAVAILABLE status (grpc/grpc#13917)
  • Fix HTTP/2 PING issues (grpc/grpc#13950)

Node gRPC v1.8.0

14 Dec 19:16
31b75d7
Compare
Choose a tag to compare
  • Publish precompiled binaries for Alpine Linux
  • Improve the error output when failing to load an installed precompiled binary (#106).

Node gRPC v1.7.3

08 Dec 21:04
205dd63
Compare
Choose a tag to compare