Releases: Microservice-API-Patterns/protobufgen
Releases · Microservice-API-Patterns/protobufgen
v1.2.0
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
v1.0.0
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.