Skip to content

Commit 7655449

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-10-21
1 parent dcae829 commit 7655449

File tree

1,031 files changed

+2840
-1523
lines changed

Some content is hidden

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

1,031 files changed

+2840
-1523
lines changed

.changelog/1b61ec1ce18c4cdfae74f8852ecbf877.json

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

.changelog/3d0e99b328234ac884bc58cfed344b21.json

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

.changelog/7a522474ae924cf6952a9c4faf40bdfa.json

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

.changelog/869890a030aa4f8e8ddd5ef80b7a01df.json

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

.changelog/a142b725961a417bb602c6b8bc72f2d6.json

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

.changelog/e9f27924cc694bb09d86c953c308eb30.json

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Release (2022-10-21)
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`: v1.17.0
8+
* **Feature**: Adds `aws.IsCredentialsProvider` for inspecting `CredentialProvider` types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where `CredentialsCache` could mask `AnonymousCredentials` providers, breaking downstream detection logic.
9+
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.21.0](service/cognitoidentityprovider/CHANGELOG.md#v1210-2022-10-21)
10+
* **Feature**: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
11+
* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.16.16](service/eventbridge/CHANGELOG.md#v11616-2022-10-21)
12+
* **Bug Fix**: The SDK client has been updated to utilize the `aws.IsCredentialsProvider` function for determining if `aws.AnonymousCredentials` has been configured for the `CredentialProvider`.
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.29.0](service/s3/CHANGELOG.md#v1290-2022-10-21)
14+
* **Feature**: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
15+
* **Bug Fix**: The SDK client has been updated to utilize the `aws.IsCredentialsProvider` function for determining if `aws.AnonymousCredentials` has been configured for the `CredentialProvider`.
16+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.49.0](service/sagemaker/CHANGELOG.md#v1490-2022-10-21)
17+
* **Feature**: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
18+
* `github.com/aws/aws-sdk-go-v2/service/sts`: [v1.17.0](service/sts/CHANGELOG.md#v1170-2022-10-21)
19+
* **Feature**: Add presign functionality for sts:AssumeRole operation
20+
121
# Release (2022-10-20)
222

323
## Module Highlights

aws/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.

config/CHANGELOG.md

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

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

config/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.16.16
7-
github.com/aws/aws-sdk-go-v2/credentials v1.12.21
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17
9-
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19
6+
github.com/aws/aws-sdk-go-v2 v1.17.0
7+
github.com/aws/aws-sdk-go-v2/credentials v1.12.22
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.18
9+
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.25
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.11.24
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.7
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.17.0
1313
github.com/aws/smithy-go v1.13.3
1414
github.com/google/go-cmp v0.5.8
1515
)

0 commit comments

Comments
 (0)