Skip to content

Releases: open-toast/protokt

0.4.0

05 May 14:38
e68f7d4
Compare
Choose a tag to compare

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

19 Apr 04:11
f92accf
Compare
Choose a tag to compare
  • Publish plugin to Gradle plugin portal
  • Unify testing style to JUnit 5

0.3.0

20 Feb 22:39
Compare
Choose a tag to compare
  • Wrap well-known types in their Kotlin nullable equivalents by default
  • Fix repeated wrapper types
  • Fix wrappers for all primitives, not just bytes

0.2.0

14 Feb 18:41
dc18566
Compare
Choose a tag to compare
  • Enable wrapping of well-known types
  • Allow wrapped messages to be nullable in the constructor DSL
  • Fix gradle.jvm.version in Gradle module metadata
  • Support Windows
  • Enforce Android compatibility for the runtime