Version Support

A list of the support windows provided for language implementations.

Support windows for protoc and the various languages are covered in the tables later in this topic. Version numbers throughout this topic use SemVer conventions; in the version “3.21.7,” we say that “3” is the major version, “21” is the minor version, and “7” is the micro or patch number.

Starting with the v20.x protoc release, we changed our versioning scheme to enable nimbler updates to language-specific parts of Protocol Buffers. In the new scheme, each language has its own major version that can be incremented independently of other languages. The minor and patch versions, however, remain coupled. This allows us to introduce breaking changes into some languages without requiring a bump of the major version in languages that do not experience a breaking change. For example, a single release might include protoc version 24.0, Java runtime version 4.24.0 and C# runtime version 3.24.0.

The first instance of this new versioning scheme was the 4.21.0 version of the Python API, which followed the preceding version, 3.20.1. Other language APIs released at the same time were released as 3.21.0.

Release Cadence

Protobuf does not officially have a release cadence; however, we strive to release updates quarterly, on a best-effort basis. Our support windows are defined by our library breaking change policy.

Protobuf does not consider enforcement of its documented language, tooling, platform, and library support policies to be a breaking change. For example, a release may drop support for an EOL language version without bumping major versions.

What Changes in a Release?

Each release may include one or more of the following:

  • updates to the code that is generated for a language binding, and updates to the runtime that supports the binding language. In a minor or patch release, updates will be additive only (we do not remove deprecated/dead code or otherwise make destructive changes)
  • bug fixes
  • new features or updates to their default values (including new default values)

The wire format does not change from release to release. You will continue to be able to read old proto data from newer versions of Protocol Buffers. This is a fundamental design principle of Protocol Buffers.

Support Duration

The most recent release is always supported. Support for earlier minor versions ends when a new minor version under the same major version is released. Support for earlier major versions ends four quarters beyond the quarter that the breaking release is introduced. For example, when Python 4.21.0 was released in May of 2022, that set the end of public support of Python 3.20.1 at the end of 2023 Q2.

The following sections provide a guide to the support for each language.

C++

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.21.x25 May 202231 Mar 2024
4.22.x16 Feb 20238 May 2023
4.23.x8 May 20238 Aug 2023
4.24.x8 Aug 20231 Nov 2023
4.25.x1 Nov 202331 Mar 2025
5.26.x13 Mar 2024TBD

This table graphically shows support durations.

C++ will target making major version bumps annually in Q1 of each year.

protocC++23Q123Q223Q323Q424Q124Q224Q3
21.x3.21.xPSPSPSPSSE
22.x4.22.xIR
23.x4.23.xIR
24.x4.24.xIR
25.x4.25.xIRPSPSPS
26.x5.26.xIRPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

C++ Tooling, Platform, and Library Support

Protobuf is committed to following the tooling, platform, and library support policy described in Foundational C++ Support Policy. For specific versions supported, see Foundational C++ Support Matrix.

C#

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.22.x16 Feb 20238 May 2023
3.23.x8 May 20238 Aug 2023
3.24.x8 Aug 20231 Nov 2023
3.25.x1 Nov 202313 Mar 2024
3.26.x13 Mar 2024TBD

This table graphically shows support durations.

protocC#23Q123Q223Q323Q424Q124Q224Q3
22.x3.22.xIR
23.x3.23.xIR
24.x3.24.xIR
25.x3.25.xIR
26.x3.26.xIRPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

C# Platform and Library Support

Protobuf is committed to following the platform and library support policy described in .NET Support Policy. For specific versions supported, see Foundational .NET Support Matrix.

Java

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.19.x20 Oct 202125 Mar 2022
3.20.x25 Mar 202225 May 2022
3.21.x25 May 202216 Feb 2023
3.22.x16 Feb 20238 May 2023
3.23.x8 May 20238 Aug 2023
3.24.x8 Aug 20231 Nov 2023
3.25.x1 Nov 202331 Mar 2025
4.26.x13 Mar 2024TBD

