Releases: grpc/grpc-node
Releases · grpc/grpc-node
@grpc/grpc-js Beta 0.8.1
@grpc/grpc-js Beta 0.8.0
@grpc/grpc-js Beta 0.7.9
@grpc/grpc-js Beta 0.7.7
- Change some request headers to work around a server compatibility issue (#1341)
@grpc/grpc-js Beta 0.7.8
- Fix a bug that prevented proxies from being used (#1342)
@grpc/grpc-js Beta 0.7.9
- Undo one of the header changes from 0.7.7 to fix an auth issue (#1349)
- Export the
MethodDefinition
type and modify theServiceDefinition
type for compatibility with the other implementation (#1343 contributed by @Patrick-Remy)
@grpc/grpc-js Beta 0.7.6
@grpc/proto-loader 0.5.4
@grpc/grpc-js Beta 0.7.5
@grpc/grpc-js Beta 0.7.2
@grpc/grpc-js Beta 0.7.1
- 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).
@grpc/grpc-js Beta 0.7.0
@grpc/grpc-js Beta 0.6.18
@grpc/grpc-js Beta 0.6.13
- Fix error messages truncating at commas (#1195 contributed by @jamessharp)
- Handle and propagate certain errors triggered when starting streams (#1197)
- Handle headers other than "authorization" passed from the auth library (#1198)
@grpc/grpc-js Beta 0.6.14
- Add more tracing information to calls (#1212)
@grpc/grpc-js Beta 0.6.15
- Add support for more channel arguments (#1200)
- Add handling for environment variables
GRPC_SSL_CIPHER_SUITES
andGRPC_DEFAULT_SSL_ROOTS_FILE_PATH
(#1210) Documented here - Add unique (per-process) call ID numbers to call trace logs (#1222)
@grpc/grpc-js Beta 0.6.16
- Properly propagate metadata options (#1231)
- Do not overwrite error metadata in server response errors (#1237)
- Destroy the underlying http2 stream when a call ends in any way (#1247)
- Add support for Unix Domain Socket clients (#1245)
- Automatically retry certain errors triggered when starting streams (#1251)
@grpc/grpc-js Beta 0.6.17
@grpc/grpc-js Beta 0.6.18
- Fix an error that cannot be retried triggering infinite retry attempts (#1273)