Skip to content

Commit 22efd77

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-09-27
1 parent ce669ca commit 22efd77

File tree

808 files changed

+2132
-589
lines changed

Some content is hidden

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

808 files changed

+2132
-589
lines changed

.changelog/18ce0ff6e40b4afc99e034278a38dfcc.json

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

.changelog/3123e446290940679a809b49ce910783.json

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

.changelog/5c6cc011ec5f4bb1a90484934fab0aa4.json

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

.changelog/824a8612365346d9bb5d7dc08899aa93.json

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

.changelog/ce4211e2a7f24e17939bc8a7630bfd27.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2024-09-27)
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/customerprofiles`: [v1.41.0](service/customerprofiles/CHANGELOG.md#v1410-2024-09-27)
8+
* **Feature**: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
9+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.74.0](service/quicksight/CHANGELOG.md#v1740-2024-09-27)
10+
* **Feature**: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
11+
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.53.3](service/securityhub/CHANGELOG.md#v1533-2024-09-27)
12+
* **Documentation**: Documentation updates for AWS Security Hub
13+
* `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.35.0](service/sesv2/CHANGELOG.md#v1350-2024-09-27)
14+
* **Feature**: This release adds support for engagement tracking over Https using custom domains.
15+
116
# Release (2024-09-26)
217

318
## Module Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.39 (2024-09-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.27.38 (2024-09-25)
26

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

config/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.31.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.36
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.37
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.23.2
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.2
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.31.2
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.23.3
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.3
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.31.3
1313
github.com/aws/smithy-go v1.21.0
1414
)
1515

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.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.37 (2024-09-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.36 (2024-09-25)
26

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

0 commit comments

Comments
 (0)