Releases: grpc/grpc-node
Releases · grpc/grpc-node
Node gRPC v1.19.0
- Replace
new Buffer
withBuffer.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
- 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
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
andloadSync
output (#703)
@grpc/grpc-js Beta 0.3.4
- Fix handling of some non-service objects in
loadPackageDefinition
(#704)
Node gRPC v1.18.0
- 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 toStatusError
type definition (#700) - Fix handling of non-service objects in
loadPackageDefinition
(#705)
@grpc/grpc-js Beta 0.3.3
Node gRPC v1.17.0
Merge pull request #683 from nicolasnoble/bump-to-1.17.0 Bumping to 1.17.0
Node gRPC v1.16.1
- Updated node-pre-gyp dependency to 0.12.0 to solve compiling from source issues with node 10+.
- Published node 11 prebuilt binaries.