@grpc/grpc-js Beta 0.7.1
·
2172 commits
to master
since this release
- Handle URLs for
Server#bindAsync
using the same code path as for theClient
andChannel
constructors. In particular, this adds support for Unix Domain Socket addresses (#1287) - Don't send errors from servers on broken streams (#1284)
- Try to connect using IPv6 even on older version of Node. Previously a different internal representation of addresses interacted badly with a Node bug that was fixed in Node 12.6 (#1285)
- Add additional code defense layer against retry loop first reported in googleapis/nodejs-pubsub#890 (#1286).