Skip to content

Commit 6074cb3

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-05-06
1 parent 6335237 commit 6074cb3

32 files changed

+77
-66
lines changed

.changelog/05d3a7ddda634737aeb28a21b91cd69b.json

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

.changelog/1c6b4f567f4449518d4e81a2926fa9e2.json

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

.changelog/4fd32c410e00483b81e036bab3258623.json

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

.changelog/8a549fc4a05d47a680bb0e56830c0bd0.json

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

.changelog/97d794e016194a088a9732f1934a4a77.json

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

.changelog/e64f69647bc84d079866806b165d5e75.json

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2022-05-06)
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/ec2`: [v1.40.0](service/ec2/CHANGELOG.md#v1400-2022-05-06)
8+
* **Feature**: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
9+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.17.0](service/location/CHANGELOG.md#v1170-2022-05-06)
10+
* **Feature**: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.
11+
* `github.com/aws/aws-sdk-go-v2/service/mediapackage`: [v1.16.0](service/mediapackage/CHANGELOG.md#v1160-2022-05-06)
12+
* **Feature**: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.
13+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.21.1](service/rds/CHANGELOG.md#v1211-2022-05-06)
14+
* **Documentation**: Various documentation improvements.
15+
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.24.0](service/redshift/CHANGELOG.md#v1240-2022-05-06)
16+
* **Feature**: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.
17+
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.21.1](service/securityhub/CHANGELOG.md#v1211-2022-05-06)
18+
* **Documentation**: Documentation updates for Security Hub API reference
19+
120
# Release (2022-05-05)
221

322
## Module 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.15.4
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
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.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.8
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
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.11.9 (2022-05-06)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.8 (2022-05-03)
26

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

0 commit comments

Comments
 (0)