Skip to content

Bump protobuf and plugins versions

Latest
Compare
Choose a tag to compare
@brennovich brennovich released this 19 Jul 21:05
2b0ae8e

Bump protobuf version and add build tools

  • Protobuf 3.6.0
  • Gen doc 1.1.0
  • Scalapb 0.7.4
  • Rust protobuf 2.0.3
  • Java 8.8u181
  • Alpine 3.8

This release includes a important fix by @marcelbuesing which makes possible to use --proto_path /usr/local/include to import google's protos like timestamp.proto, before that the user needed to download and include google protos into theirs resources:

$(protobuf-tools) scalapbc --scala_out=flat_package:/tmp \
  --proto_path /usr/local/include --proto_path fixtures ${FIXTURES}

More details https://github.com/brennovich/protobuf-tools/blob/master/Makefile#L20