ZIP
WinGet
protobuf
Protocol Buffers · 34.1 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
protoc-34.1-win32.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.Protobuf
Version
34.1
Description
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
License
Proprietary
↗
Installer URL
https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-win32.zip
Release Notes
Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Moved protocopt flag out of the cc dir, 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 behavi…