Skip to content

Protocol Buffers v3.12.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@haberman haberman released this 12 May 22:30
· 16 commits to 3.12.x since this release

C++ / Python

  • Fix for #7463 ("mixing with optional fields: core dump --experimental_allow_proto3_optional")

Java

  • Fix for #7480 ("TextFormat and JsonFormat ignore experimental proto3 optional enums")

PHP

  • Ignore unknown enum value when ignore_unknown specified (#7455)

C#

  • Mark GetOption API as obsolete and expose the "GetOptions()" method on descriptors instead (#7491)
  • Remove Has/Clear members for C# message fields in proto2 (#7429)