Skip to content

0.8.7 released

Compare
Choose a tag to compare
@zhangkun83 zhangkun83 released this 08 Nov 23:11
· 186 commits to master since this release

Compatibility change

The plugin now requires at least Java 8 to work.

New features

  • The protobuf configuration now supports extracting protos from *.tgz files (#266)
  • A cleaner Kotlin DSL (#262). Check out the example project.
  • You can now reference protoc plugins without defining it. It will make protoc to search the plugin in system search paths. (#270)