Protocol Buffers v3.7.1 Release Notes

Release Date: 2019-03-26 // about 5 years ago
  • C++

    • Avoid linking against libatomic in prebuilt protoc binaries (#5875)
    • ๐Ÿš€ Avoid marking generated C++ messages as final, though we will do this in a future release (#5928)
    • ๐Ÿ— Miscellaneous build fixes

    JavaScript

    • ๐Ÿ›  Fixed redefinition of global variable f (#5932)

    ๐Ÿ’Ž Ruby

    • Replace strptime with custom implementation (#5906)
    • ๐Ÿ›  Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)
    • ๐Ÿ›  Miscellaneous bug fixes

    PHP

    • Replace strptime with custom implementation (#5906)
    • ๐Ÿ›  Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924)