Skip to content

Releases: Microservice-API-Patterns/protobufgen

v1.2.0

17 Aug 07:38
55aa265
Compare
Choose a tag to compare

v1.2.0 minor changes:

  • Support Google's Any type (google.protobuf.Any).
  • Introduced common basic exception type (ProtocolBufferBuilderException) in case users want to catch them.
  • Support for rendering a comment on the top of a *.proto file.
  • Bugfix: adding a nested message checks that the name not already exists now.

v1.1.0

13 Aug 08:35
a562a7c
Compare
Choose a tag to compare

v1.1.0 minor changes:

  • Support to serialize nested messages

v1.0.0

12 Aug 07:01
151e261
Compare
Choose a tag to compare

First Release (v1.0.0)

We published a first release of the protobufgen library to Maven central. It supports generating/serializing *.proto files according to its specification (no guarantee for completeness!). Nesting messages is not yet supported. If you find other missing features, create an issue.