Node gRPC v1.14.0
·
3426 commits
to master
since this release
Node changes:
- Add Channel class and Client channel override options to public API (#446)
- Add
checkServerIdentitycallback option to client SSL credentials (#403 contributed by @JackOfMostTrades) - Fix handling of UTF-8 status messages (#428)
- Update
CallOptionstype 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_proxyoverhttp_proxy. (#15698) - Add channel arg to enable/disable
http proxy. (#15699)