Changes Announced on August 15, 2023

Changes announced for Protocol Buffers on August 15, 2023.

Python Breaking Change

In v25 message.UnknownFields() will be deprecated in pure Python and C++ extensions. It will be removed in v26. Use the new UnknownFieldSet(message) support in unknown_fields.py as a replacement.