Skip to content

v1.24.0 Release

Compare
Choose a tag to compare
@scotthart scotthart released this 02 Feb 03:04
aa01568

NOTE:
We are clarifying our approach to backwards compatibility beyond the C++ API.
See the README.md on GitHub for details

Bazel

  • Starting with this release the legacy targets, such as
    //google/cloud/pubsub:pubsub_client are deprecated and generate warnings
    recommending a replacement (such as //:pubsub). Note that you may have to
    prefix the target with the external package name you gave this library, e.g.,
    @github_com_google_cloud_cpp//:pubsub. (#5746)

Bigtable

  • feat(bigtable): restore from backups in other instance (#5754)
  • feat(bigtable): better control over channel refresh (#5753)

Spanner

No user-facing changes.

Storage

BREAKING CHANGES:

  • UniformBucketLevelAccess was known as BucketPolicyOnly during the beta. For
    compatibility the C++ Cloud Storage library supported both, however
    BucketPolicyOnly is now completely removed. (#5720)

Other Changes:

  • feat(storage): Support includeTrailingDelimiter in Client::ListObjects (#5713)

Common Libraries

BREAKING CHANGES:

  • refactor!: removed old bigquery code (#5722)