Skip to content

Commit dc0fa5c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-08-10
1 parent 5d9d633 commit dc0fa5c

File tree

21 files changed

+43
-38
lines changed

21 files changed

+43
-38
lines changed

.changelog/42e3fdd9a322497e90523847da557e1f.json

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

.changelog/6a9e3da6a75c41fd9efef3fdf2355f48.json

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

.changelog/808f9d82addb4e969a60dc4ab7b767fb.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2022-08-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/config`: [v1.16.0](config/CHANGELOG.md#v1160-2022-08-10)
8+
* **Feature**: Adds support for the following settings in the `~/.aws/credentials` file: `sso_account_id`, `sso_region`, `sso_role_name`, `sso_start_url`, and `ca_bundle`.
9+
* `github.com/aws/aws-sdk-go-v2/service/dlm`: [v1.12.0](service/dlm/CHANGELOG.md#v1120-2022-08-10)
10+
* **Feature**: This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies
11+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.52.0](service/ec2/CHANGELOG.md#v1520-2022-08-10)
12+
* **Feature**: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
13+
114
# Release (2022-08-09)
215

316
## 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.16.0 (2022-08-10)
2+
3+
* **Feature**: Adds support for the following settings in the `~/.aws/credentials` file: `sso_account_id`, `sso_region`, `sso_role_name`, `sso_start_url`, and `ca_bundle`.
4+
15
# v1.15.17 (2022-08-09)
26

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

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.

example/service/dynamodb/createTable/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.16.10
7-
github.com/aws/aws-sdk-go-v2/config v1.15.17
7+
github.com/aws/aws-sdk-go-v2/config v1.16.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.12
99
)
1010

example/service/dynamodb/scanItems/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.16.10
7-
github.com/aws/aws-sdk-go-v2/config v1.15.17
7+
github.com/aws/aws-sdk-go-v2/config v1.16.0
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.10
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.12
1010
)

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.15.17
6+
github.com/aws/aws-sdk-go-v2/config v1.16.0
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.4
88
)
99

example/service/s3/usingPrivateLink/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.16.10
7-
github.com/aws/aws-sdk-go-v2/config v1.15.17
7+
github.com/aws/aws-sdk-go-v2/config v1.16.0
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.4
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.12
1010
)

0 commit comments

Comments
 (0)