Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency google_cloud_cpp to v2.26.0 #14480

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google_cloud_cpp http_archive minor v2.24.0 -> v2.26.0

Release Notes

googleapis/google-cloud-cpp (google_cloud_cpp)

v2.26.0

Compare Source

BREAKING TESTING CHANGES

If you don't mock Long Running Operations (LRO) in your tests, then these
changes will not affect you.

With the addition of new methods to support starting Long Running Operations
(LRO) synchronously and awaiting their completion separately, the overload set
for the preexisting LRO methods have been expanded. Uses of EXPECT_CALL that
do not have matchers for the arguments will be ambiguous. To quickly remedy this
change instances of EXPECT_CALL(*mock, Method) to
EXPECT_CALL(*mock, Method(::testing::_)).

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.

Updated Libraries
  • Discovery Engine:
    • ControlServiceClient added
    • GroundedGenerationServiceClient added
    • ProjectServiceClient added
    • RankServiceClient added
Bigtable
  • docs(bigtable): include admin options (#​14358)
Pub/Sub
  • docs(pubsub): include admin options (#​14359)
Spanner
  • docs(spanner): include admin options (#​14360)
Storage
  • feat(storage): support object retention (#​14351)
  • feat(storage): buckets with object retention (#​14350)
StorageControl
  • samples(storagecontrol): add storagecontrol managed folder samples (#​14356)
  • samples(storagecontrol): add storagecontrol folder samples (#​14332)
Common Libraries
  • New (experimental) functions to start a LRO (longrunning operation) in one
    function call, and then awaiting for the LRO to complete on a separate
    function.
  • fix(otel): async read stream tracing (#​14393)
  • fix(otel): async write stream tracing (#​14394)
  • feat(otel): capture error message in traces (again) (#​14389)
  • doc: document Start and Await methods and mocks (#​14375)
  • fix(otel): async read write stream tracing (#​14379)
Google APIs interface definitions

v2.25.0

Compare Source

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.

Updated Libraries
  • KMS - new AutokeyClient and
    AutokeyAdminClient
Pub/Sub
  • docs(pubsub): add optimistic subscribe example (#​14272)
Spanner
  • feat(spanner): add Interval justification (#​14123)
  • fix(spanner): correct use of Interval offset in Timestamp addition (#​14121)
  • feat(spanner): add Interval/Timestamp/time-zone operations (#​14120)
Security Center
  • feat(securitycenter): re-enable on windows (#​14282)
Storage
  • feat(storage): Respect custom endpoint for SignedUrl (#​14179)
Common Libraries
  • fix(bazel): do not reference repo name (#​14287)
  • fix(common): support libc++ >= 18.1 (#​14151)
  • fix(common): out of range access in handle cleanup (#​14134)
Google APIs interface definitions

Configuration

📅 Schedule: Branch creation - "every weekday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


This change is Reviewable

@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2024

/gcbrun

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.59%. Comparing base (cba2ca2) to head (4875b04).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14480      +/-   ##
==========================================
- Coverage   93.59%   93.59%   -0.01%     
==========================================
  Files        2316     2316              
  Lines      207219   207222       +3     
==========================================
- Hits       193952   193951       -1     
- Misses      13267    13271       +4     

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

@coryan coryan merged commit 0f95b76 into googleapis:main Jul 16, 2024
63 checks passed
@renovate-bot renovate-bot deleted the renovate/google_cloud_cpp-2.x branch July 16, 2024 00:29
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.

None yet

3 participants