Releases: grpc/grpc
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)
Release v1.68.0-pre1
Release v1.67.1
Release v1.67.0
This is release 1.67.0 (gesundheit) 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
- [ruby] reduce an INFO log to DEBUG (backport #37633). (#37686)
- [release] Bump core version to 44.0.0. (#37661)
- [RlsLB] Fix Deadlock. (#37459)
- [Python Otel] Manage call tracer life cycle use call arena. (#37460)
C++
- [OTel C++] Fix race when adding and removing callbacks. (#37485)
Python
- [Backport to 1.67.x] Add templating and support for Python 3.13 (#37643). (#37803)
- Add templating and support for Python 3.13. (#37643)
- [Python Distrib] Change warning to RuntimeError for version incompatibility. (#37466)
- [reflection]: python: reflection returns
original_request
. (#36944)
Ruby
Release v1.66.2
This is release gRPC Core 1.66.2 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
- Added support for Python 3.13 and templating system for supported Python versions (#37643)
Full Changelog: v1.66.1...v1.66.2