Skip to content

v2.0.0-alpha.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@timostamm timostamm released this 13 May 21:22

New feature:

  • runtime: Message options are now available in reflection
    information, see #35.
  • plugin: Groups (deprecated proto2 feature) are now completely
    ignored, but should still be treated properly as unknown fields.
  • runtime: BinaryReader.skip() supports WireType.StartGroup now.

Breaking changes:

  • runtime: The MessageInfo interface requires the new "options"
    property.
  • plugin-framework: IDescriptorInfo.isMessageField() no longer
    returns true for GROUP field type.