Node gRPC v1.15.0
·
9 commits
to [email protected]
since this release
Node changes:
- Properly handle
optionswhen usingdeprecatedArgumentOrderclient method wrappers (#445 contributed by @servel333) - Properly handle non-numeric Error codes in errors passed to the server (#522)
Core changes:
- Check connectivity state before watching in pick-first load balancing policy (grpc/grpc#16306)
- Fix re-resolution in pick-first load balancing policy (grpc/grpc#16076)
- Added system roots feature to load roots from OS trust store. (grpc/grpc#16083)