Skip to content

@grpc/grpc-js Beta 0.7.1

Compare
Choose a tag to compare
@murgatroid99 murgatroid99 released this 12 Mar 18:05
· 2172 commits to master since this release
2ca96a3
  • Handle URLs for Server#bindAsync using the same code path as for the Client and Channel 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).