Protocol Buffers End of Life (EOL) Dates & Support Timeline
Complete end-of-life dates, support windows, and security status for all Protocol Buffers versions. Data sourced from endoflife.date and official vendor documentation. Updated at every deploy.
Protocol Buffers 4.x is supported until March 31, 2028, its end-of-support date. The next Protocol Buffers version to reach end of life is 3.25, on March 31, 2027. 2 tracked Protocol Buffers versions are declared end of life without a published date. The full Protocol Buffers lifecycle, with every version's release and end-of-support date, is in the table below.
Running an EOL version? Get matched with support options — free ↓[](https://endoflife.ai/protobuf)
Protocol Buffers lifecycle status — the real story
Protocol Buffers is Google's wire format — the serialization layer under gRPC and much of modern service-to-service traffic — and unusually for infrastructure this deep, Google publishes explicit support windows for it at protobuf.dev. The catch is that the windows are per language runtime and they do not line up: the same “protobuf” release is supported until different dates depending on whether you consume it from Java, C++, Python, or PHP. This table follows the Java runtime (com.google.protobuf:protobuf-java), which has the longest windows; C++ and Python lines expire one to three years earlier — check the vendor table for your runtime.
The fine print matters more than the table. Google's “3.x supported until March 2027” applies to the final 3.x minor — the 3.25 maintenance line, which still receives patches. Earlier 3.x minors (3.21, 3.23…) stopped receiving fixes the day their successor shipped, support window or not. A service pinned to protobuf-java 3.21 — a common resting place, since 3.22 changed the C++ runtime underneath the JNI-based implementations — is unpatched today despite “3.x” reading as supported. And proto2-era 2.x artifacts (2.5.0, 2.6.1), still surprisingly common in older Hadoop-ecosystem stacks, predate the policy entirely.
Because protobuf sits at the wire boundary, an unpatched copy is not an internal detail: malformed-message parsing bugs in old runtimes are reachable from anything that can send your service a payload. If migrating a pinned 2.x or early-3.x dependency is not practical, commercial extended support for end-of-life protobuf lines exists — see the support options below.
Protocol Buffers release and support pattern
1 of the 4 tracked lines is designated long-term support, which is where the longer windows sit.
Of the 4 release lines tracked, 2 are past end of life and 2 are still within support; 2 are marked end of life without a published date. The newest line, 4.x, was released March 13, 2024. The next scheduled end of life is 3.25 on March 31, 2027 — 197 days from this build. The longest-supported line currently published is 4.x, to March 31, 2028.
Computed from the tracked release data at every build — the figures above are the dates in the table, restated, not an editorial estimate.
What does Protocol Buffers end of life mean for your organization?
When a version of Protocol Buffers reaches end of life, the maintainers stop issuing security patches. Vulnerabilities discovered after this date are publicly disclosed on the National Vulnerability Database, exploit code appears on GitHub, and your systems remain permanently exposed.
The CVE blind spot: Most vulnerability scanners check for known CVEs but do not flag the accumulation of unpatched vulnerabilities in EOL software. With a zero-day, nobody knows about the vulnerability. With EOL software, the vulnerability is public — listed, rated, and often weaponized — but no patch will ever exist. This is the most dangerous gap in enterprise security posture.
Organizations running EOL Protocol Buffers should treat it as a vulnerability class in their risk register, apply compensating controls (network segmentation, enhanced monitoring, access restriction), and prioritize migration to a supported version.
Your options when Protocol Buffers reaches end of life
There are four realistic paths. Which one is right depends far more on how long the system needs to keep running than on the version you are on today.
| Option | Best when | Watch out for |
|---|---|---|
| Move to a supported version | The system will outlive the current version's support window and you can schedule the work | Budget for compatibility testing, not just the upgrade itself — that is where the real cost sits |
| Replace the component | The project is unmaintained, or a better-supported alternative exists | The replacement has its own lifecycle and its own end-of-life date — you are changing vendors, not escaping the problem |
| Buy extended support | Migration is genuinely underway but cannot finish before the deadline, or the workload is frozen by certification or a third-party application | A bridge, not a destination — every year purchased is a year the migration still has to happen |
| Document accepted risk | The system is isolated, short-lived, or scheduled for retirement | Only defensible with real compensating controls and a written decision — auditors treat undocumented end-of-life software as a finding |
How to choose, in one question: how many more years does this system need to run? Under a year, extended support (where it exists) is usually cheaper than an emergency migration. One to three years, migrate — support purchased repeatedly costs more than doing the project once, and the project only gets harder as the version ages. Indefinitely, migrate now and plan the next migration before it surprises you.
Worth saying plainly, because vendors selling extended support rarely will: extended support is often the more expensive choice over a multi-year horizon. It is the right answer when a deadline is genuinely unreachable, not as a default. Compare the annual fee against the one-time cost of migrating before committing to either.
Formalizing decisions like this across your estate? Our free EOL policy template is a ready-to-adopt policy with risk tiers, remediation SLAs, and audit mapping — no signup, free to use and share.
Extended Support Options
If you cannot migrate immediately, extended support vendors provide continued security patches for EOL Protocol Buffers versions. This is a bridge, not a permanent solution — plan your migration in parallel.
Protocol Buffers has 2 versions past end of life — security patches have stopped, but CVE disclosures haven't. The good news: extended support for Protocol Buffers exists — vetted vendors ship security patches for years past the official date. Right now that coverage spans Protocol Buffers 3.x. Tell us where to reach you and we'll reply with matched options and pricing guidance — or an honest "no vendor covers this."