v0.43.0
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