Skip to content

chore(deps): update grpc#16212

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc
Open

chore(deps): update grpc#16212
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
grpc bazel_dep minor 1.81.01.82.0-pre1
grpc http_archive minor v1.74.1v1.82.0
grpc/grpc minor v1.71.2v1.82.0
grpc/grpc minor v1.81.0v1.82.0

Release Notes

grpc/grpc (grpc)

v1.82.0-pre1

Compare 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.1

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

  • [EventEngine] Fix a potential use-after-free error on Windows. (#​42078)
  • [ssl] Server side handshaker factory stores a map of key signers. (#​42002)
  • [Core] Fix completion queue shutdown race on weak memory models (ARM). (#​41510)
  • [EventEngine] Fix a Windows race that causes an assertion error. (#​41563)
  • [grpc_error] enable error_flatten experiment in OSS. (#​41471)

Objective-C

  • [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall. (#​42260)

Python

  • [Python] Add typing_extensions dep to aio Bazel target. (#​42001)
  • [Python] [Pyright] Part 1 - Pyright for src/python/grpcio/grpc/aio/_base_server.py. (#​42240)
  • [Python] Drop 3.9. (#​42145)
  • [Python] grpc-status: Relax protobuf dependency upper bound to allow 7.x. (#​41948)
  • [Python] [Typeguard] Part 5 - Add Typeguard SYNC Stack in tests. (#​40278)
  • [Python] Remove GIL from ReceiveMessageOperation.un_c method. (#​41812)
  • [Python] Support observability in AsyncIO stack. (#​41573)
  • [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance. (#​41708)

Ruby

  • [Ruby] Drop support for EOL Ruby 3.1 and clean up. (#​41435)
  • [Ruby] Composed CallCredentials keep a reference to their source. (#​41782)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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.

@renovate-bot renovate-bot requested a review from a team as a code owner June 29, 2026 14:33
@dpebot

dpebot commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread MODULE.bazel
)

bazel_dep(name = "grpc", version = "1.81.0")
bazel_dep(name = "grpc", version = "1.82.0-pre1")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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
  1. The version string in MODULE.bazel is automatically updated by a script in CMakeLists.txt.

@dpebot

dpebot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.23%. Comparing base (559b727) to head (197e704).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16212      +/-   ##
==========================================
- Coverage   92.23%   92.23%   -0.01%     
==========================================
  Files        2265     2265              
  Lines      210210   210209       -1     
==========================================
- Hits       193894   193887       -7     
- Misses      16316    16322       +6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants