@@ -116,7 +116,7 @@ may elicit a deprecation warning. See [#9086] for more details.
116116
117117</details >
118118
119- ## v2.6.0 - TBD
119+ ## v2.6.0 - 2023-01
120120
121121### [ BigQuery] ( /google/cloud/bigquery/README.md )
122122
@@ -129,6 +129,38 @@ The library has been expanded to include the following services:
129129The library has been expanded to include the IAM v2 API. This API includes
130130support for [ IAM Deny] ( https://cloud.google.com/iam/docs/deny-overview ) policies.
131131
132+ ### [ Pub/Sub] ( /google/cloud/pubsub/README.md )
133+
134+ - fix: add missing <cstdint > includes ([ #10421 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10421 ) )
135+
136+ ### [ Speech] ( /google/cloud/speech/README.md )
137+
138+ - fix: remove duplicate protos ([ #10486 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10486 ) )
139+
140+ ### [ Storage] ( /google/cloud/storage/README.md )
141+
142+ - fix(storage): better error code for CreateBucket() and 409 errors ([ #10480 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10480 )
143+ - fix: add missing <cstdint > includes ([ #10421 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10421 ) )
144+ - fix(storage): scopes should disable self-signed JWTs ([ #10369 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10369 ) )
145+ - doc(storage): document all ` oauth2 ` names as deprecated ([ #10352 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10352 ) )
146+
147+ ### [ Text-to-Speech] ( /google/cloud/texttospeech/README.md )
148+
149+ - fix: remove duplicate protos ([ #10486 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10486 ) )
150+
151+ ### [ Trace] ( /google/cloud/trace/README.md )
152+
153+ - fix: remove duplicate protos ([ #10486 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10486 ) )
154+
155+ ### [ Common Libraries] ( /google/cloud/README.md )
156+
157+ - fix: add missing <cstdint > includes ([ #10421 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10421 ) )
158+ - feat(common): support external accounts ([ #10465 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10465 ) )
159+ ([ #10430 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10430 ) )
160+ ([ #10357 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10357 ) )
161+ - feat(common): options for ` Make*Credentials() ` ([ #10417 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10417 ) )
162+ - feat: support logging for unified Rest credentials ([ #10412 ] ( https://github.com/googleapis/google-cloud-cpp/pull/10412 ) )
163+
132164## v2.5.0 - 2022-12
133165
134166** NOTE**
0 commit comments