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
+68-4Lines changed: 68 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,71 @@ breaking changes in the upcoming 4.x release. This release is scheduled for
7
7
**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
8
8
for details on updating existing applications using v1.x.y or v2.x.y.
9
9
10
-
## v3.4.0 - TBD
10
+
## v3.6.0 - TBD
11
+
12
+
### New Libraries
13
+
14
+
We are happy to announce the following GA libraries. Unless specifically noted,
15
+
the APIs in these libraries are stable, and are ready for production use.
16
+
17
+
-[Data Analytics API with Gemini](/google/cloud/geminidataanalytics/README.md)
18
+
19
+
### Updated Libraries
20
+
21
+
-[Network Security API] has been updated with several additional services ([#16122](https://github.com/googleapis/google-cloud-cpp/pull/16122))
22
+
23
+
### Auth
24
+
25
+
-[Google Distributed Cloud Hosting (GDCH) Service Account credentials](https://docs.cloud.google.com/distributed-cloud/hosted/docs/latest/gdcag/platform/pa-user/service-identity)
26
+
are now supported for REST endpoints. Support for gRPC endpoints will be
27
+
available in a future release.
28
+
29
+
30
+
## v3.5.0 - 2026-05
31
+
32
+
### [Bigtable](/google/cloud/bigtable/README.md)
33
+
34
+
- fix(bigtable): treat NOT_FOUND and PERMISSION_DENIED on channel refresh as success ([#16086](https://github.com/googleapis/google-cloud-cpp/pull/16086))
- This release is based on definitions as of [2026-04-22T13:12:27-07:00](https://github.com/googleapis/googleapis/tree/20ac242a6b3a723cb10c1a0201209261addaf7d8)
45
+
46
+
## v3.4.0 - 2026-04
47
+
48
+
### [Bigtable](/google/cloud/bigtable/README.md)
49
+
50
+
- Dynamic Channel Pool support has been added as an opt-in feature. It can be
51
+
enabled via the [InstanceChannelAffinityOption](https://github.com/googleapis/google-cloud-cpp/blob/f3de489be4caaaf17e589c7fd7e427488c474f61/google/cloud/bigtable/options.h#L186)
52
+
and configured via the [DynamicChannelPoolSizingPolicyOption](https://github.com/googleapis/google-cloud-cpp/blob/f3de489be4caaaf17e589c7fd7e427488c474f61/google/cloud/bigtable/options.h#L222).
- This release is based on definitions as of [2026-04-02T09:44:56-07:00](https://github.com/googleapis/googleapis/tree/c8ca5bce5cbabac76b8619bd8d63ac10bb0561a9)
11
75
12
76
## v3.3.0 - 2026-03
13
77
@@ -16,9 +80,9 @@ for details on updating existing applications using v1.x.y or v2.x.y.
16
80
We are happy to announce the following GA libraries. Unless specifically noted,
17
81
the APIs in these libraries are stable, and are ready for production use.
18
82
19
-
-[Gemini Enterprise for Customer Experience API](google/cloud/ces/README.md)
20
-
-[Cluster Director API](google/cloud/hypercomputecluster/README.md)
0 commit comments