Releases: open-toast/protokt
Releases · open-toast/protokt
0.4.0
Features:
- Respect
java_package
option by default - Generate gRPC method descriptors with options for custom marshallers
Bug Fixes:
- Propagate deprecation to DSL builders
- (Plugin) Propagate errors within code generation from STEffects
- Various fixes for reserved names including
Unit
,value
,Any
,Enum
, etc. - Fix generation for files that don't specify a package
Misc:
- No longer use wildcard imports in generated code
- There is a breakage in runtime compatibility for code generated using earlier versions of the protokt plugin
0.3.1
- Publish plugin to Gradle plugin portal
- Unify testing style to JUnit 5