|
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.26.0 - TBD |
| 7 | +## v2.26.0 - 2024-07 |
8 | 8 |
|
9 | 9 | ### BREAKING TESTING CHANGES |
10 | 10 |
|
@@ -33,6 +33,43 @@ the APIs in these libraries are stable, and are ready for production use. |
33 | 33 | - `ProjectServiceClient` added |
34 | 34 | - `RankServiceClient` added |
35 | 35 |
|
| 36 | +### [Bigtable](/google/cloud/bigtable/README.md) |
| 37 | + |
| 38 | +- docs(bigtable): include admin options ([#14358](https://github.com/googleapis/google-cloud-cpp/pull/14358)) |
| 39 | + |
| 40 | +### [Pub/Sub](/google/cloud/pubsub/README.md) |
| 41 | + |
| 42 | +- docs(pubsub): include admin options ([#14359](https://github.com/googleapis/google-cloud-cpp/pull/14359)) |
| 43 | + |
| 44 | +### [Spanner](/google/cloud/spanner/README.md) |
| 45 | + |
| 46 | +- docs(spanner): include admin options ([#14360](https://github.com/googleapis/google-cloud-cpp/pull/14360)) |
| 47 | + |
| 48 | +### [Storage](/google/cloud/storage/README.md) |
| 49 | + |
| 50 | +- feat(storage): support object retention ([#14351](https://github.com/googleapis/google-cloud-cpp/pull/14351)) |
| 51 | +- feat(storage): buckets with object retention ([#14350](https://github.com/googleapis/google-cloud-cpp/pull/14350)) |
| 52 | + |
| 53 | +### [StorageControl](/google/cloud/storagecontrol/README.md) |
| 54 | + |
| 55 | +- samples(storagecontrol): add storagecontrol managed folder samples ([#14356](https://github.com/googleapis/google-cloud-cpp/pull/14356)) |
| 56 | +- samples(storagecontrol): add storagecontrol folder samples ([#14332](https://github.com/googleapis/google-cloud-cpp/pull/14332)) |
| 57 | + |
| 58 | +### [Common Libraries](/google/cloud/README.md) |
| 59 | + |
| 60 | +- New (experimental) functions to start a LRO (longrunning operation) in one |
| 61 | + function call, and then awaiting for the LRO to complete on a separate |
| 62 | + function. |
| 63 | +- fix(otel): async read stream tracing ([#14393](https://github.com/googleapis/google-cloud-cpp/pull/14393)) |
| 64 | +- fix(otel): async write stream tracing ([#14394](https://github.com/googleapis/google-cloud-cpp/pull/14394)) |
| 65 | +- feat(otel): capture error message in traces (again) ([#14389](https://github.com/googleapis/google-cloud-cpp/pull/14389)) |
| 66 | +- doc: document Start and Await methods and mocks ([#14375](https://github.com/googleapis/google-cloud-cpp/pull/14375)) |
| 67 | +- fix(otel): async read write stream tracing ([#14379](https://github.com/googleapis/google-cloud-cpp/pull/14379)) |
| 68 | + |
| 69 | +### [Google APIs interface definitions](https://github.com/googleapis/googleapis) |
| 70 | + |
| 71 | +- This release is based on definitions as of [2024-06-24T13:34:42-07:00](https://github.com/googleapis/googleapis/tree/622e10a1e8b2b6908e0ac7448d347a0c1b4130de) |
| 72 | + |
36 | 73 | ## v2.25.0 - 2024-06 |
37 | 74 |
|
38 | 75 | ### New Libraries |
|
0 commit comments