Skip to content

Node gRPC v1.14.0

Choose a tag to compare

@murgatroid99 murgatroid99 released this 10 Aug 17:53
· 3426 commits to master since this release
7db315d

Node changes:

  • Add Channel class and Client channel override options to public API (#446)
  • Add checkServerIdentity callback option to client SSL credentials (#403 contributed by @JackOfMostTrades)
  • Fix handling of UTF-8 status messages (#428)
  • Update CallOptions type to allow custom options (#437 contributed by @TLadd)
  • Changed hosting path for prebuilt binaries (#458)

Core changes:

  • Fixed ordering in adding pending picks to Round Robin LB. (grpc/grpc#15947)
  • Prefer using https_proxy over http_proxy. (#15698)
  • Add channel arg to enable/disable http proxy. (#15699)