Releases: grpc/grpc-node
Releases · grpc/grpc-node
grpc-health-check 2.1.0
- Implement the new
List
method (#2957 contributed by @MatiasManevi)
@grpc/proto-loader 0.8.0
- Add
serialize
anddeserialize
functions to Message definition objects. See grpc/proposal#503 for more details. (#2970)
@grpc/grpc-js 1.13.4
- Fix ability to set SNI with
ssl_target_name_override
option (#2956)
@grpc/proto-loader 0.7.15
- Apply
targetFileExtension
option to root files (#2946)
@grpc/proto-loader 0.7.14
@grpc/grpc-js 1.13.3
@grpc/grpc-js 1.13.2
- Fix a bug that caused clients to be unable to connect through local proxies (#2933)
@grpc/grpc-js 1.13.1
- Fix a bug that caused the
rejectUnauthorized
channel credentials option to be handled incorrectly (#2926) - Fix a bug that caused the client to never send retries if any
retryThrottling
config 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_window
to 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_proxy
environment variable (#2876 contributed by @melkouri) - Fix a bug that caused server interceptor
sendMetadata
methods 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:
SecureConnector
SecureConnectResult
SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
Server#experimentalRegisterListenerToChannelz
protected methodServerexperimentalUnregisterListenerFromChannelz
protected methodServer#experimentalCreateConnectionInjectorWithChannelzRef
protected method
Modified:
LoadBalancer
: Removed theChannelCredentials
constructor argumentLoadBalancer
: Removed theChannelOptions
constructor argumentLoadBalancer#updateAddressList
: Replaced theattributes
argument with one of typeChannelOptions
.ChannelControlHelper#createSubchannel
: Removed theChannelCredentials
argumentLeafLoadBalancer
: Removed theChannelCredentials
constructor argument