swift-protobuf v1.14.0 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • 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

Previous changes from v1.13.0

  • Notable Changes:

    • Sort map fields for TextFormat (to match spec) #1076
      Minor Changes:
    • ⬇️ Reduce foundation usage #1064
    • ⚡️ The CocoaPod spec and checked in Xcode project were updated to move the minimum iOS version to 9.0 to avoid warnings in Xcode 12 #1082