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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+64-1Lines changed: 64 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,40 @@
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.40.0 - TBD
7
+
## v2.42.0 - TBD
8
+
9
+
## v2.41.0 - 2025-08-14
10
+
11
+
### [Bigtable](/google/cloud/bigtable/README.md)
12
+
13
+
- The `Bigtable::DataConnection` class has been instrumented to collect [Client Side Metrics](https://cloud.google.com/bigtable/docs/client-side-metrics),
14
+
free of charge. These metrics will be collected by
15
+
default if both the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-cpp)
16
+
and [Google Cloud Monitoring](google/cloud/monitoring/README.md) dependencies are
17
+
available. Users can opt-out by setting the `bigtable::EnableMetricsOption` to `false`.
18
+
19
+
- 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)
39
+
40
+
## v2.40.0 - 2025-08
8
41
9
42
### New Libraries
10
43
@@ -18,6 +51,36 @@ the APIs in these libraries are stable, and are ready for production use.
18
51
-[BigQuery](/google/cloud/bigquery/README.md) - added support for datapolicies/v2
19
52
-[ManagedKafka](/google/cloud/managedkafka/README.md) - add schemaregistry to the library
20
53
54
+
### [Bigtable](/google/cloud/bigtable/README.md)
55
+
56
+
- We have begun instrumenting the `Bigtable::DataConnection` class to collect
57
+
several [Client Side Metrics](https://cloud.google.com/bigtable/docs/client-side-metrics),
58
+
free of charge. These metrics will be collected by
59
+
default if both the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-cpp)
60
+
and [Google Cloud Monitoring](google/cloud/monitoring/README.md) dependencies are
61
+
available. Users can opt-out by setting the `bigtable::EnableMetricsOption` to `false`.
62
+
63
+
- The following metrics are available in Bigtable:
64
+
- AttemptLatency
65
+
- OperationLatency
66
+
- RetryCount
67
+
- FirstResponseLatency
68
+
69
+
### [Spanner](/google/cloud/spanner/README.md)
70
+
71
+
- feat(spanner): add support for order_by enum ([#15240](https://github.com/googleapis/google-cloud-cpp/pull/15240))
72
+
- feat(spanner): add support for lock_hint enum ([#15249](https://github.com/googleapis/google-cloud-cpp/pull/15249))
73
+
74
+
### [Storage](/google/cloud/storage/README.md)
75
+
76
+
- feat(storage): Create OTel tracing decorator for `storage:: ParallelUploadFile()` ([#15289](https://github.com/googleapis/google-cloud-cpp/pull/15289))
77
+
- fix(storage): Fix the bucket name not found error ([#15274](https://github.com/googleapis/google-cloud-cpp/pull/15274))
78
+
- 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