| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| protobuf-35.1.bazel.tar.gz | 2026-06-11 | 7.2 MB | |
| protobuf-35.1.bazel.tar.gz.intoto.jsonl | 2026-06-11 | 11.2 kB | |
| protoc-35.1-osx-x86_64.zip | 2026-06-11 | 2.7 MB | |
| protoc-35.1-win32.zip | 2026-06-11 | 3.6 MB | |
| protoc-35.1-win64.zip | 2026-06-11 | 3.5 MB | |
| protoc-35.1-linux-aarch_64.zip | 2026-06-11 | 3.6 MB | |
| protoc-35.1-linux-x86_32.zip | 2026-06-11 | 3.9 MB | |
| protoc-35.1-linux-x86_64.zip | 2026-06-11 | 3.6 MB | |
| protoc-35.1-osx-aarch_64.zip | 2026-06-11 | 2.6 MB | |
| protoc-35.1-osx-universal_binary.zip | 2026-06-11 | 5.3 MB | |
| protobuf-35.1.tar.gz | 2026-06-11 | 7.1 MB | |
| protobuf-35.1.zip | 2026-06-11 | 9.2 MB | |
| protoc-35.1-linux-ppcle_64.zip | 2026-06-11 | 3.9 MB | |
| protoc-35.1-linux-s390_64.zip | 2026-06-11 | 4.6 MB | |
| Protocol Buffers v35.1 source code.tar.gz | 2026-06-11 | 7.2 MB | |
| Protocol Buffers v35.1 source code.zip | 2026-06-11 | 9.3 MB | |
| README.md | 2026-06-11 | 1.0 kB | |
| Totals: 17 Items | 77.4 MB | 11 | |
Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Bazel 9 tests for csharp, hpb, objc, php, python, rust and upb (#27598) (https://github.com/protocolbuffers/protobuf/commit/4469e3840bfa69ee3bd21721b402ff28076ecbab)
- Break protobuf dependency on Bazel's proto fragment. Only respect the Starlark versions of --proto_toolchain_for*. This is a breaking change from 35.0, but matches the behavior in 34.x. (https://github.com/protocolbuffers/protobuf/commit/1f99c52d771b86ca11274019c9b1a10280dd6050)
C++
- Add cord setters to repeated string fields. (https://github.com/protocolbuffers/protobuf/commit/6efa174ec6d455a4404b37f997daa69770ddde8f)
UPB (Python/PHP/Ruby C-Extension)
- Avoid UB in upb by switching to the XCT section, which will run our constructors before the compiler-generated initializers. (https://github.com/protocolbuffers/protobuf/commit/c35b97728f4782343a37e590a3fd97c80fbadc55)