Skip to content

Commit 6be2ce9

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-05-21
1 parent 8963709 commit 6be2ce9

22 files changed

+51
-73
lines changed

.changelog/185a62c6ef084f7481b4bbe6a161aecb.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/4a185fe9780e4c4ba571952d49a2198e.json

-8
This file was deleted.

.changelog/986045c1b38d4337b3aa72e25c6fcc31.json

-8
This file was deleted.

.changelog/a131d5a950b24394a3013d5dbaeedb46.json

-8
This file was deleted.

.changelog/b70a59376f6640b38e5bdd488af981b8.json

-8
This file was deleted.

.changelog/e3d069ac6fbd40079642015a696e813f.json

-8
This file was deleted.

.changelog/e80a843e63c64d01ac222f4a282479a8.json

-8
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2024-05-21)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.81.0](service/glue/CHANGELOG.md#v1810-2024-05-21)
5+
* **Feature**: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
6+
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.38.0](service/lightsail/CHANGELOG.md#v1380-2024-05-21)
7+
* **Feature**: This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
8+
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.0.0](service/mailmanager/CHANGELOG.md#v100-2024-05-21)
9+
* **Release**: New AWS service client module
10+
* **Feature**: This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
11+
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.25.0](service/pi/CHANGELOG.md#v1250-2024-05-21)
12+
* **Feature**: Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
13+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.79.1](service/rds/CHANGELOG.md#v1791-2024-05-21)
14+
* **Documentation**: Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
15+
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.28.0](service/storagegateway/CHANGELOG.md#v1280-2024-05-21)
16+
* **Feature**: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
17+
118
# Release (2024-05-20)
219

320
## Module Highlights

service/glue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.81.0 (2024-05-21)
2+
3+
* **Feature**: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
4+
15
# v1.80.3 (2024-05-16)
26

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ require (
4747
github.com/aws/aws-sdk-go-v2/service/firehose v1.28.9
4848
github.com/aws/aws-sdk-go-v2/service/gamelift v1.31.3
4949
github.com/aws/aws-sdk-go-v2/service/glacier v1.22.7
50-
github.com/aws/aws-sdk-go-v2/service/glue v1.80.3
50+
github.com/aws/aws-sdk-go-v2/service/glue v1.81.0
5151
github.com/aws/aws-sdk-go-v2/service/health v1.24.7
5252
github.com/aws/aws-sdk-go-v2/service/iam v1.32.3
5353
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.7
5454
github.com/aws/aws-sdk-go-v2/service/iot v1.53.6
5555
github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.7
5656
github.com/aws/aws-sdk-go-v2/service/kms v1.31.3
5757
github.com/aws/aws-sdk-go-v2/service/lambda v1.54.3
58-
github.com/aws/aws-sdk-go-v2/service/lightsail v1.37.3
58+
github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.0
5959
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.7
6060
github.com/aws/aws-sdk-go-v2/service/neptune v1.31.9
6161
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.7
6262
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.8
6363
github.com/aws/aws-sdk-go-v2/service/polly v1.40.2
64-
github.com/aws/aws-sdk-go-v2/service/rds v1.79.0
64+
github.com/aws/aws-sdk-go-v2/service/rds v1.79.1
6565
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.3
6666
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.3
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.7

service/lightsail/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2024-05-21)
2+
3+
* **Feature**: This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
4+
15
# v1.37.3 (2024-05-16)
26

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

service/lightsail/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/mailmanager/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-05-21)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
5+

service/mailmanager/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/pi/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2024-05-21)
2+
3+
* **Feature**: Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
4+
15
# v1.24.8 (2024-05-16)
26

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

service/pi/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.79.1 (2024-05-21)
2+
3+
* **Documentation**: Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
4+
15
# v1.79.0 (2024-05-20)
26

37
* **Feature**: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.

service/rds/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/storagegateway/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-05-21)
2+
3+
* **Feature**: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
4+
15
# v1.27.7 (2024-05-16)
26

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

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