Skip to content

Commit f4602b1

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-12-12
1 parent ed939da commit f4602b1

21 files changed

+52
-50
lines changed

.changelog/0239a2bef04048d89ed20f62bb5c68ad.json

-8
This file was deleted.

.changelog/1c8626820e62415a8bc89f3972398b0d.json

-8
This file was deleted.

.changelog/73daebd545e8475c8ec6957d106ba9ce.json

-8
This file was deleted.

.changelog/bc4127c64d09473e9a74180173056107.json

-8
This file was deleted.

.changelog/d99b61b4379c48a282978e55d9f78d5b.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2024-12-12)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.121.0](service/connect/CHANGELOG.md#v11210-2024-12-12)
5+
* **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.
6+
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.45.0](service/databasemigrationservice/CHANGELOG.md#v1450-2024-12-12)
7+
* **Feature**: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings.
8+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.104.0](service/glue/CHANGELOG.md#v11040-2024-12-12)
9+
* **Feature**: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys.
10+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.52.1](service/guardduty/CHANGELOG.md#v1521-2024-12-12)
11+
* **Documentation**: Improved descriptions for certain APIs.
12+
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.28.0](service/route53domains/CHANGELOG.md#v1280-2024-12-12)
13+
* **Feature**: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.
14+
115
# Release (2024-12-11)
216

317
## General Highlights

service/connect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.121.0 (2024-12-12)
2+
3+
* **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.
4+
15
# v1.120.0 (2024-12-10)
26

37
* **Feature**: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.45.0 (2024-12-12)
2+
3+
* **Feature**: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings.
4+
15
# v1.44.5 (2024-12-02)
26

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

service/databasemigrationservice/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/glue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.104.0 (2024-12-12)
2+
3+
* **Feature**: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys.
4+
15
# v1.103.0 (2024-12-03.2)
26

37
* **Feature**: This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections

service/glue/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/guardduty/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.52.1 (2024-12-12)
2+
3+
* **Documentation**: Improved descriptions for certain APIs.
4+
15
# v1.52.0 (2024-12-02)
26

37
* **Feature**: Add new Multi Domain Correlation findings.

service/guardduty/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

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.1
2424
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.1
2525
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.7
26-
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.5
26+
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.0
2727
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.7
2828
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.1
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.35.2
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.37.2
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.26.7
46-
github.com/aws/aws-sdk-go-v2/service/glue v1.103.0
46+
github.com/aws/aws-sdk-go-v2/service/glue v1.104.0
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
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/redshift v1.53.0
6161
github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.8
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.3
63-
github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.7
63+
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.0
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.2
6565
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0

service/networkfirewall/CHANGELOG.md

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

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

service/networkfirewall/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/organizations/CHANGELOG.md

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

37
* **Feature**: Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type.

service/organizations/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/route53domains/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-12-12)
2+
3+
* **Feature**: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.
4+
15
# v1.27.7 (2024-12-02)
26

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

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