@grpc/grpc-js 1.13.0
·
20 commits
to @grpc/[email protected]
since this release
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