Skip to content

Commit a1be727

Browse files
committed
Release 2021-09-10
1 parent 5990156 commit a1be727

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+185
-81
lines changed

.changelog/41575353444b40ffbf474f4155544f00.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/8f837f19caba4c6faaf88577e5e9a00e.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changelog/ea9496c040f44c2db8807f5dbc80088a.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# Release (2021-09-10)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/credentials`: [v1.4.1](credentials/CHANGELOG.md#v141-2021-09-10)
8+
* **Documentation**: Fixes the AssumeRoleProvider's documentation for using custom TokenProviders.
9+
* `github.com/aws/aws-sdk-go-v2/service/amp`: [v1.5.0](service/amp/CHANGELOG.md#v150-2021-09-10)
10+
* **Feature**: API client updated
11+
* `github.com/aws/aws-sdk-go-v2/service/braket`: [v1.7.0](service/braket/CHANGELOG.md#v170-2021-09-10)
12+
* **Feature**: API client updated
13+
* `github.com/aws/aws-sdk-go-v2/service/chimesdkidentity`: [v1.2.0](service/chimesdkidentity/CHANGELOG.md#v120-2021-09-10)
14+
* **Feature**: API client updated
15+
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging`: [v1.2.0](service/chimesdkmessaging/CHANGELOG.md#v120-2021-09-10)
16+
* **Feature**: API client updated
17+
* `github.com/aws/aws-sdk-go-v2/service/codegurureviewer`: [v1.7.0](service/codegurureviewer/CHANGELOG.md#v170-2021-09-10)
18+
* **Feature**: API client updated
19+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.10.0](service/eks/CHANGELOG.md#v1100-2021-09-10)
20+
* **Feature**: API client updated
21+
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.11.0](service/elasticache/CHANGELOG.md#v1110-2021-09-10)
22+
* **Feature**: API client updated
23+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.9.0](service/emr/CHANGELOG.md#v190-2021-09-10)
24+
* **Feature**: API client updated
25+
* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.10.0](service/forecast/CHANGELOG.md#v1100-2021-09-10)
26+
* **Feature**: API client updated
27+
* `github.com/aws/aws-sdk-go-v2/service/frauddetector`: [v1.9.0](service/frauddetector/CHANGELOG.md#v190-2021-09-10)
28+
* **Feature**: API client updated
29+
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.7.0](service/kafka/CHANGELOG.md#v170-2021-09-10)
30+
* **Feature**: API client updated
31+
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.4.0](service/lookoutequipment/CHANGELOG.md#v140-2021-09-10)
32+
* **Feature**: API client updated
33+
* `github.com/aws/aws-sdk-go-v2/service/mediapackage`: [v1.8.0](service/mediapackage/CHANGELOG.md#v180-2021-09-10)
34+
* **Feature**: API client updated
35+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.0.0](service/opensearch/CHANGELOG.md#v100-2021-09-10)
36+
* **Release**: New AWS service client module
37+
* **Feature**: API client updated
38+
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.8.0](service/outposts/CHANGELOG.md#v180-2021-09-10)
39+
* **Feature**: API client updated
40+
* `github.com/aws/aws-sdk-go-v2/service/ram`: [v1.7.0](service/ram/CHANGELOG.md#v170-2021-09-10)
41+
* **Feature**: API client updated
42+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.14.0](service/sagemaker/CHANGELOG.md#v1140-2021-09-10)
43+
* **Feature**: API client updated
44+
* `github.com/aws/aws-sdk-go-v2/service/servicediscovery`: [v1.9.0](service/servicediscovery/CHANGELOG.md#v190-2021-09-10)
45+
* **Feature**: API client updated
46+
* `github.com/aws/aws-sdk-go-v2/service/ssmcontacts`: [v1.5.0](service/ssmcontacts/CHANGELOG.md#v150-2021-09-10)
47+
* **Feature**: API client updated
48+
* `github.com/aws/aws-sdk-go-v2/service/xray`: [v1.6.0](service/xray/CHANGELOG.md#v160-2021-09-10)
49+
* **Feature**: API client updated
50+
151
# Release (2021-09-02)
252

353
## General Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.1 (2021-09-10)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.8.0 (2021-09-02)
26

37
* **Feature**: Add support for S3 Multi-Region Access Point ARNs.

config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.9.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.4.0
7+
github.com/aws/aws-sdk-go-v2/credentials v1.4.1
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.0
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.2.2
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.4.0

config/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.1 (2021-09-10)
2+
3+
* **Documentation**: Fixes the AssumeRoleProvider's documentation for using custom TokenProviders.
4+
15
# v1.4.0 (2021-08-27)
26

37
* **Feature**: Adds support for Tags and TransitiveTagKeys to stscreds.AssumeRoleProvider. Closes https://github.com/aws/aws-sdk-go-v2/issues/723

credentials/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/service/s3/listObjects/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.8.0
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.0
6+
github.com/aws/aws-sdk-go-v2/config v1.8.1
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.15.1
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

0 commit comments

Comments
 (0)