Skip to content

Commit

Permalink
Release 2022-10-21
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 21, 2022
1 parent dcae829 commit 7655449
Show file tree
Hide file tree
Showing 1,031 changed files with 2,840 additions and 1,523 deletions.
9 changes: 0 additions & 9 deletions .changelog/1b61ec1ce18c4cdfae74f8852ecbf877.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3d0e99b328234ac884bc58cfed344b21.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7a522474ae924cf6952a9c4faf40bdfa.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/869890a030aa4f8e8ddd5ef80b7a01df.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a142b725961a417bb602c6b8bc72f2d6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e9f27924cc694bb09d86c953c308eb30.json

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
# Release (2022-10-21)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2`: v1.17.0
* **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.
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.21.0](service/cognitoidentityprovider/CHANGELOG.md#v1210-2022-10-21)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.16.16](service/eventbridge/CHANGELOG.md#v11616-2022-10-21)
* **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`.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.29.0](service/s3/CHANGELOG.md#v1290-2022-10-21)
* **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.
* **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`.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.49.0](service/sagemaker/CHANGELOG.md#v1490-2022-10-21)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/sts`: [v1.17.0](service/sts/CHANGELOG.md#v1170-2022-10-21)
* **Feature**: Add presign functionality for sts:AssumeRole operation

# Release (2022-10-20)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion aws/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions config/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.9 (2022-10-21)

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

# v1.17.8 (2022-09-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
14 changes: 7 additions & 7 deletions config/go.mod
Expand Up @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/credentials v1.12.21
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/credentials v1.12.22
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.18
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.25
github.com/aws/aws-sdk-go-v2/service/sso v1.11.24
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.7
github.com/aws/aws-sdk-go-v2/service/sts v1.17.0
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion config/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions credentials/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.12.22 (2022-10-21)

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

# v1.12.21 (2022-09-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
10 changes: 5 additions & 5 deletions credentials/go.mod
Expand Up @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/credentials
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.18
github.com/aws/aws-sdk-go-v2/service/sso v1.11.24
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.7
github.com/aws/aws-sdk-go-v2/service/sts v1.17.0
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion credentials/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/service/dynamodb/createTable/go.mod
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.2
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
8 changes: 4 additions & 4 deletions example/service/dynamodb/scanItems/go.mod
Expand Up @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.2
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/s3/listObjects/go.mod
Expand Up @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.28.0
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
8 changes: 4 additions & 4 deletions example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.28.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.0
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.1
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/cloudfront/sign/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.3.31 (2022-10-21)

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

# v1.3.30 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/cloudfront/sign/go.mod
Expand Up @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign

go 1.15

require github.com/aws/aws-sdk-go-v2 v1.16.16
require github.com/aws/aws-sdk-go-v2 v1.17.0

replace github.com/aws/aws-sdk-go-v2 => ../../../
2 changes: 1 addition & 1 deletion feature/cloudfront/sign/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.1 (2022-10-21)

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

# v1.10.0 (2022-09-26)

* **Feature**: Adds a String method to UnixTime, so that when structs with this field get logged it prints a human readable time.
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/attributevalue/go.mod
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.20
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.21
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodb/expression/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.4.27 (2022-10-21)

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

# v1.4.26 (2022-09-26)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodb/expression/go.mod
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.2
github.com/google/go-cmp v0.5.8
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.1 (2022-10-21)

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

# v1.10.0 (2022-09-26)

* **Feature**: Adds a String method to UnixTime, so that when structs with this field get logged it prints a human readable time.
Expand Down
6 changes: 3 additions & 3 deletions feature/dynamodbstreams/attributevalue/go.mod
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.20
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.21
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/ec2/imds/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.12.18 (2022-10-21)

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

# v1.12.17 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions feature/ec2/imds/internal/configtesting/go.mod
Expand Up @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.18
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/rds/auth/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.2.2 (2022-10-21)

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

# v1.2.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/rds/auth/go.mod
Expand Up @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth

go 1.15

require github.com/aws/aws-sdk-go-v2 v1.16.16
require github.com/aws/aws-sdk-go-v2 v1.17.0

replace github.com/aws/aws-sdk-go-v2 => ../../../
2 changes: 1 addition & 1 deletion feature/rds/auth/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.36 (2022-10-21)

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

# v1.11.35 (2022-10-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
6 changes: 3 additions & 3 deletions feature/s3/manager/go.mod
Expand Up @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.28.0
github.com/aws/aws-sdk-go-v2 v1.17.0
github.com/aws/aws-sdk-go-v2/config v1.17.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.0
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7655449

Please sign in to comment.