Skip to content

Releases: brennovich/protobuf-tools

Bump protobuf and plugins versions

19 Jul 21:05
2b0ae8e

Choose a tag to compare

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

Fix protoc permissions

24 Nov 15:53

Choose a tag to compare

cbdd9b0 Fix protoc permissions

Rust plugin & protoc-gen-doc update

23 Nov 20:29

Choose a tag to compare

c8aec92 Bump protoc-gen-doc to latest version
3cdac74 Add rust-protobuf 1.4.2

  • Update protobuf to 3.5.0
  • Update scalapb to 0.6.6
  • Update gen-doc to latest version (ported to go)
    • This made possible get ride of qt dependency and use pre-built
      version of protobuf

Updates and protoc-gen-go

09 Jun 16:47

Choose a tag to compare

  • Alpine 3.6
  • Protobuf 3.3.1
  • Latest Java
  • Add protoc-gen-go plugin

Scala generator

22 Nov 16:34

Choose a tag to compare

Add Scala generate resources support through ScalaPB

First Version

18 Sep 01:49

Choose a tag to compare

In this first version we introduce:

  • protobuf 3.0.2
  • protoc-gen-doc trunk