This table graphically shows support durations.

Java will target making major version bumps annually in Q1 of each year.

protocJava23Q223Q323Q424Q124Q224Q324Q425Q125Q2
22.x3.22.x
23.x3.23.xIR
24.x3.24.xIR
25.x3.25.xIRPSPSPSPSPSSE
26.x4.26.xIRPSPSPSPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

Java Platform and Library Support

Protobuf is committed to following the platform and library support policy described in Java Support Policy. For specific versions supported, see Foundational Java Support Matrix.

Objective-C

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.22.x16 Feb 20238 May 2023
3.23.x8 May 20238 Aug 2023
3.24.x8 Aug 20231 Nov 2023
3.25.x1 Nov 202313 Mar 2024
3.26.x13 Mar 2024TBD

This table graphically shows support durations.

protocObjC23Q123Q223Q323Q424Q124Q224Q3
22.x3.22.xIR
23.x3.23.xIR
24.x3.24.xIR
25.x3.25.xIR
26.x3.26.xIRPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

PHP

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.22.x16 Feb 20238 May 2023
3.23.x8 May 20238 Aug 2023
3.24.x8 Aug 20231 Nov 2023
3.25.x1 Nov 202331 Mar 2025
4.26.x13 Mar 2024TBD

This table graphically shows support durations.

protocPHP23Q123Q223Q323Q424Q124Q224Q324Q425Q125Q2
22.x3.22.xIR
23.x3.23.xIR
24.x3.24.xIR
25.x3.25.xIRPSPSPSPSPSSE
26.x4.26.xIRPSPSPSPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

PHP Platform and Library Support

Protobuf is committed to following the platform and library support policy described in PHP Support Policy. For specific versions supported, see Foundational PHP Support Matrix.

Python

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.20.x25 Mar 202230 Jun 2023
4.21.x25 May 202216 Feb 2023
4.22.x16 Feb 20238 May 2023
4.23.x8 May 20238 Aug 2023
4.24.x8 Aug 20231 Nov 2023
4.25.x1 Nov 202331 Mar 2025
5.26.x13 Mar 2024TBD

This table graphically shows support durations.

protocPython22Q322Q423Q123Q223Q323Q424Q124Q224Q324Q425Q125Q2
20.x3.20.xPSPSPSSE
21.x4.21.xPSPS
22.x4.22.xIR
23.x4.23.xIR
24.x4.24.xIR
25.x4.25.xIRPSPSPSPSPSSE
26.x5.26.xIRPSPSPSPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

Python Platform and Library Support

Protobuf is committed to following the platform and library support policy described in Python Support Policy. For specific versions supported, see Foundational Python Support Matrix.

Ruby

This table provides specific dates for support duration.

BranchInitial ReleasePublic Support Until
3.21.x25 May 202216 Feb 2023
3.22.x16 Feb 20238 May 2023
3.23.x8 May 20238 Aug 2023
3.24.x8 Aug 20231 Nov 2023
3.25.x1 Nov 202331 Mar 2025
4.26.x13 Mar 2024TBD

This table graphically shows support durations.

protocRuby23Q123Q223Q323Q424Q124Q224Q324Q425Q125Q2
22.x3.22.xIR
23.x3.23.xIR
24.x3.24.xIR
25.x3.25.xIRPSPSPSPSPSSE
26.x4.26.xIRPSPSPSPSPS
The cells below are projections of future releases, but are not guarantees
that those releases will happen, or that they will happen on that schedule.
27.xIR
28.xIR
Legend
Initial release (IR)
Public support (PS)
Support ends (SE)

Ruby Platform and Library Support

Protobuf is committed to following the platform and library support policy described in Ruby Support Policy. For specific versions supported, see Foundational Ruby Support Matrix.

JRuby is not officially supported, but we provide unofficial support for the latest JRuby version targeting compatibility with our minimum Ruby version or above on a best-effort basis.