Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Moved
protocoptflag out of theccdir, since it is not a c++-specific flag. (3db9fd1) - Add support for bazel 9.x (#26201) (763c5da)
C++
- Updated CMake dependencies. (5583485)
- Add cc_proto_library for MessageSet in //src/google/protobuf/bridge (523a6a4)
- Add support for bazel 9.x (#26201) (763c5da)
Java
- Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. (ab3d7f0)