Skip to content

Commit 59290c5

Browse files
committed
bump SDK core version and name
1 parent 9984c37 commit 59290c5

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

aws/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package 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"

0 commit comments

Comments
 (0)