Releases: grpc/grpc
Release v1.70.1
This is release 1.70.1 (genius) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [Backport-v1.70.x] Added ws2_32 to address_sorting (#38657)
Ruby
- Add ruby 3.4 support to pre-compiled native gems (#38615)
Release v1.70.0
This is release 1.70.0 (genius) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [BoringSSL] Update third_party/boringssl-with-bazel. (#38274)
C++
- gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings:
- CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.
- Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel build command.
- gRPC 1.69, the final version compatible with C++14, will be supported until December 10, 2025, according to https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md.
Release v1.70.0-pre1
Release v1.69.0
This is release 1.69.0 (gridiron) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [Alarm] Fix Alarm reuse on cancellation. (#38114)
- [xDS RBAC] Support string_match in HeaderMatcher. (#38185)
- [pick_first] fix shutdown bug in new PF impl. (#38144)
- [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#38101)
- [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#38069)
- [EventEngine] Add stronger wording on Endpoint::Read contract. (#38036)
- [chttp2] Fix channelz address. (#38022)
- [XdsClient] Add missing authority to XdsClient metrics scope. (#38009)
- [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. (#38019)
- [Build] Dropped Bazel 6.x support. (#37979)
Python
- [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997)
Release v1.69.0-pre1
Release v1.68.2
Release v1.68.1
Release v1.68.0
This is release 1.68.0 (groovy) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#38009). (#38023)
- [Release] Bump core version in preparation for 1.68 Branch Cut. (#37941)
- [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#37939)
- [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#37633)
- [EventEngine] Enable the PosixEventEngine client experiment. (#35985)
- [chttp2_server] Fix race between connection starting and it being orphaned. (#37683)
- [Chttp2Server] Fix race between connection manager updates and handshake. (#37772)
- [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#37678)
C++
- [Build] Minimum version of MSVC is now 2022. (#37687)
- [Build] Bumped the minimum version of cmake. (#37702)
Python
- Add templating and support for Python 3.13. (#37643)