Skip to content

1.16.0 Release

Compare
Choose a tag to compare
@thomasvl thomasvl released this 13 Apr 21:34
· 617 commits to main since this release

Minor Changes:

  • Normalize CRLF in comments to avoid double spacing some input. #1109
  • Fixes from fuzz testing:
    • Fix to decoding of groups/unknown fields. #1118
    • Protect against overallocation on bad binary input. #1119
    • Deal with malformed UTF8 while parsing a JSON field name. #1121
    • Avoid looping forever on malformed Map TextFormat. #1122