Skip to content

Commit 7b2357a

Browse files
committed
Release 2021-05-25
1 parent 7502ff3 commit 7b2357a

38 files changed

+118
-60
lines changed

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/7a75f9476b5e404b9501d7a874471404.json

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

.changelog/e479687ff7244f87a5aa07eaf4bc321f.json

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

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Release (2021-05-25)
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/service/cloudwatchlogs`: [v1.4.0](service/cloudwatchlogs/CHANGELOG.md#v140-2021-05-25)
8+
* **Feature**: API client updated
9+
* `github.com/aws/aws-sdk-go-v2/service/commander`: [v1.1.0](service/commander/CHANGELOG.md#v110-2021-05-25)
10+
* **Feature**: Deprecated module. The API client was incorrectly named. Use AWS Systems Manager Incident Manager (ssmincidents) instead.
11+
* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.5.0](service/computeoptimizer/CHANGELOG.md#v150-2021-05-25)
12+
* **Feature**: API client updated
13+
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.6.0](service/costexplorer/CHANGELOG.md#v160-2021-05-25)
14+
* **Feature**: API client updated
15+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.8.0](service/ec2/CHANGELOG.md#v180-2021-05-25)
16+
* **Feature**: API client updated
17+
* `github.com/aws/aws-sdk-go-v2/service/efs`: [v1.4.0](service/efs/CHANGELOG.md#v140-2021-05-25)
18+
* **Feature**: API client updated
19+
* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.6.0](service/forecast/CHANGELOG.md#v160-2021-05-25)
20+
* **Feature**: API client updated
21+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.6.0](service/iot/CHANGELOG.md#v160-2021-05-25)
22+
* **Feature**: API client updated
23+
* `github.com/aws/aws-sdk-go-v2/service/opsworkscm`: [v1.4.0](service/opsworkscm/CHANGELOG.md#v140-2021-05-25)
24+
* **Feature**: API client updated
25+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.5.0](service/quicksight/CHANGELOG.md#v150-2021-05-25)
26+
* **Feature**: API client updated
27+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.9.0](service/s3/CHANGELOG.md#v190-2021-05-25)
28+
* **Feature**: API client updated
29+
* `github.com/aws/aws-sdk-go-v2/service/ssmincidents`: [v1.0.0](service/ssmincidents/CHANGELOG.md#v100-2021-05-25)
30+
* **Release**: New AWS service client module
31+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.4.0](service/transfer/CHANGELOG.md#v140-2021-05-25)
32+
* **Feature**: API client updated
33+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.4.0](service/workspaces/CHANGELOG.md#v140-2021-05-25)
34+
* **Feature**: API client updated
35+
136
# Release (2021-05-20)
237

338
## General Highlights

example/service/s3/listObjects/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/config v1.3.0
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.9.0
88
)
99

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

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.6.0
77
github.com/aws/aws-sdk-go-v2/config v1.3.0
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.9.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.6.1
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.2 (2021-05-25)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.2.1 (2021-05-20)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.6.0
77
github.com/aws/aws-sdk-go-v2/config v1.3.0
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.9.0
99
github.com/aws/smithy-go v1.4.0
1010
github.com/google/go-cmp v0.5.4
1111
)

feature/s3/manager/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.

service/cloudwatchlogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.0 (2021-05-25)
2+
3+
* **Feature**: API client updated
4+
15
# v1.3.1 (2021-05-20)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

0 commit comments

Comments
 (0)