grpc-tools 1.7.0
murgatroid99
released this
19 Feb 19:07
·
2824 commits
to master
since this release
- Update
protoc
to 3.6.1 (previous version was 3.4.0) - Switch to Buffer.from to avoid using deprecated constructor (grpc/grpc#15225 contributed by @bsyk)
- Do not interpolate variables in leading comments (grpc/grpc#12938 contributed by @gkelly)
- Set code generation max buffer to 100MiB (#226 contributed by @olivierboucher)
- Generate JS file even if no services are defined in proto file (#575 contributed by @vmax)