|
4 | 4 | breaking changes in the upcoming 3.x release. This release is scheduled for |
5 | 5 | 2024-12 or 2025-01. |
6 | 6 |
|
7 | | -## v2.44.0 - TBD |
| 7 | +## v2.44.0 - 2025-12 |
8 | 8 |
|
9 | 9 | ### [BigQueryControl](google/cloud/bigquerycontrol/README.md) |
10 | 10 | - !fix(bigquerycontrol): PatchRoutine RPC has been removed. |
11 | 11 |
|
| 12 | +### [Bigtable](/google/cloud/bigtable/README.md) |
| 13 | + |
| 14 | +- Support for ([GoogleSQL](https://docs.cloud.google.com/bigtable/docs/googlesql-overview)) has been added to the Bigtable library. Please see the new ([bigtable::Client](https://docs.cloud.google.com/cpp/docs/reference/bigtable/latest/classgoogle_1_1cloud_1_1bigtable_1_1Client)) class for more details. |
| 15 | + |
| 16 | +### [Spanner](/google/cloud/spanner/README.md) |
| 17 | + |
| 18 | +- fix(spanner): Do not compare iterators from different containers ([#15665](https://github.com/googleapis/google-cloud-cpp/pull/15665)) |
| 19 | + |
| 20 | +### [Storage](/google/cloud/storage/README.md) |
| 21 | + |
| 22 | +- fix(storage): always use latest write handle for fast resume in gRPC BidiWriteObject ([#15795](https://github.com/googleapis/google-cloud-cpp/pull/15795)) |
| 23 | +- feat(storage): add support for partial list bucket ([#15763](https://github.com/googleapis/google-cloud-cpp/pull/15763)) |
| 24 | +- fix(storage): Add start appendable condition for bypassing full object checksum ([#15786](https://github.com/googleapis/google-cloud-cpp/pull/15786)) |
| 25 | +- feat(storage): add GrpcMetricsExcludedLabelsOption for gRPC metrics label filtering ([#15735](https://github.com/googleapis/google-cloud-cpp/pull/15735)) |
| 26 | +- fix(storage): enable fast resume for rapid object write streams by including write handle ([#15762](https://github.com/googleapis/google-cloud-cpp/pull/15762)) |
| 27 | +- feat(storage): add configurable metrics export timeout for GCS gRPC Client ([#15629](https://github.com/googleapis/google-cloud-cpp/pull/15629)) |
| 28 | + |
| 29 | +### [Common Libraries](/google/cloud/README.md) |
| 30 | + |
| 31 | +- feat(credentials): add support for creating ComputeEngine credentials explicitly ([#15789](https://github.com/googleapis/google-cloud-cpp/pull/15789)) |
| 32 | +- feat: Support scopes field in impersonated json ([#15675](https://github.com/googleapis/google-cloud-cpp/pull/15675)) |
| 33 | + |
| 34 | +### [Google APIs interface definitions](https://github.com/googleapis/googleapis) |
| 35 | + |
| 36 | +- This release is based on definitions as of [2025-11-27T07:02:42Z](https://github.com/googleapis/googleapis/tree/8cd3749f4b98f2eeeef511c16431979aeb3a6502) |
| 37 | + |
12 | 38 | ## v2.43.0 - 2025-10 |
13 | 39 |
|
14 | 40 | ### [Storage](/google/cloud/storage/README.md) |
|
0 commit comments