Skip to content

Releases: SuduIDE/protogen

Protogen 1.0.18

08 Dec 15:27
Compare
Choose a tag to compare

bytes is now converted into byte[] instead of ByteString

Protogen 1.0.17

01 Nov 13:33
Compare
Choose a tag to compare

Convert repeated type even if it contains primitives

1.0.17 SNAPSHOT

01 Nov 13:19
Compare
Choose a tag to compare
1.0.17 SNAPSHOT Pre-release
Pre-release

Convert repeated type even if it contains primitives

Protogen 1.0.16

26 Oct 11:25
Compare
Choose a tag to compare

Fixes setter parameter

Protogen 1.0.15

26 Oct 10:03
Compare
Choose a tag to compare

Adds builders for messages with optional fields

Protogen 1.0.14

19 Oct 18:51
Compare
Choose a tag to compare

Fixes:
Don't handle exceptions in base services. It makes hard to intercept an exception

Protogen 1.0.13

19 Oct 12:57
Compare
Choose a tag to compare
  • Improved formatting
  • Support nullable service methods if the if_not_found option is set to NULLIFY

Protogen 1.0.12

18 Oct 10:10
Compare
Choose a tag to compare
  • Service method are not abstract now and throw UNIMPLEMENTED error status by default
  • Rename responseObserver to responseConsumer in unfolded service methods
  • Finally fixed annotations for String
  • Annotate service methods with @NotNull

Protogen 1.0.11

15 Oct 21:41
Compare
Choose a tag to compare

Fix bug with service methods returning custom empty messages (not google.protobuf.Empty)

Protogen 1.0.10

13 Oct 12:47
Compare
Choose a tag to compare
  • OneOf support
  • Production-ready service generation