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.27.0 #14603

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

googleapis/google-cloud-cpp (google_cloud_cpp)

v2.27.0

Compare Source

  • We now link our mocking libraries against GoogleTest in CMake.

    The mocking libraries require GoogleTest. Not linking GoogleTest was a bug.
    This bug surfaced in versions of CMake >= 3.30.

    Note that the mocking libraries are built by default. If you want to opt-out
    of building or installing the mocking libraries, you can supply
    -DGOOGLE_CLOUD_CPP_WITH_MOCKS=OFF to your CMake configure command.

    If your build fails because GoogleTest is not found, supply
    -DGOOGLE_CLOUD_CPP_WITH_MOCKS=OFF as mentioned above.

  • We have stopped testing on CentOS 7, Debian 10 (Buster), and RockyLinux 8 as
    these distros are EOL or in some form of "security only" support period.
    Note that we used CentOS 7 as a proxy for testing RedHat Enterprise Linux 7.

BREAKING TESTING CHANGES

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

With the promotion from Experimental to GA of the new methods to support
starting Long Running Operations (LRO) synchronously and awaiting their
completion separately, the use of ExperimentalTag is no longer required. The
overload set for LRO methods has changed and may require matchers to
disambiguate invocations of EXPECT_CALL
(https://google.github.io/googletest/gmock_cook_book.html#SelectOverload).

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.

The following experimental libraries are now available:

  • Cloud BigQuery Control API -
    This library provides support for the Dataset, Job, Model, Project, Routine,
    RowAccessPolicy, and Table REST resources.
OpenTelemetry
  • fix(otel): avoid crashes in tracing wrappers for streams (#​14477)
Bazel

The --io_opentelemetry_cpp//api:with_abseil flag was marked as deprecated in
OpenTelemetry v1.16.0. It may be removed in future versions.

In previous versions of opentelemetry-cpp, this flag was required for
compatibility with Abseil. It is no longer necessary, as opentelemetry-cpp is
compiled with Abseil by default.

We have stopped using the flag to validate Bazel build configurations with
OpenTelemetry tracing enabled.

If you are building google-cloud-cpp with opentelemetry-cpp < v1.16.0, you
will need to supply the flag for compatibility with Abseil. The following can be
added to your .bazelrc file.

build --@&#8203;io_opentelemetry_cpp//api:with_abseil
Spanner
  • feat(spanner): add samples for instance partitions (#​14574)
Storage
  • fix(storage): reset backoff after partial write (#​14473)
  • feat(storage): single span for ReadObject() (#​14435)
  • fix(storage): only backoff before resume attempts (#​14427)
Common Libraries
  • Promoted to GA, functions to start a LRO (longrunning operation) in one
    function call, and then await the LRO to complete on a separate function.
  • feat(generator): include request in async streaming RPC logs (#​14565)
  • fix(common): censor Bearer tokens over HTTP/2 (#​14564)
  • fix(common): json_fwd.h is not always available (#​14439)
  • fix: workaround missing SHA256 macros in MinGW-w64 (#​14437)

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 was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate-bot renovate-bot requested review from a team as code owners August 1, 2024 19:23
@dpebot
Copy link
Collaborator

dpebot commented Aug 1, 2024

/gcbrun

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.59%. Comparing base (7f18cd6) to head (dbf956a).
Report is 59 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14603      +/-   ##
==========================================
- Coverage   93.59%   93.59%   -0.01%     
==========================================
  Files        2316     2316              
  Lines      207108   207108              
==========================================
- Hits       193836   193833       -3     
- Misses      13272    13275       +3     

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

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewed 141 of 141 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @renovate-bot)

@scotthart scotthart merged commit c967973 into googleapis:main Aug 1, 2024
70 checks passed
@renovate-bot renovate-bot deleted the renovate/google_cloud_cpp-2.x branch August 1, 2024 21:28
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