You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update protobuf_version.bzl to separate protoc and per-language java … (#9900)
Python
Increment python major version to 4 in version.json for python upb (#9926)
The C extension module for Python has been rewritten to use the upb library.
This is expected to deliver significant performance benefits, especially when
parsing large payloads. There are some minor breaking changes, but these
should not impact most users. For more information see: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Fixed win32 build and fixed str(message) on all Windows platforms. (#9976)
The binary wheel for macOS now supports Apple silicon.