Skip to content

v0.6.6

Latest

Choose a tag to compare

@merlimat merlimat released this 26 Mar 23:48
· 1 commit to master since this release

What's New

Cross-package proto import support for JSON parsing

  • Fixed JSON deserialization when messages reference types from different protobuf packages (different Java packages)
  • Refactored JsonReader to use ByteBuf internally, eliminating cross-package type incompatibilities

Generated file headers

  • All generated .java files now include a header comment with LightProto version and source .proto filename