Skip to content

Commit

Permalink
Release 2024-06-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 12, 2024
1 parent 26b21b2 commit 177d1a4
Show file tree
Hide file tree
Showing 29 changed files with 68 additions and 84 deletions.
8 changes: 0 additions & 8 deletions .changelog/1211f003627d49b4bcc825e28ebb9785.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1eaf2aaedde44931982226bb2c8b787d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5d1e01c6f2f84e7eb640eaa94dae862d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6b95d140b01f4f868e0b3e680db2984c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7ca850047d8647738f99220aa114de55.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9e68113b708c42d4a37176676ce36069.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/de73f53a55854aa6a65452dc28ebad73.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f4263abdfda5434f8c8712e0c210f1a4.json

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release (2024-06-12)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/apptest`: [v1.0.0](service/apptest/CHANGELOG.md#v100-2024-06-12)
* **Release**: New AWS service client module
* **Feature**: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.164.0](service/ec2/CHANGELOG.md#v11640-2024-06-12)
* **Feature**: Tagging support for Traffic Mirroring FilterRule resource
* `github.com/aws/aws-sdk-go-v2/service/osis`: [v1.10.0](service/osis/CHANGELOG.md#v1100-2024-06-12)
* **Feature**: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.44.7](service/redshift/CHANGELOG.md#v1447-2024-06-12)
* **Documentation**: Updates to remove DC1 and DS2 node types.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.30.0](service/secretsmanager/CHANGELOG.md#v1300-2024-06-12)
* **Feature**: Introducing RotationToken parameter for PutSecretValue API
* `github.com/aws/aws-sdk-go-v2/service/securitylake`: [v1.14.0](service/securitylake/CHANGELOG.md#v1140-2024-06-12)
* **Feature**: This release updates request validation regex to account for non-commercial aws partitions.
* `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.30.0](service/sesv2/CHANGELOG.md#v1300-2024-06-12)
* **Feature**: This release adds support for Amazon EventBridge as an email sending events destination.

# Release (2024-06-11)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.27 (2024-06-12)

* No change notes available for this release.

# v1.13.26 (2024-06-11)

* No change notes available for this release.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/apptest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-06-12)

* **Release**: New AWS service client module
* **Feature**: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.

2 changes: 1 addition & 1 deletion service/apptest/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.164.0 (2024-06-12)

* **Feature**: Tagging support for Traffic Mirroring FilterRule resource

# v1.163.1 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.10
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.8
github.com/aws/aws-sdk-go-v2/service/ec2 v1.163.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.164.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.5
github.com/aws/aws-sdk-go-v2/service/ecs v1.42.0
github.com/aws/aws-sdk-go-v2/service/efs v1.28.10
Expand Down Expand Up @@ -62,14 +62,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.11
github.com/aws/aws-sdk-go-v2/service/polly v1.40.5
github.com/aws/aws-sdk-go-v2/service/rds v1.79.6
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.6
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.7
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.6
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.10
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.10
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.13
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.10
github.com/aws/aws-sdk-go-v2/service/ses v1.22.11
github.com/aws/aws-sdk-go-v2/service/sfn v1.27.6
Expand Down
4 changes: 4 additions & 0 deletions service/mq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.11 (2024-06-12)

* No change notes available for this release.

# v1.22.10 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/mq/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/osis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.10.0 (2024-06-12)

* **Feature**: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.

# v1.9.3 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/osis/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/redshift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.7 (2024-06-12)

* **Documentation**: Updates to remove DC1 and DS2 node types.

# v1.44.6 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/redshift/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2024-06-12)

* **Feature**: Introducing RotationToken parameter for PutSecretValue API

# v1.29.3 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/secretsmanager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/securitylake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.0 (2024-06-12)

* **Feature**: This release updates request validation regex to account for non-commercial aws partitions.

# v1.13.10 (2024-06-11)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/securitylake/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/sesv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2024-06-12)

* **Feature**: This release adds support for Amazon EventBridge as an email sending events destination.

# v1.29.6 (2024-06-07)

* **Bug Fix**: Add clock skew correction on all service clients
Expand Down
2 changes: 1 addition & 1 deletion service/sesv2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 177d1a4

Please sign in to comment.