|
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.46.0 - TBD |
| 8 | + |
| 9 | +## v2.45.0 - 2025-12-17 |
| 10 | + |
| 11 | +### New Libraries |
| 12 | + |
| 13 | +We are happy to announce the following GA libraries. Unless specifically noted, |
| 14 | +the APIs in these libraries are stable, and are ready for production use. |
| 15 | + |
| 16 | +- [Cloud Maintenance API](/google/cloud/maintenance/README.md) |
| 17 | + |
| 18 | +### [Pubsub](google/cloud/pubsub/README.md) |
| 19 | + |
| 20 | +- fix(pubsub): impersonate sa credentials CompletionQueue lifetime ([#15833](https://github.com/googleapis/google-cloud-cpp/pull/15833)) |
| 21 | + |
| 22 | +### [Storage](google/cloud/storage/README.md) |
| 23 | + |
| 24 | +- fix(storage): append object spec should only be set in the first request ([#15831](https://github.com/googleapis/google-cloud-cpp/pull/15831)) |
| 25 | + |
| 26 | +### [Google APIs interface definitions](https://github.com/googleapis/googleapis) |
| 27 | + |
| 28 | +- This release is based on definitions as of [2025-12-11T12:53:16-08:00](https://github.com/googleapis/googleapis/tree/05f65958eb7f2a8bc59db87ad40487f0fb093097) |
| 29 | + |
| 30 | +## v2.44.0 - 2025-12 |
| 31 | + |
| 32 | +### [BigQueryControl](google/cloud/bigquerycontrol/README.md) |
| 33 | +- !fix(bigquerycontrol): PatchRoutine RPC has been removed. |
| 34 | + |
| 35 | +### [Bigtable](/google/cloud/bigtable/README.md) |
| 36 | + |
| 37 | +- 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. |
| 38 | + |
| 39 | +### [Spanner](/google/cloud/spanner/README.md) |
| 40 | + |
| 41 | +- fix(spanner): Do not compare iterators from different containers ([#15665](https://github.com/googleapis/google-cloud-cpp/pull/15665)) |
| 42 | + |
| 43 | +### [Storage](/google/cloud/storage/README.md) |
| 44 | + |
| 45 | +- fix(storage): always use latest write handle for fast resume in gRPC BidiWriteObject ([#15795](https://github.com/googleapis/google-cloud-cpp/pull/15795)) |
| 46 | +- feat(storage): add support for partial list bucket ([#15763](https://github.com/googleapis/google-cloud-cpp/pull/15763)) |
| 47 | +- fix(storage): Add start appendable condition for bypassing full object checksum ([#15786](https://github.com/googleapis/google-cloud-cpp/pull/15786)) |
| 48 | +- feat(storage): add GrpcMetricsExcludedLabelsOption for gRPC metrics label filtering ([#15735](https://github.com/googleapis/google-cloud-cpp/pull/15735)) |
| 49 | +- fix(storage): enable fast resume for rapid object write streams by including write handle ([#15762](https://github.com/googleapis/google-cloud-cpp/pull/15762)) |
| 50 | +- feat(storage): add configurable metrics export timeout for GCS gRPC Client ([#15629](https://github.com/googleapis/google-cloud-cpp/pull/15629)) |
| 51 | + |
| 52 | +### [Common Libraries](/google/cloud/README.md) |
| 53 | + |
| 54 | +- feat(credentials): add support for creating ComputeEngine credentials explicitly ([#15789](https://github.com/googleapis/google-cloud-cpp/pull/15789)) |
| 55 | +- feat: Support scopes field in impersonated json ([#15675](https://github.com/googleapis/google-cloud-cpp/pull/15675)) |
| 56 | + |
| 57 | +### [Google APIs interface definitions](https://github.com/googleapis/googleapis) |
| 58 | + |
| 59 | +- This release is based on definitions as of [2025-11-27T07:02:42Z](https://github.com/googleapis/googleapis/tree/8cd3749f4b98f2eeeef511c16431979aeb3a6502) |
8 | 60 |
|
9 | 61 | ## v2.43.0 - 2025-10 |
10 | 62 |
|
|
0 commit comments