Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js Beta 0.6.12
@grpc/grpc-js Beta 0.6.6
- Fix incorrect state transition in pick first load balancer when the connection is dropped (#1068).
@grpc/grpc-js Beta 0.6.7
- Export some missing types (#1069 contributed by mpminardi)
- Fix incorrect state transition in pick first load balancer when a new connection is being established while an existing connection is active (#1070)
@grpc/grpc-js Beta 0.6.8
- Add status code information to status error messages (#1037)
- In the pick first load balancer, request address re-resolution after trying to connect to all addresses in the address list (#1072)
@grpc/grpc-js Beta 0.6.9
- A few different fixes to how idleness and address re-resolution requests are handled in the pick first load balancer (#1074)
@grpc/grpc-js Beta 0.6.10
- Add the round robin load balancer implementation and the channel option
grpc.service_config
that can be used to enable it (#1063) - Close http2 sessions that are dropped by their subchannels (#1088)
@grpc/grpc-js Beta 0.6.11
- Stop the subchannel pool cleanup timer while it is empty (#1083)
- Handle the
too_many_pings
server error by sending pings less frequently (#1164)
@grpc/grpc-js Beta 0.6.12
- Make
Client#waitForReady
start connecting as intended (#1186)
Node gRPC v1.24.2
@grpc/grpc-js Beta 0.6.5
Node gRPC v1.23.4
@grpc/grpc-js Beta 0.6.4
- Fix a performance bug when making many calls on a newly constructed client (#1062).
@grpc/grpc-js Beta 0.6.3
- Fix a couple of bugs with metadata and call credentials handling (#1055)
- Add client support for Unix Domain Socket addresses as described in this document. Please note that UDS connections have not yet been tested and should be considered an alpha-level feature (#1049).
@grpc/grpc-js Beta 0.6.2
- Fix TLS server name handling (#1052)
@grpc/grpc-js Beta 0.6.1
- Fix hostname parsing bug (#1045).
@grpc/grpc-js Beta 0.6.0
- Add internal APIs for name resolution and load balancing, with basic implementations. This is also a general rework of how connections are established and maintained. (#1015). This change includes the following bug fixes:
- Return UNAVAILABLE status instead of INTERNAL when the underlying TCP connection disconnects (#1042).