v35.0-rc2Pre-release
Protocol Buffers v35.0-rc2
Changed 1
- Upgrade Bazel tests to support Bazel 9
Fixed 3
- Workaround for attribute handling bug in gcc < 13
- Fixed two GCC-only issues around upb's generated extension registry
- Avoid theoretical overflow of uintptr_t in AddAllLinkedExtensions
Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Bazel 9 Support: Upgrade tests to Bazel 9 (https://github.com/protocolbuffers/protobuf/commit/3ee8d8a008a5696f61aa72327e2c4cf2ae068e00)
C++
- Workaround for attribute handling bug in gcc < 13 (https://github.com/protocolbuffers/protobuf/commit/78dc67e4d598d4e2ec8929105eb2ddbb4bf50935)
UPB (Python/PHP/Ruby C-Extension)
- Fixed two GCC-only issues around upb's generated extension registry. (https://github.com/protocolbuffers/protobuf/commit/5eca43d66df4253b2b18b4dd46399cf1fbd1a061)
- Avoid theoretical overflow of uintptr_t in AddAllLinkedExtensions (https://github.com/protocolbuffers/protobuf/commit/e7785e0509aab295692061fb569c00645d3ef3a4)