| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| protobuf-34.1.bazel.tar.gz | 2026-03-19 | 7.0 MB | |
| protobuf-34.1.bazel.tar.gz.intoto.jsonl | 2026-03-19 | 11.0 kB | |
| protoc-34.1-win32.zip | 2026-03-19 | 3.6 MB | |
| protoc-34.1-win64.zip | 2026-03-19 | 3.5 MB | |
| protoc-34.1-linux-x86_32.zip | 2026-03-19 | 3.9 MB | |
| protoc-34.1-linux-x86_64.zip | 2026-03-19 | 3.6 MB | |
| protoc-34.1-osx-aarch_64.zip | 2026-03-19 | 2.6 MB | |
| protoc-34.1-osx-universal_binary.zip | 2026-03-19 | 5.2 MB | |
| protoc-34.1-osx-x86_64.zip | 2026-03-19 | 2.7 MB | |
| protobuf-34.1.tar.gz | 2026-03-19 | 7.0 MB | |
| protobuf-34.1.zip | 2026-03-19 | 9.0 MB | |
| protoc-34.1-linux-aarch_64.zip | 2026-03-19 | 3.6 MB | |
| protoc-34.1-linux-ppcle_64.zip | 2026-03-19 | 3.9 MB | |
| protoc-34.1-linux-s390_64.zip | 2026-03-19 | 4.7 MB | |
| Protocol Buffers v34.1 source code.tar.gz | 2026-03-19 | 7.0 MB | |
| Protocol Buffers v34.1 source code.zip | 2026-03-19 | 9.2 MB | |
| README.md | 2026-03-19 | 1.6 kB | |
| Totals: 17 Items | 76.5 MB | 2 | |
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. (https://github.com/protocolbuffers/protobuf/commit/3db9fd1be16917f26590eccd6dfb51b8dcad0d15) - Add support for bazel 9.x (#26201) (https://github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)
C++
- Updated CMake dependencies. (https://github.com/protocolbuffers/protobuf/commit/5583485833ba82a21e15c53d2efcc61720731cb4)
- Add cc_proto_library for MessageSet in //src/google/protobuf/bridge (https://github.com/protocolbuffers/protobuf/commit/523a6a4758f5e3cae7f10dad5b08941588946ff3)
- Add support for bazel 9.x (#26201) (https://github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)
Java
- Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. (https://github.com/protocolbuffers/protobuf/commit/ab3d7f0041b22af4a61b6184fc2ac25092968840)
Python
- Add support for bazel 9.x (#26201) (https://github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)
Other
- Fixed release_prep.sh script
mkdircommand to followINTEGRITY_FILElocation. (https://github.com/protocolbuffers/protobuf/commit/e700d7d6478f3a8800fbcf7f156a0675c1c96392) - Second try at fixing the release_prep.sh file path! (#26097) (https://github.com/protocolbuffers/protobuf/commit/f5ccaf3b4e4c5122bacc8d6e4832dd339ec9e81e)