Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js 1.13.1
- Fix a bug that caused the
rejectUnauthorizedchannel credentials option to be handled incorrectly (#2926) - Fix a bug that caused the client to never send retries if any
retryThrottlingconfig was set (#2927) - Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided (#2927)
@grpc/grpc-js 1.13.0
Changelog
- Add support for channel option
grpc-node.flow_control_windowto control HTTP/2 flow control window size (#2864 contributed by @rickihastings) - Show meaningful error messages more consistently when requests fail (#2868)
- Add support for CIDR blocks in
no_proxyenvironment variable (#2876 contributed by @melkouri) - Fix a bug that caused server interceptor
sendMetadatamethods to not be called if the server interceptor did not explicitly send metadata (#2897) - Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses (#2909)
Experimental API changes
Added:
SecureConnectorSecureConnectResultSUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIXServer#experimentalRegisterListenerToChannelzprotected methodServerexperimentalUnregisterListenerFromChannelzprotected methodServer#experimentalCreateConnectionInjectorWithChannelzRefprotected method
Modified:
LoadBalancer: Removed theChannelCredentialsconstructor argumentLoadBalancer: Removed theChannelOptionsconstructor argumentLoadBalancer#updateAddressList: Replaced theattributesargument with one of typeChannelOptions.ChannelControlHelper#createSubchannel: Removed theChannelCredentialsargumentLeafLoadBalancer: Removed theChannelCredentialsconstructor argument
@grpc/grpc-js-xds 1.13.0
grpc-tools 1.13.0
@grpc/[email protected]
- Allow garbage collection of IDLE channels (#2896)
@grpc/grpc-js-xds 1.12.2
@grpc/grpc-js-xds 1.12.1
- Fix a bug that could cause the client to not receive some resource updates (#2880)
@grpc/grpc-js 1.12.5
- Prioritize HTTP status errors over message decoding errors (#2873)
@grpc/grpc-js 1.12.4
- Prioritize reporting UNAVAILABLE status when handing connection drops (#2862)
@grpc/grpc-js 1.12.3
- Report UNAVAILABLE if possible when handling connection drops (#2861)