Skip to content

chore(deps): update dependency google_cloud_cpp - #16458

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/google_cloud_cpp-3.x
Open

renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/google_cloud_cpp-3.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
google_cloud_cpp bazel_dep minor 3.8.03.9.0
google_cloud_cpp http_archive minor v3.8.0v3.10.0

Release Notes

googleapis/google-cloud-cpp (google_cloud_cpp)

v3.9.0

Dependency version update
  • Updated minimum version of libcurl from 7.74.0 to 8.7.1. This was done primarily to avoid a known bug introduced in libcurl 8.5.0. For more information, see Issue #​16343.
New Libraries

We are happy to announce the following GA libraries. Unless specifically noted,
the APIs in these libraries are stable, and are ready for production use.

Bigtable
  • feat(bigtable): enable directpath probe and cloudpath fallback with diagnostics (#​16388)
Storage
  • feat(storage): separate read and hedging thread pools (#​16389)
  • fix!: require minimum libcurl 8.7.1 to fix curl bug (#​16375)
  • fix(storage): guard against overlapping stream requests in AsyncWriterConnectionBuffered (#​16364)
  • feat(storage): Add more test coverage for initial read ranges in AsyncClient::Open() (#​16357)
  • feat(storage): implement TTFB speculative hedging with configurable connect timeouts (#​16344)
  • fix(storage): do not retry permanent errors in async writer resume (#​16340)
  • feat(storage): expose initial read ranges in AsyncClient (#​16341)
  • fix(storage): do not close object descriptor span on reader completion (#​16321)
  • feat(storage): add telemetry for pre-warmed ranges in ObjectDescriptorImpl (#​16323)
Google APIs interface definitions

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.

@dpebot

dpebot commented Sep 16, 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 google_cloud_cpp dependency version across various quickstart and test configuration files. While WORKSPACE.bazel files are updated to version 3.10.0, the MODULE.bazel files are updated to version 3.9.0. Feedback points out this version mismatch between Bzlmod and WORKSPACE configurations, which can lead to build inconsistencies.

module(name = "bzlmod-consumer-test")

bazel_dep(name = "google_cloud_cpp", version = "3.8.0")
bazel_dep(name = "google_cloud_cpp", version = "3.9.0")

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 google_cloud_cpp dependency version is updated to 3.9.0 here, but the WORKSPACE.bazel files are updated to 3.10.0. This version mismatch between Bzlmod (MODULE.bazel) and WORKSPACE (WORKSPACE.bazel) files can lead to build inconsistencies and different resolved dependency versions depending on the build system configuration used.

@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.32%. Comparing base (c9a86fe) to head (d6c0678).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16458      +/-   ##
==========================================
- Coverage   92.32%   92.32%   -0.01%     
==========================================
  Files        2246     2246              
  Lines      213921   213921              
==========================================
- Hits       197513   197499      -14     
- Misses      16408    16422      +14     

☔ 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.

3 participants