Skip to content

chore(deps): update dependency google_cloud_cpp to v2.47.1 - #377

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

chore(deps): update dependency google_cloud_cpp to v2.47.1#377
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/google_cloud_cpp-2.x

Conversation

@renovate-bot

@renovate-botrenovate-bot commented Dec 19, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
google_cloud_cpphttp_archiveminorv2.32.0v2.47.1

Release Notes

googleapis/google-cloud-cpp (google_cloud_cpp)

v2.47.1

Compare Source

Storage
  • fix(storage): add samples for bucket encryption enforcement config (#​16062)
Google APIs interface definitions

v2.47.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.

Spanner
  • feat(spanner): define IsolationLevel enum for Spanner transactions (#​15853)
Storage
  • feat(storage): take async client out of experimental (#​15573)
  • fix(storage): add extra validation for type in object_metadata_parser (#​15864)
  • feat(storage): Update the write handle while performing appendable object upload (#​15889)
  • feat(storage): add flag for enable and disable multi stream feature. (#​15893)
  • fix(storage): gRPC misuse causing crashes due to concurrent writes from Flush() and Write() (#​15802)
Google APIs interface definitions

v2.46.0

Compare Source

Spanner
  • feat(spanner): enable UUID data type (#​15867)
Storage
  • feat(storage): Add full object checksum validation at finalization for json path (#​15815)
  • feat(storage): add support for bucket encryption enforcement config (#​15844)
Google APIs interface definitions

v2.45.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.

Pubsub
  • fix(pubsub): impersonate sa credentials CompletionQueue lifetime (#​15833)
Storage
  • fix(storage): append object spec should only be set in the first request (#​15831)
Google APIs interface definitions

v2.44.0

Compare Source

BigQueryControl
  • !fix(bigquerycontrol): PatchRoutine RPC has been removed.
Bigtable
  • Support for (GoogleSQL) has been added to the Bigtable library. Please see the new (bigtable::Client) class for more details.
Spanner
  • fix(spanner): Do not compare iterators from different containers (#​15665)
Storage
  • fix(storage): always use latest write handle for fast resume in gRPC BidiWriteObject (#​15795)
  • feat(storage): add support for partial list bucket (#​15763)
  • fix(storage): Add start appendable condition for bypassing full object checksum (#​15786)
  • feat(storage): add GrpcMetricsExcludedLabelsOption for gRPC metrics label filtering (#​15735)
  • fix(storage): enable fast resume for rapid object write streams by including write handle (#​15762)
  • feat(storage): add configurable metrics export timeout for GCS gRPC Client (#​15629)
Common Libraries
  • feat(credentials): add support for creating ComputeEngine credentials explicitly (#​15789)
  • feat: Support scopes field in impersonated json (#​15675)
Google APIs interface definitions

v2.43.0

Compare Source

Storage
  • fix(storage): fixing flushing and finalization in buffered upload of async client (#​15572)
  • feat(storage): Add samples related to AppendableObject and OpenObject (#​15563)
  • feat(storage): Expose Flush() in AsyncWriter (#​15555)
  • fix(storage): Fix Resume() to use append_object_spec instead of write_object_spec for resumed appendable uploads (#​15558)
  • fix(storage): Increase AsyncWriter default MinLwmValue to avoid frequent flushes (#​15552)
Google APIs interface definitions

v2.42.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
Spanner
  • perf(spanner): Use arenas to speed up queries that fetch many rows (#​15441)
Storage
  • feat(storage): Remove unnecessary code which was causing race condition (#​15551)
  • feat(storage): Update the appendable object function to store the Object metadata (#​15422)
  • feat(storage): Add generation in append_object_spec in resume operation (#​15395)
Common Libraries
  • perf: Change StreamingReadRpc::Read interface to take ResponseType (#​15319)
Google APIs interface definitions

v2.41.0

Compare Source

Bigtable
  • The Bigtable::DataConnection class has been instrumented to collect Client Side Metrics, free of charge. These metrics will be collected by default if both the OpenTelemetry and Google Cloud Monitoring dependencies are available. Users can opt-out by setting the bigtable::EnableMetricsOption to false.

  • The following metrics are available in Bigtable:

    • AttemptLatency
    • OperationLatency
    • RetryCount
    • FirstResponseLatency
    • ServerLatency
    • ApplicationBlockingLatency
    • ConnectivityErrorCount
Spanner
  • Multiplexed session support is now available. To enable Multiplexed sessions, add the spanner::EnableMultiplexedSessionOption to Options when calling spanner::MakeConnection. This enables Multiplexed sessions on all operations read-only, read-write, and partitioned.
Google APIs interface definitions

v2.40.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
Bigtable
  • We have begun instrumenting the Bigtable::DataConnection class to collect several Client Side Metrics, free of charge. These metrics will be collected by default if both the OpenTelemetry and Google Cloud Monitoring dependencies are available. Users can opt-out by setting the bigtable::EnableMetricsOption to false.

  • The following metrics are available in Bigtable:

    • AttemptLatency
    • OperationLatency
    • RetryCount
    • FirstResponseLatency
Spanner
  • feat(spanner): add support for order_by enum (#​15240)
  • feat(spanner): add support for lock_hint enum (#​15249)
Storage
  • feat(storage): Create OTel tracing decorator for storage:: ParallelUploadFile() (#​15289)
  • fix(storage): Fix the bucket name not found error (#​15274)
  • feat(storage): Create OTel tracing decorator for Client::UploadFile() (#​15245)
Google APIs interface definitions

v2.39.0

Compare Source

Storage
  • feat(storage): Link traces between Open and ReadRange traces. (#​15236)
  • feat(storage): Add check for writeHandle before transforming write_object_spec to append_object_spec (#​15224)
Google APIs interface definitions

v2.38.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.

Pub/Sub
  • feat(pubsub): add MakeConnection overloads to support regional and locational endpoints (#​15190)
Storage
  • samples(storage): add the bucket soft delete related tags (#​15154)
  • samples(storage): add samples for soft delete objects (#​15133)
Common Libraries
  • feat(resourcemanager): add Connection factory function for regional endpoints (#​15189)
  • samples(storagecontrol): add samples for anywhere cache (#​15134)
  • fix: Bypass proxy for GCE metadata server requests
Google APIs interface definitions

v2.37.0

Compare Source

BREAKING CHANGES

Client library resourcesettings is being removed because the service has been turned down.

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
  • iam - add v3 version of the library
Spanner
  • feat(spanner): add spanner::Value support for TypeCode::INTERVAL (#​15094)
  • feat(spanner): add ISO8601 duration support to spanner::Interval (#​15077)
  • fix(spanner): update session bookkeeping for session NotFound (#​15009)
Storage
  • feat(storage): Make absl::cord constructor public in write_payload.h (#​15113)
  • feat(storage): Add bidiread and bidi appendable write to the async client. (#​15078)
  • fix: fix bug with customheadersoption (#​15053)
Common Libraries
  • feat: add option to allow setting CURLOPT_INTERFACE (#​15044)
Google APIs interface definitions

v2.36.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.

Google APIs interface definitions

v2.35.0

Compare Source

Pub/Sub
  • docs(pubsub): Add Pub/Sub ingestion from Kafka samples (#​14954)
Common Libraries
  • doc: update documentation to point to security best practice (#​14942)
Google APIs interface definitions

v2.34.0

Compare Source

OpenTelemetry
  • fix(otel): Exporter creating Monitored Resource with task_id for Cloud Run (#​14923)
  • feat(otel): copy service labels into GCM Metric (#​14930)
Storage
  • feat(storage): add MoveObject functionality to JSON and gRPC (#​14936)

v2.33.0

Compare Source

BigQuery Control
  • Has been promoted from an experimental library to GA.
Storage
  • docs(storage): Update build instructions for gcs+grpc (#​14833)
GKE Connect Gateway
  • fix(gkeconnect): service only supports REST endpoint (#​14897)
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.

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

@renovate-bot
renovate-bot requested a review from a team as a code ownerDecember 19, 2024 00:03
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.33.0chore(deps): update dependency google_cloud_cpp to v2.34.0Jan 16, 2025
@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 1e04b2e to 5cb1c1bCompareJanuary 16, 2025 23:26
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.34.0chore(deps): update dependency google_cloud_cpp to v2.35.0Feb 3, 2025
@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 5cb1c1b to 0bb4b99CompareFebruary 3, 2025 22:57
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 0bb4b99 to 0021c0eCompareMarch 4, 2025 01:00
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.35.0chore(deps): update dependency google_cloud_cpp to v2.36.0Mar 4, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 0021c0e to 40f7c51CompareMay 6, 2025 21:42
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.36.0chore(deps): update dependency google_cloud_cpp to v2.37.0May 6, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 40f7c51 to a97c32eCompareJune 9, 2025 21:09
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.37.0chore(deps): update dependency google_cloud_cpp to v2.38.0Jun 9, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from a97c32e to 514f00bCompareJuly 8, 2025 21:28
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.38.0chore(deps): update dependency google_cloud_cpp to v2.39.0Jul 8, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.39.0chore(deps): update dependency google_cloud_cpp to v2.40.0Aug 5, 2025
@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 514f00b to 52eba0bCompareAugust 5, 2025 22:26
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 52eba0b to b49c722CompareAugust 14, 2025 19:02
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.40.0chore(deps): update dependency google_cloud_cpp to v2.41.0Aug 14, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from b49c722 to 0cd92b9CompareSeptember 17, 2025 23:43
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.41.0chore(deps): update dependency google_cloud_cpp to v2.42.0Sep 17, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 0cd92b9 to 4285447CompareOctober 9, 2025 23:57
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.42.0chore(deps): update dependency google_cloud_cpp to v2.43.0Oct 9, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 4285447 to 986bb9eCompareDecember 3, 2025 22:35
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.43.0chore(deps): update dependency google_cloud_cpp to v2.44.0Dec 3, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 986bb9e to 4a420e2CompareDecember 18, 2025 01:54
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.44.0chore(deps): update dependency google_cloud_cpp to v2.45.0Dec 18, 2025
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 4a420e2 to 21f33c5CompareJanuary 14, 2026 19:10
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.45.0chore(deps): update dependency google_cloud_cpp to v2.46.0Jan 14, 2026
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from 21f33c5 to b0015adCompareFebruary 9, 2026 22:39
@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.46.0chore(deps): update dependency google_cloud_cpp to v2.47.0Feb 9, 2026
@dpebot

Copy link
Copy Markdown

/gcbrun

@renovate-botrenovate-bot changed the title chore(deps): update dependency google_cloud_cpp to v2.47.0chore(deps): update dependency google_cloud_cpp to v2.47.1Apr 6, 2026
@renovate-bot
renovate-botforce-pushed the renovate/google_cloud_cpp-2.x branch from b0015ad to f015dfaCompareApril 6, 2026 19:06
@dpebot

Copy link
Copy Markdown

/gcbrun

Sign up for freeto 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

@renovate-bot@dpebot