Skip to content

Commit

Permalink
Release 2023-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 18, 2023
1 parent cbd9807 commit 7d7814f
Show file tree
Hide file tree
Showing 30 changed files with 76 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .changelog/12629cc2d7504eee9779421b9e4843b6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6e67e26167394f7e9d5a0b4bfab007f2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9ef4fa71ef184935abba77ce4e289215.json

This file was deleted.

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

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release (2023-12-18)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.32.0](service/cognitoidentityprovider/CHANGELOG.md#v1320-2023-12-18)
* **Feature**: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.36.0](service/eks/CHANGELOG.md#v1360-2023-12-18)
* **Feature**: Add support for EKS Cluster Access Management.
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.54.1](service/quicksight/CHANGELOG.md#v1541-2023-12-18)
* **Documentation**: A docs-only release to add missing entities to the API reference.
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.24.0](service/route53resolver/CHANGELOG.md#v1240-2023-12-18)
* **Feature**: Add DOH protocols in resolver endpoints.

# Release (2023-12-15)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2/config v1.26.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
)

require (
Expand Down
4 changes: 2 additions & 2 deletions example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/config v1.26.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.6
)

require (
Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.8 (2023-12-18)

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

# v1.15.7 (2023-12-08)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/config v1.26.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
github.com/aws/smithy-go v1.19.0
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.

4 changes: 4 additions & 0 deletions service/cloudhsmv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.6 (2023-12-18)

* No change notes available for this release.

# v1.19.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudhsmv2/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 service/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.0 (2023-12-18)

* **Feature**: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.

# v1.31.6 (2023-12-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentityprovider/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 service/dlm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.6 (2023-12-18)

* No change notes available for this release.

# v1.22.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/dlm/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 service/eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.0 (2023-12-18)

* **Feature**: Add support for EKS Cluster Access Management.

# v1.35.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/eks/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 service/identitystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.6 (2023-12-18)

* No change notes available for this release.

# v1.21.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/identitystore/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.6
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.5
github.com/aws/smithy-go v1.19.0
)
Expand Down
12 changes: 6 additions & 6 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/config v1.26.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.8
github.com/aws/aws-sdk-go-v2/service/acm v1.22.5
github.com/aws/aws-sdk-go-v2/service/apigateway v1.21.5
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.5
Expand All @@ -14,7 +14,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/batch v1.30.5
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.4
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.5
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.5
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.6
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.5
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.35.5
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.0
Expand All @@ -23,7 +23,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.1
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.5
github.com/aws/aws-sdk-go-v2/service/codestar v1.19.5
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.31.6
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.32.0
github.com/aws/aws-sdk-go-v2/service/configservice v1.43.5
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.21.5
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.35.5
Expand Down Expand Up @@ -66,9 +66,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/rekognition v1.35.5
github.com/aws/aws-sdk-go-v2/service/route53 v1.35.5
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.5
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.23.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.5
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.24.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.6
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.25.5
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.25.5
github.com/aws/aws-sdk-go-v2/service/ses v1.19.5
Expand Down
4 changes: 4 additions & 0 deletions service/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.54.1 (2023-12-18)

* **Documentation**: A docs-only release to add missing entities to the API reference.

# v1.54.0 (2023-12-14)

* **Feature**: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
Expand Down
2 changes: 1 addition & 1 deletion service/quicksight/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 service/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2023-12-18)

* **Feature**: Add DOH protocols in resolver endpoints.

# v1.23.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/route53resolver/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 service/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.47.6 (2023-12-18)

* No change notes available for this release.

# v1.47.5 (2023-12-08)

* **Bug Fix**: Add non-vhostable buckets to request path when using legacy V1 endpoint resolver.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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 service/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.6 (2023-12-18)

* No change notes available for this release.

# v1.41.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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 7d7814f

Please sign in to comment.