chore(deps): update grpc (main)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| com_github_grpc_grpc | http_archive | minor | v1.69.0 -> v1.73.0 |
| grpc | bazel_dep | minor | 1.69.0 -> 1.73.0-pre1 |
| grpc/grpc | minor | v1.69.0 -> v1.73.0 |
Release Notes
grpc/grpc (com_github_grpc_grpc)
v1.73.0
This is release 1.73.0 (gradient) 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
As of this version, gRPC on MacOS & iOS will utilize Abseil's synchronization features, aligning it with other platforms. Should you encounter any issues due to this update, you can disable it by enabling GPR_DISABLE_ABSEIL_SYNC. If you do this, please report any problems by filing a bug at https://github.com/grpc/grpc.
- [Dep] Update Protobuf to v31.0. (#39392)
- [Core] Added GPR_DISABLE_ABSEIL_SYNC. (#39562)
- [xds_override_host] pass through per-endpoint args when creating subchannels. (#39532)
- Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace period. (#39297)
- [URI] fix parsing of user_info in proxy settings. (#39004)
- [EventEngine] Fix busy loop in thread pool when shutting down. (#39258)
- [Dep] Added a flag to build with
opensslinstead ofboringssl. (#39188) - [EventEngine] Cleanup: EventEngine client, listener, and dns experiments are on by default on all platforms. (#39079)
C++
- [OpenCensus] Mark OpenCensus and dependent APIs as deprecated. (#39554)
Python
- [Python] Pin Cython to 3.1.1. (#39609)
- [Python] grpc_tools: make PythonGrpcGenerator handle dot
.in proto paths the same way as native Generator/PyiGenerator. (#39586)
Ruby
- [Ruby] add remove_unused_artifacts to opt build. (#39593)
v1.73.0-pre2
This is a prerelease of gRPC Core 1.73.0 (gradient).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.73.0-pre1
This is a prerelease of gRPC Core 1.73.0 (gradient).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.72.1
This is release gRPC Core 1.72.1 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Python
- Pin Cython to 3.1.1 #39609
- This solves several issues:
- #39588: Selecting unstable Cython releases when building gRPC Python artifacts.
- Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
- cython/cython#6878 Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (
grpc.aio.*).
- This solves several issues:
- Fix Python 3.12 MacOS universal release artifact #39418
v1.72.0
This is release gRPC Core 1.72.0 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
v1.72.0-pre1
This is a prerelease of gRPC Core 1.72.0 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.71.1
This is release gRPC Core 1.71.1 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
- [RLS] fix use-after-free from accessing config after LB policy shutdown https://github.com/grpc/grpc/pull/393033)
- [EventEngine] Fix busy loop in thread pool when shutting down https://github.com/grpc/grpc/pull/392588)
v1.71.0
This is release gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- [CallAttemptTracer] Fix call attempt tracer lifetimes for retries (#38729). (#38796)
- [pick_first] fix bug that caused us to stop triggering connection attempts. (#38714)
- [CodeGen][CPP] Added support for service "deprecated" option. (#38493)
- [EventEngine] Add SetDefaultEventEngine API (and friends). (#38316)
C++
- [build] Restrict grpc++_public_hdrs target to internal visibility. (#38646)
- [Doc] Added C++17 cmake option. (#38432)
Python
Ruby
- [ruby] Build/test ruby 3.4 and build native gems with Ruby 3.4 support. (#38338)
v1.71.0-pre3
This is a prerelease of gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.71.0-pre2
This is a prerelease of gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.70.2
This is release gRPC Core 1.70.2 (genius).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [[EventEngine] Fix busy loop in thread pool when shutting down (#39258)
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_sortinghttps://github.com/grpc/grpc/pull/3865757)
Ruby
- Add ruby 3.4 support to pre-compiled native gems (https://github.com/grpc/grpc/pull/38615)
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.
v1.70.0-pre1
This is a prerelease of gRPC Core 1.70.0 (genius).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
/gcbrun
/gcbrun
/gcbrun
/gcbrun
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (v1.73.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.