Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit c2c8f9f

Browse files
Merge pull request #2458 from aws/release
Release v1.17.0
2 parents f9c0322 + 33f1087 commit c2c8f9f

13 files changed

Lines changed: 1975 additions & 207 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.17.0 (2019-02-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/athena`: Updates service API, documentation, and paginators
6+
* This release adds support for Workgroups to Amazon Athena. Use Workgroups to isolate users, teams, applications or workloads in the same account, control costs by setting up query limits and creating Amazon SNS alarms, and publish query-related metrics to Amazon CloudWatch.
7+
* `service/secretsmanager`: Updates service API and documentation
8+
* This release increases the maximum allowed size of SecretString or SecretBinary from 4KB to 7KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs.
9+
10+
### SDK Features
11+
* `service/s3/s3manager`: Update S3 Upload Multipart location ([#2453](https://github.com/aws/aws-sdk-go/pull/2453))
12+
* Updates the Location returned value of S3 Upload's Multipart UploadOutput type to be consistent with single part upload URL. This update also brings the multipart upload Location inline with the S3 object URLs created by the SDK
13+
* Fix [#1385](https://github.com/aws/aws-sdk-go/issues/1385)
14+
15+
### SDK Enhancements
16+
* `service/s3`: Update BucketRegionError message to include more information ([#2451](https://github.com/aws/aws-sdk-go/pull/2451))
17+
* Updates the BucketRegionError error message to include information about the endpoint and actual region the bucket is in if known. This error message is created by the SDK, but could produce a confusing error message if the user provided a region that doesn't match the endpoint.
18+
* Fix [#2426](https://github.com/aws/aws-sdk-go/pull/2451)
19+
120
Release v1.16.36 (2019-02-15)
221
===
322

CHANGELOG_PENDING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
### SDK Features
2-
* `service/s3/s3manager`: Update S3 Upload Multipart location ([#2453](https://github.com/aws/aws-sdk-go/pull/2453))
3-
* Updates the Location returned value of S3 Upload's Multipart UploadOutput type to be consistent with single part upload URL. This update also brings the multipart upload Location inline with the S3 object URLs created by the SDK
4-
* Fix [#1385](https://github.com/aws/aws-sdk-go/issues/1385)
52

63
### SDK Enhancements
7-
* `service/s3`: Update BucketRegionError message to include more information ([#2451](https://github.com/aws/aws-sdk-go/pull/2451))
8-
* Updates the BucketRegionError error message to include information about the endpoint and actual region the bucket is in if known. This error message is created by the SDK, but could produce a confusing error message if the user provided a region that doesn't match the endpoint.
9-
* Fix [#2426](https://github.com/aws/aws-sdk-go/pull/2451)
104

115
### SDK Bugs

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.16.36"
8+
const SDKVersion = "1.17.0"

0 commit comments

Comments
 (0)