Download Latest Version v0.43.0 source code.tar.gz (2.8 MB)
Email in envelope

Get an email when there's a new version of The Go Cloud Development Kit

Home / v0.39.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-08-14 1.7 kB
v0.39.0 source code.tar.gz 2024-08-14 3.4 MB
v0.39.0 source code.zip 2024-08-14 4.7 MB
Totals: 3 Items   8.0 MB 0

BREAKING CHANGE (AWS only, V1 vs V2 SDK)

Context: AWS has announced maintenance mode for the Go V1 SDK.

Go CDK has changed the default SDK for URLs across all modules except docstore/awsdynamodb to be V2 (previously you needed to add awssdk=v2 to the URL to get V2). Most URLs should continue to work, but in some cases you may need to add awssdk=v1 to force V1 explicitly.

Also, concrete type constructors (e.g., OpenBucket) for V1 (again, except docstore/awsdynamodb) have been marked deprecated; please migrate to using the V2 versions (e.g., OpenBucketV2).

Our tentative plan is to remove support for V1 in early 2025; please file a bug if you have concerns about that.

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-cloud/compare/v0.38.0...v0.39.0

Source: README.md, updated 2024-08-14