chore(deps): update grpc to v1.83.0#16212
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the gRPC dependency version to 1.82.0-pre2 across Bazel configurations, Dockerfiles, and documentation. However, there is a version mismatch in MODULE.bazel, which was updated to 1.82.0-pre1. Additionally, MODULE.bazel should not be modified directly because it is automatically updated by a script in CMakeLists.txt.
| ) | ||
|
|
||
| bazel_dep(name = "grpc", version = "1.81.0") | ||
| bazel_dep(name = "grpc", version = "1.82.0-pre1") |
There was a problem hiding this comment.
The gRPC version specified here (1.82.0-pre1) does not match the version used in workspace0.bzl and the Dockerfiles (1.82.0-pre2). Note that the version string in MODULE.bazel is automatically updated by a script in CMakeLists.txt. Please update the version in CMakeLists.txt instead of modifying MODULE.bazel directly.
References
- The version string in
MODULE.bazelis automatically updated by a script inCMakeLists.txt.
4eda7ec to
197e704
Compare
|
/gcbrun |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16212 +/- ##
=======================================
Coverage 92.28% 92.28%
=======================================
Files 2221 2221
Lines 207372 207372
=======================================
+ Hits 191379 191383 +4
+ Misses 15993 15989 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
197e704 to
85c93d1
Compare
|
/gcbrun |
85c93d1 to
cfd9afc
Compare
|
/gcbrun |
cfd9afc to
5f4b3c4
Compare
|
/gcbrun |
5f4b3c4 to
1c0c789
Compare
|
/gcbrun |
1c0c789 to
8e4a412
Compare
|
/gcbrun |
8e4a412 to
358f44a
Compare
|
/gcbrun |
358f44a to
eabf477
Compare
|
/gcbrun |
This PR contains the following updates:
v1.74.1→v1.83.0v1.71.2→v1.83.0v1.81.0→v1.83.0Release Notes
grpc/grpc (grpc)
v1.83.0Compare Source
This is release 1.83.0 (garden) 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
C#
Python
cygrpcshared object. (#42325)v1.83.0-pre1Compare Source
This is a prerelease of gRPC Core 1.83.0 (garden).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.82.1Compare Source
This is release gRPC Core 1.82.1 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Full Changelog: grpc/grpc@v1.82.0...v1.82.1
v1.82.0Compare Source
This is release gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
This is release 1.82.0 (glacier) 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
PHP
Python
Ruby
v1.82.0-pre2Compare Source
This is a prerelease of gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.82.0-pre1Compare Source
This is a prerelease of gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.81.1Compare Source
This is release 1.81.0 (graphic) 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
Objective-C
Python
Ruby
v1.81.0Compare Source
This is release 1.81.0 (graphic) 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
Objective-C
Python
Ruby
v1.81.0-pre1Compare Source
This is a prerelease of gRPC Core 1.81.0 (graphic).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.80.0Compare Source
This is release 1.80.0 (glimmering) 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
C++
C#
Objective-C
PHP
Python
GRPC_TRACEnot working when absl log initialized in cython. (#41814)grpc.Compressionreferences. (#41705)Ruby
v1.80.0-pre1Compare Source
This is a prerelease of gRPC Core 1.80.0 (glimmering).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.78.1Compare Source
This is release 1.78.1 (gutsy) 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.
Python
Added 2026-03-12:
CAUTION! This gRPC Python release 1.78.1 was yanked from PyPI on 2026-02-26 due to issue #41725.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR.(#41639)GRPC_ENABLE_FORK_SUPPORTruntime defaults between gRPC Core and Python. (#41588).Other threads are currently calling into gRPC, skipping fork() handlers.Ruby
v1.78.0Compare Source
This is release 1.78.0 (gutsy) 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.
C++
Objective-C
Python
asyncio.run()to hang forever during the shutdown process. (#40989)Ruby
v1.78.0-pre2Compare Source
This is a prerelease of gRPC Core 1.78.0 (gutsy).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.78.0-pre1Compare Source
This is a prerelease of gRPC Core 1.78.0 (gutsy).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.76.0Compare Source
This is release 1.76.0 (genuine) 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
C#
Python
v1.76.0-pre1Compare Source
This is a prerelease of gRPC Core 1.76.0 (genuine).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.75.1Compare Source
This is release gRPC Core 1.75.1 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Error in sys.excepthook:/Original exception was:empty): #36655, #38679, #33342python -m asyncio.Full Changelog: grpc/grpc@v1.75.0...v1.75.1
v1.75.0Compare Source
This is release 1.75.0 (gemini) 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
C++
Objective-C
stateproperty with@synchronizedlocking. (#40146)Python
typing-extensions~=4.13. (#40137)musllinux_1_1tomusllinux_1_2. (#40317)musllinux_1_1because it reached EOL in November 2024grpc.aiotypehint fixes. (#40215, #40217)isinstance(metadata, Sequence)instead ofisinstance(metadata, tuple)Optional[SerializingFunction]for more accurate type representationClientCallDetails.methodwas declared asstrbut always called withbytes, see InterceptedUnaryUnaryCall.Ruby
v1.75.0-pre1Compare Source
This is a prerelease of gRPC Core 1.75.0 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.