Skip to content

Releases: SuduIDE/protogen

Protogen 1.0.18

Choose a tag to compare

@Duzhinsky Duzhinsky released this 08 Dec 15:27

bytes is now converted into byte[] instead of ByteString

Protogen 1.0.17

Choose a tag to compare

@Duzhinsky Duzhinsky released this 01 Nov 13:33

Convert repeated type even if it contains primitives

1.0.17 SNAPSHOT

1.0.17 SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@Duzhinsky Duzhinsky released this 01 Nov 13:19

Convert repeated type even if it contains primitives

Protogen 1.0.16

Choose a tag to compare

@Duzhinsky Duzhinsky released this 26 Oct 11:25

Fixes setter parameter

Protogen 1.0.15

Choose a tag to compare

@Duzhinsky Duzhinsky released this 26 Oct 10:03

Adds builders for messages with optional fields

Protogen 1.0.14

Choose a tag to compare

@Duzhinsky Duzhinsky released this 19 Oct 18:51

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

Protogen 1.0.13

Choose a tag to compare

@Duzhinsky Duzhinsky released this 19 Oct 12:57
  • Improved formatting
  • Support nullable service methods if the if_not_found option is set to NULLIFY

Protogen 1.0.12

Choose a tag to compare

@Duzhinsky Duzhinsky released this 18 Oct 10:10
  • 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

Choose a tag to compare

@Duzhinsky Duzhinsky released this 15 Oct 21:41

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

Protogen 1.0.10

Choose a tag to compare

@Duzhinsky Duzhinsky released this 13 Oct 12:47
  • OneOf support
  • Production-ready service generation