File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ # Pending Changes
2+
3+ ## New Features
4+ * ` service/s3 ` : Add support for Accelerate, and Dualstack ([ #836 ] ( https://github.com/aws/aws-sdk-go-v2/pull/836 ) )
5+ * ` service/s3control ` : Add support for Dualstack ([ #836 ] ( https://github.com/aws/aws-sdk-go-v2/pull/836 ) )
6+
7+ ## Service Client Highlights
8+ * API Clients have been bumped to version ` v0.28.0 `
9+ * Regenerate API Clients from update API models.
10+ * ` service/s3 ` : Add support for Accelerate, and Dualstack ([ #836 ] ( https://github.com/aws/aws-sdk-go-v2/pull/836 ) )
11+ * ` service/s3control ` : Add support for Dualstack ([ #836 ] ( https://github.com/aws/aws-sdk-go-v2/pull/836 ) )
12+ * ` service/route53 ` : Fix sanitizeURL customization to handle leading slash(` / ` ) [ #846 ] ( https://github.com/aws/aws-sdk-go-v2/pull/846 )
13+ * Fixes [ #843 ] ( https://github.com/aws/aws-sdk-go-v2/issues/843 )
14+ * ` service/route53 ` : Fix codegen to correctly look for operations that need sanitize url ([ #851 ] ( https://github.com/aws/aws-sdk-go-v2/pull/851 ) )
15+
16+ ## Core SDK Highlights
17+ * ` aws/protocol/restjson ` : Fix unexpected JSON error response deserialization ([ #837 ] ( https://github.com/aws/aws-sdk-go-v2/pull/837 ) )
18+ * Fixes [ #832 ] ( https://github.com/aws/aws-sdk-go-v2/issues/832 )
19+ * ` example/service/s3/listobjects ` : Add example for Amazon S3 ListObjectsV2 ([ #838 ] ( https://github.com/aws/aws-sdk-go-v2/pull/838 ) )
20+
21+
122# Release 2020-10-16
223
324## New Features
Original file line number Diff line number Diff line change 22package aws
33
44// SDKName is the name of this AWS SDK
5- const SDKName = "aws-sdk-go"
5+ const SDKName = "aws-sdk-go-v2 "
66
77// SDKVersion is the version of this SDK
8- const SDKVersion = "0.27 .0"
8+ const SDKVersion = "0.28 .0"
You can’t perform that action at this time.
0 commit comments