Skip to content

Commit 858298a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-12-18
1 parent f58264a commit 858298a

34 files changed

+80
-92
lines changed

.changelog/13af4f0f097b45cab82b0cf34b43a8b3.json

-8
This file was deleted.

.changelog/239e820fd89e4aceb07f1e4d404079ac.json

-8
This file was deleted.

.changelog/43c13b22acd8423a9a326b337704798c.json

-8
This file was deleted.

.changelog/57641aba4454469380fd0a78aec7f72a.json

-8
This file was deleted.

.changelog/77926b87da1b4d769deadd53fda8ea5d.json

-8
This file was deleted.

.changelog/b667d103412a428d9c87055bb5d11aa3.json

-8
This file was deleted.

.changelog/b8e3aa73d4f5448aba677f7df43ed7f1.json

-8
This file was deleted.

.changelog/b979e47afda94155af743915acd9a2e2.json

-8
This file was deleted.

.changelog/f1d8a4b02f09495286df77e1d64a7906.json

-8
This file was deleted.

.changelog/fb030d218e8e4ef7a4b8c815baa6d2af.json

-8
This file was deleted.

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2024-12-18)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.28.0](service/amplify/CHANGELOG.md#v1280-2024-12-18)
5+
* **Feature**: Added WAF Configuration to Amplify Apps
6+
* `github.com/aws/aws-sdk-go-v2/service/budgets`: [v1.29.0](service/budgets/CHANGELOG.md#v1290-2024-12-18)
7+
* **Feature**: Releasing minor partition endpoint updates
8+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.122.0](service/connect/CHANGELOG.md#v11220-2024-12-18)
9+
* **Feature**: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
10+
* `github.com/aws/aws-sdk-go-v2/service/connectparticipant`: [v1.28.0](service/connectparticipant/CHANGELOG.md#v1280-2024-12-18)
11+
* **Feature**: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
12+
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.44.0](service/datasync/CHANGELOG.md#v1440-2024-12-18)
13+
* **Feature**: AWS DataSync introduces the ability to update attributes for in-cloud locations.
14+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.62.0](service/iot/CHANGELOG.md#v1620-2024-12-18)
15+
* **Feature**: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
16+
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.33.2](service/mwaa/CHANGELOG.md#v1332-2024-12-18)
17+
* **Documentation**: Added support for Apache Airflow version 2.10.3 to MWAA.
18+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.82.0](service/quicksight/CHANGELOG.md#v1820-2024-12-18)
19+
* **Feature**: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
20+
* `github.com/aws/aws-sdk-go-v2/service/resiliencehub`: [v1.29.0](service/resiliencehub/CHANGELOG.md#v1290-2024-12-18)
21+
* **Feature**: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
22+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.55.0](service/transfer/CHANGELOG.md#v1550-2024-12-18)
23+
* **Feature**: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.
24+
125
# Release (2024-12-17)
226

327
## Module Highlights

service/amplify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-12-18)
2+
3+
* **Feature**: Added WAF Configuration to Amplify Apps
4+
15
# v1.27.5 (2024-12-02)
26

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

service/amplify/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/budgets/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2024-12-18)
2+
3+
* **Feature**: Releasing minor partition endpoint updates
4+
15
# v1.28.8 (2024-12-09)
26

37
* No change notes available for this release.

service/budgets/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/connect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.122.0 (2024-12-18)
2+
3+
* **Feature**: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
4+
15
# v1.121.0 (2024-12-12)
26

37
* **Feature**: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation.

service/connect/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/connectparticipant/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-12-18)
2+
3+
* **Feature**: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
4+
15
# v1.27.7 (2024-12-02)
26

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

service/connectparticipant/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/datasync/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.44.0 (2024-12-18)
2+
3+
* **Feature**: AWS DataSync introduces the ability to update attributes for in-cloud locations.
4+
15
# v1.43.5 (2024-12-02)
26

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

service/datasync/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/integrationtest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/aws/aws-sdk-go-v2/service/health v1.29.1
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.38.2
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.25.7
50-
github.com/aws/aws-sdk-go-v2/service/iot v1.61.1
50+
github.com/aws/aws-sdk-go-v2/service/iot v1.62.0
5151
github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.7
5252
github.com/aws/aws-sdk-go-v2/service/kms v1.37.7
5353
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.1

service/iot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.62.0 (2024-12-18)
2+
3+
* **Feature**: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
4+
15
# v1.61.1 (2024-12-02)
26

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

service/iot/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/kafka/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.8 (2024-12-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.38.7 (2024-12-02)
26

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

service/kafka/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/mwaa/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.2 (2024-12-18)
2+
3+
* **Documentation**: Added support for Apache Airflow version 2.10.3 to MWAA.
4+
15
# v1.33.1 (2024-12-02)
26

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

service/mwaa/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/quicksight/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.82.0 (2024-12-18)
2+
3+
* **Feature**: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
4+
15
# v1.81.0 (2024-12-03.2)
26

37
* **Feature**: This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).

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/resiliencehub/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2024-12-18)
2+
3+
* **Feature**: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
4+
15
# v1.28.1 (2024-12-02)
26

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

service/resiliencehub/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/transfer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.55.0 (2024-12-18)
2+
3+
* **Feature**: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.
4+
15
# v1.54.0 (2024-12-02)
26

37
* **Feature**: AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3.

service/transfer/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)