Skip to content

Commit 7d7814f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-12-18
1 parent cbd9807 commit 7d7814f

30 files changed

+76
-53
lines changed

.changelog/12629cc2d7504eee9779421b9e4843b6.json

-8
This file was deleted.

.changelog/6e67e26167394f7e9d5a0b4bfab007f2.json

-8
This file was deleted.

.changelog/9ef4fa71ef184935abba77ce4e289215.json

-8
This file was deleted.

.changelog/f665a85613e74a5a8017b8683efab70a.json

-8
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2023-12-18)
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/cognitoidentityprovider`: [v1.32.0](service/cognitoidentityprovider/CHANGELOG.md#v1320-2023-12-18)
8+
* **Feature**: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
9+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.36.0](service/eks/CHANGELOG.md#v1360-2023-12-18)
10+
* **Feature**: Add support for EKS Cluster Access Management.
11+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.54.1](service/quicksight/CHANGELOG.md#v1541-2023-12-18)
12+
* **Documentation**: A docs-only release to add missing entities to the API reference.
13+
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.24.0](service/route53resolver/CHANGELOG.md#v1240-2023-12-18)
14+
* **Feature**: Add DOH protocols in resolver endpoints.
15+
116
# Release (2023-12-15)
217

318
## Module Highlights

example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.26.1
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.0
77
github.com/aws/aws-sdk-go-v2/config v1.26.1
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.5
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.6
1010
)
1111

1212
require (

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.8 (2023-12-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.15.7 (2023-12-08)
26

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

feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.0
77
github.com/aws/aws-sdk-go-v2/config v1.26.1
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
99
github.com/aws/smithy-go v1.19.0
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudhsmv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.6 (2023-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.19.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/cloudhsmv2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cognitoidentityprovider/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.0 (2023-12-18)
2+
3+
* **Feature**: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
4+
15
# v1.31.6 (2023-12-15)
26

37
* No change notes available for this release.

service/cognitoidentityprovider/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/dlm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.6 (2023-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.22.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/dlm/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/eks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2023-12-18)
2+
3+
* **Feature**: Add support for EKS Cluster Access Management.
4+
15
# v1.35.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/eks/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/identitystore/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.6 (2023-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.21.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/identitystore/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.24.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.6
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.5
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.5
1212
github.com/aws/smithy-go v1.19.0
1313
)

service/internal/integrationtest/go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.24.0
55
github.com/aws/aws-sdk-go-v2/config v1.26.1
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.7
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.8
77
github.com/aws/aws-sdk-go-v2/service/acm v1.22.5
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.21.5
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.5
@@ -14,7 +14,7 @@ require (
1414
github.com/aws/aws-sdk-go-v2/service/batch v1.30.5
1515
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.4
1616
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.5
17-
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.5
17+
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.6
1818
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.5
1919
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.35.5
2020
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.0
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.1
2424
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.5
2525
github.com/aws/aws-sdk-go-v2/service/codestar v1.19.5
26-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.31.6
26+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.32.0
2727
github.com/aws/aws-sdk-go-v2/service/configservice v1.43.5
2828
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.21.5
2929
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.35.5
@@ -66,9 +66,9 @@ require (
6666
github.com/aws/aws-sdk-go-v2/service/rekognition v1.35.5
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.35.5
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.5
69-
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.23.5
70-
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.5
71-
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.5
69+
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.24.0
70+
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.6
71+
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.6
7272
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.25.5
7373
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.25.5
7474
github.com/aws/aws-sdk-go-v2/service/ses v1.19.5

service/quicksight/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.54.1 (2023-12-18)
2+
3+
* **Documentation**: A docs-only release to add missing entities to the API reference.
4+
15
# v1.54.0 (2023-12-14)
26

37
* **Feature**: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.

service/quicksight/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/route53resolver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2023-12-18)
2+
3+
* **Feature**: Add DOH protocols in resolver endpoints.
4+
15
# v1.23.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/route53resolver/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.6 (2023-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.47.5 (2023-12-08)
26

37
* **Bug Fix**: Add non-vhostable buckets to request path when using legacy V1 endpoint resolver.

service/s3/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3control/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.41.6 (2023-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.41.5 (2023-12-08)
26

37
* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.

service/s3control/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)