You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Network Connectivity](/google/cloud/networkconnectivity/README.md) - added support for DataTransferService ([#15464](https://github.com/googleapis/google-cloud-cpp/pull/15464))
22
+
23
+
24
+
### [Spanner](/google/cloud/spanner/README.md)
25
+
26
+
- perf(spanner): Use arenas to speed up queries that fetch many rows ([#15441](https://github.com/googleapis/google-cloud-cpp/pull/15441))
27
+
28
+
### [Storage](/google/cloud/storage/README.md)
29
+
30
+
- feat(storage): Remove unnecessary code which was causing race condition ([#15551](https://github.com/googleapis/google-cloud-cpp/pull/15551))
31
+
- feat(storage): Update the appendable object function to store the Object metadata ([#15422](https://github.com/googleapis/google-cloud-cpp/pull/15422))
32
+
- feat(storage): Add generation in append_object_spec in resume operation ([#15395](https://github.com/googleapis/google-cloud-cpp/pull/15395))
33
+
34
+
### [Common Libraries](/google/cloud/README.md)
35
+
36
+
- perf: Change StreamingReadRpc::Read interface to take ResponseType ([#15319](https://github.com/googleapis/google-cloud-cpp/pull/15319))
- This release is based on definitions as of [2025-09-05T15:58:06-07:00](https://github.com/googleapis/googleapis/tree/46403a9acec0719c130b33eb38b2ee62a45f9f6c)
41
+
42
+
## v2.41.0 - 2025-08-14
43
+
44
+
### [Bigtable](/google/cloud/bigtable/README.md)
45
+
46
+
- The `Bigtable::DataConnection` class has been instrumented to collect [Client Side Metrics](https://cloud.google.com/bigtable/docs/client-side-metrics),
47
+
free of charge. These metrics will be collected by
48
+
default if both the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-cpp)
49
+
and [Google Cloud Monitoring](google/cloud/monitoring/README.md) dependencies are
50
+
available. Users can opt-out by setting the `bigtable::EnableMetricsOption` to `false`.
51
+
52
+
- The following metrics are available in Bigtable:
- This release is based on definitions as of [2025-07-30T06:44:36-07:00](https://github.com/googleapis/googleapis/tree/f6801ce4e1df0541abb8d1e996cb36363c41fb8d)
72
+
73
+
## v2.40.0 - 2025-08
8
74
9
75
### New Libraries
10
76
@@ -18,6 +84,36 @@ the APIs in these libraries are stable, and are ready for production use.
18
84
-[BigQuery](/google/cloud/bigquery/README.md) - added support for datapolicies/v2
19
85
-[ManagedKafka](/google/cloud/managedkafka/README.md) - add schemaregistry to the library
20
86
87
+
### [Bigtable](/google/cloud/bigtable/README.md)
88
+
89
+
- We have begun instrumenting the `Bigtable::DataConnection` class to collect
90
+
several [Client Side Metrics](https://cloud.google.com/bigtable/docs/client-side-metrics),
91
+
free of charge. These metrics will be collected by
92
+
default if both the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-cpp)
93
+
and [Google Cloud Monitoring](google/cloud/monitoring/README.md) dependencies are
94
+
available. Users can opt-out by setting the `bigtable::EnableMetricsOption` to `false`.
95
+
96
+
- The following metrics are available in Bigtable:
97
+
- AttemptLatency
98
+
- OperationLatency
99
+
- RetryCount
100
+
- FirstResponseLatency
101
+
102
+
### [Spanner](/google/cloud/spanner/README.md)
103
+
104
+
- feat(spanner): add support for order_by enum ([#15240](https://github.com/googleapis/google-cloud-cpp/pull/15240))
105
+
- feat(spanner): add support for lock_hint enum ([#15249](https://github.com/googleapis/google-cloud-cpp/pull/15249))
106
+
107
+
### [Storage](/google/cloud/storage/README.md)
108
+
109
+
- feat(storage): Create OTel tracing decorator for `storage:: ParallelUploadFile()` ([#15289](https://github.com/googleapis/google-cloud-cpp/pull/15289))
110
+
- fix(storage): Fix the bucket name not found error ([#15274](https://github.com/googleapis/google-cloud-cpp/pull/15274))
111
+
- feat(storage): Create OTel tracing decorator for `Client::UploadFile()` ([#15245](https://github.com/googleapis/google-cloud-cpp/pull/15245))
- This release is based on definitions as of [2025-07-30T06:44:36-07:00](https://github.com/googleapis/googleapis/tree/f6801ce4e1df0541abb8d1e996cb36363c41fb8d)
0 commit comments