Skip to content

1.14.0 Release

Compare
Choose a tag to compare
@thomasvl thomasvl released this 02 Dec 15:44

Notable Changes:

  • Don't allow raw LF or CR in the middle of TextFormat string literals. #1085 – TextFormat was used as input (tests, etc.), then previously working multiline strings might no longer parse. This is to bring the library in alignment with the protocolbuffers conformance tests.

Minor Changes:

  • Fix issue with oneof being named newValue #1087
  • Support unicode escapes in TextFormat #1085