Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js Beta 0.4.2
Node gRPC v1.21.0
- Remove unused ChannelCredential type definitions (#854 contributed by @eoogbe)
@grpc/proto-loader 0.5.1
@grpc/grpc-js Beta 0.4.0
Node gRPC v1.20.3
Node gRPC v1.20.2
- 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
- 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:
- Fix race condition in HTTP/2 code (grpc/grpc#18481)
- Fix memory bloat in HTTP/2 code (grpc/grpc#18163)
- Transition channel into state CONNECTING when we start name resolution (grpc/grpc#18141)
@grpc/proto-loader 0.5.0
grpc-tools 1.7.2
- Fix install script (#747 contributed by @sangaman)
- Fix
node-pre-gyp
dependency (#774 contributed by @ilari-makimattila)
@grpc/grpc-js Beta 0.3.6
- Use
getRequestHeaders
if available when handling credentials objects for compatibility with newer versions ofgoogle-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)