Skip to content

Protocol Buffers v3.7.1

Compare
Choose a tag to compare
@acozzette acozzette released this 26 Mar 16:40
· 1 commit to 3.7.x since this release
6973c3a

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)