What's Changed
Breaking Changes
Cloud Storage
The Cloud Storage client (still in preview) had several breaking changes as we complete the implementation and review the client library surface.
- cleanup(storage)!: merge upload errors by @coryan in #2821
- refactor(storage)!: rename
send()for uploads by @coryan in #2836 - cleanup(storage)!: reorganize errors and builders by @coryan in #2846
- feat(storage): add md5 checksum support for downloads by @suzmue in #2845
- cleanup(storage)!: change
size_hint()return type by @coryan in #2858
Other Changes
Update all libraries to match the service definitions circa 2025-08-08
- fix(storage): percent-encode name once on uploads by @coryan in #2812
- fix(storage): gRPC in recommended retry policy by @coryan in #2814
- feat(storage): expose
ReadObjecttypes by @dbolduc in #2820 - docs: error handling full code + cleanups by @pcoet in #2822
- feat: user-agent over gRPC by @dbolduc in #2840
- feat: retries by default by @dbolduc in #2843
New Contributors
- @amanda-tarafa made their first contribution in #2818
Full Changelog: v0.9.0...v0.10.0