@grpc/grpc-js Beta 0.7.9
murgatroid99
released this
10 Apr 20:23
·
2101 commits
to master
since this release
@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)