Skip to content

Protocol Buffers v3.17.3

Compare
Choose a tag to compare
@deannagarcia deannagarcia released this 08 Jun 14:24
· 4 commits to 3.17.x since this release
909a0f3

Python

  • Note: This is the last release to support Python 2.7. Future releases will require Python >= 3.5.

C++

  • Introduce FieldAccessListener.
  • Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class
  • Fixed some uninitialized variable warnings in generated_message_reflection.cc.

Kotlin

  • Fix duplicate proto files error (#8699)

Java

  • Fixed parser to check that we are at a proper limit when a sub-message has
    finished parsing.

General