Skip to content

Node gRPC v1.15.0

Choose a tag to compare

@murgatroid99 murgatroid99 released this 12 Sep 21:48
· 9 commits to [email protected] since this release
0cf120a

Node changes:

  • Properly handle options when using deprecatedArgumentOrder client 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)