2026-01-13 #4276
coryan
announced in
Announcements
2026-01-13
#4276
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking Changes
google-cloud-sql-v1 released as 2.0.0.
The service no longer accepts or produces a number of enum variants in SqlDSatabaseVersion.
These variants have been removed. While we do not expect that any working application can use or receive these enum values, we bumped the major version as the change is breaking.
google-cloud-compute-v1 released as 2.0.0.
A small number of functions, which we expect are rarely used, changed from returning
wkt::Emptyto returning the unit type(). This makes the client consistent with clients for other services. We apologize for any inconvenience.For more details, see the 2.0.0 migration guide.
Interesting features
The Cloud Pub/Sub preview gained a number of features, including a high-throughput
Subscriberclient for receiving messages from Cloud Pub/Sub.The
Subscribersupports at-least-once delivery subscriptions. It handles lease management. It exposes flow control configuration. It includes idle stream keepalives.The
Subscriberdoes not yet support stream retries (so sessions timeout after ~30 minutes), exactly-once delivery, or mocking. We are working on these.The Cloud Storage client now supports
open_object().This operation allows you to open an object and then perform multiple ranged reads on the object.
Each ranged read has lower latency than performing the read by itself.
Note that this features is under an allow list, contact your account team to include your project into the list.
The Google Cloud Storage client can now created signed URLs.
Code samples showing how to use some client functions.
What's changed
wkt::Emptyin interfaces by @dbolduc in fix(compute)!: prefer unit type overwkt::Emptyin interfaces #4075with_grpc_subchannelrustdoc by @coryan in docs(storage): improvewith_grpc_subchannelrustdoc #4094open_object()API by @coryan in feat(storage): addopen_object()API #4108open_object()is under allow list by @coryan in docs(storage):open_object()is under allow list #4175Subscriberby @dbolduc in feat(pubsub): addSubscriber#4227user_accounttoken provider by @howardjohn in idtoken: cacheuser_accounttoken provider #4221New Contributors
user_accounttoken provider #4221Full Changelog: release-20251210...release-20260113
Beta Was this translation helpful? Give feedback.
All reactions