@grpc/grpc-js 1.0.0
murgatroid99
released this
20 Apr 21:49
·
1999 commits
to master
since this release
With this release, the @grpc/grpc-js
library is no longer considered "beta".
Changes
- Use a more structured representation of URIs internally, to simplify parsing code and improve performance (#1364)
- Ensure that the
Client#waitForReady
callback is only called once (#1368 contributed by @badsyntax) - Add a workaround to nodejs/node#32922 to enable connecting to a secure server through an HTTP CONNECT proxy (#1369 contributed by @mrfelton)
- Export the
requestCallback
TypeScript type (#1373) - Export the
InterceptorOptions
TypeScript type (#1319 contributed by @xpirt)