rules_proto_grpc
rules_proto_grpc copied to clipboard
Update grpc
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| grpc | bazel_dep | minor | 1.65.0 -> 1.66.0.bcr.2 |
||||
| grpcio (source) | minor | ==1.65.4 -> ==1.67.0 |
[!CAUTION] This PR is marked as draft, as some updates cannot be made automatically (e.g. Java Maven deps and Go deps)
Release Notes
grpc/grpc (grpcio)
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 (backporthttps://github.com/grpc/grpc/pull/376333). (#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
- [ruby] drop ruby 2.7 support. (#37430)
- [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#37426)
- [ruby] refactor flaky test and expose cancel_with_status. (#37410)
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: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2
v1.66.1
This is release gRPC Core 1.66.1 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- Enable EDS dualstack support by default (https://github.com/grpc/grpc/pull/37545)
v1.66.0
This is release 1.66.0 (gladiator) 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
- [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#37479)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#37223)
- [Dep] Upgrading Protobuf to v27.2. (#36753)
- [Gpr_To_Absl_Logging] Fixing bugs . (#36961)
- [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#36921)
C++
- [OTel C++] Fix race when adding and removing callbacks (#37485). (#37508)
- [RlsLB] Fix Deadlock (#37459). (#37502)
Python
- [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#37477)
- Fix issues/36613. (#37022)
- [fix] updated invocation_metadata return type hint. (#36894)
- [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#36965)
Ruby
- [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#36982)
- [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#36903)
v1.65.5
This is release gRPC Core 1.65.5 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [ ] If you want to rebase/retry this PR, check this box
View the repository job log