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 #355

Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google_cloud_cpp http_archive minor v2.25.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

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.

@renovate-bot renovate-bot requested a review from a team as a code owner July 1, 2024 20:11
@dpebot
Copy link

dpebot commented Jul 1, 2024

/gcbrun

@coryan coryan merged commit 1b2549e into GoogleCloudPlatform:main Jul 1, 2024
6 checks passed
@renovate-bot renovate-bot deleted the renovate/google_cloud_cpp-2.x branch July 1, 2024 21:10
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