Skip to content

Commit

Permalink
Release 2024-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 8, 2024
1 parent 951ce37 commit 4e30dac
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 39 deletions.
8 changes: 0 additions & 8 deletions .changelog/82daea5135c24d9bbf004603d4443c04.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/88b72bc457a44b5f8aff048727b27910.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2024-08-08)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.43.0](service/cognitoidentityprovider/CHANGELOG.md#v1430-2024-08-08)
* **Feature**: Added support for threat protection for custom authentication in Amazon Cognito user pools.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.174.0](service/ec2/CHANGELOG.md#v11740-2024-08-08)
* **Feature**: Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.93.0](service/glue/CHANGELOG.md#v1930-2024-08-08)
* **Feature**: This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.

# Release (2024-08-07)

## 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.60 (2024-08-08)

* No change notes available for this release.

# v1.13.59 (2024-08-07)

* 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.

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

* **Feature**: Added support for threat protection for custom authentication in Amazon Cognito user pools.

# v1.42.0 (2024-08-06)

* **Feature**: Advanced security feature updates to include password history and log export for Cognito user pools.
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentityprovider/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.174.0 (2024-08-08)

* **Feature**: Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.

# v1.173.0 (2024-07-25)

* **Feature**: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
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.

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

* **Feature**: This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.

# v1.92.0 (2024-08-07)

* **Feature**: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.
Expand Down
2 changes: 1 addition & 1 deletion service/glue/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 @@ -22,7 +22,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.3
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.0
github.com/aws/aws-sdk-go-v2/service/codestar v1.23.3
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.42.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.43.0
github.com/aws/aws-sdk-go-v2/service/configservice v1.48.3
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.26.3
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.3
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.36.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.173.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.174.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.44.3
github.com/aws/aws-sdk-go-v2/service/efs v1.31.3
Expand All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.32.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.33.3
github.com/aws/aws-sdk-go-v2/service/glacier v1.24.3
github.com/aws/aws-sdk-go-v2/service/glue v1.92.0
github.com/aws/aws-sdk-go-v2/service/glue v1.93.0
github.com/aws/aws-sdk-go-v2/service/health v1.26.3
github.com/aws/aws-sdk-go-v2/service/iam v1.34.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.23.3
Expand Down

0 comments on commit 4e30dac

Please sign in to comment.