Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/proto-loader 0.7.13
- Include method options in method definition objects (#2711 contributed by @n0v1)
- Avoid generating duplicate TypeScript method declarations in some cases (#2717)
- Update Protobuf.js dependency to a newer version (#2731)
@grpc/grpc-js 1.10.7
- Improve reporting of HTTP error codes (#2723)
- Update dependency on
@grpc/proto-loader
to the latest version (#2732)
@grpc/grpc-js-xds 1.10.1
- Update dependency on
@grpc/proto-loader
to the latest version (#2732)
@grpc/grpc-js 1.10.6
- Fix a bug that could cause a server to sometimes send the status early (#2708)
@grpc/grpc-js 1.10.5
- Resolve exception when
Error.stackTraceLimit
is undefined
(#2701 contributed by @davidfiala)
- Call configured
checkServerIdentity
when grpc.ssl_target_name_override
is set (#2704)
- Add more information to DEADLINE_EXCEEDED error details strings (#2692)
@grpc/proto-loader 0.7.12
- Revert "Use a
.ts
extension in import statements in generated TypeScript files" (#2699)
@grpc/proto-loader 0.7.11
- Use a
.ts
extension in import statements in generated TypeScript files (#2693 contributed by @atjn)
@grpc/grpc-js 1.10.4
- Fix a bug that caused server interceptors to crash when using partially-populated
ResponderBuilder
and ListenerBuilder
objects (#2696)
- Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#2695)
@grpc/grpc-js 1.10.3
- Revert client reconnection changes in #2680 (#2691)
@grpc/grpc-js 1.10.2
- Implement server connection idle timeouts and improve channelz performance (#2677 contributed by @AVVS)
- Fix a bug that caused clients to automatically reconnect even when there were no active requests (#2680)
- Modify order of server call events to more closely match pre-1.10.x behavior (#2683)