Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-19 | 1.1 kB | |
v0.43.0 source code.tar.gz | 2025-07-19 | 2.8 MB | |
v0.43.0 source code.zip | 2025-07-19 | 3.9 MB | |
Totals: 3 Items | 6.7 MB | 2 |
BREAKING CHANGE
- all: Migrated to OpenTelemetry by @pitabwire
NOTE: All modules have migrated to AWSv2; v1 support is still included for docstore/awsdynamodb
, but will be removed in the next release.
What's Changed
- blob: use bigger buffer to make writes faster by @vangent in https://github.com/google/go-cloud/pull/3599
- blob/memblob: Add an option to disable MD5 hashes by @vangent in https://github.com/google/go-cloud/pull/3598
- docstore/memdocstore: nested query by @eqinox76 in https://github.com/google/go-cloud/pull/3508
- blob/azblob: for default URL, get default accountName/protocol from connection string env by @vangent in https://github.com/google/go-cloud/pull/3593
- docstore/awsdynamodb: support the AWS v2 SDK by @Maldris and @vangent in https://github.com/google/go-cloud/pull/3602
New Contributors
- @eqinox76 made their first contribution in https://github.com/google/go-cloud/pull/3508
- @Maldris made their first contribution in https://github.com/google/go-cloud/pull/3602
Full Changelog: https://github.com/google/go-cloud/compare/v0.42.0...v0.43.0