Skip to content

6.2.0

Choose a tag to compare

@andersfugmann andersfugmann released this 16 Sep 18:34
· 28 commits to main since this release

CHANGES:

  • Fix potential nameclash for messages defining extensions
  • Resolve compilation warning on deprecated fields enclosed in a oneof
  • Improve how comments are copied to generated code
  • Add flag 'singleton_oneof_as_option' to map single field
    onofs to option type (default on). Set to 'false' to keep old
    behaviour.
  • Improve copying of comments from .proto files into ocaml code using
    omd to parse markdown
  • Fix problem with deserializing large singed integers (#45)
  • Compile json test stub with C++17 mode
  • Fix unrolled annotation