Skip to content

Commit

Permalink
Release 2024-08-21
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 21, 2024
1 parent b504211 commit 38fe812
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 58 deletions.
8 changes: 0 additions & 8 deletions .changelog/21055fce4a0e4b1f89eee57d450b5a6b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/23a16dce7c3d4531b1bf16de40e06700.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/30c5a7e0fa0c4d269661639c3a9cf04f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/54bfae7cf8e541d79842df8dafd2ba19.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/61ca57de3eba4c2b8bb959fd878ebad9.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.176.0](service/ec2/CHANGELOG.md#v11760-2024-08-21)
* **Feature**: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.95.0](service/glue/CHANGELOG.md#v1950-2024-08-21)
* **Feature**: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.58.0](service/lambda/CHANGELOG.md#v1580-2024-08-21)
* **Feature**: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.52.0](service/securityhub/CHANGELOG.md#v1520-2024-08-21)
* **Feature**: Security Hub documentation and definition updates
* `github.com/aws/aws-sdk-go-v2/service/ses`: [v1.26.0](service/ses/CHANGELOG.md#v1260-2024-08-21)
* **Feature**: Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

# Release (2024-08-20)

## General 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.69 (2024-08-21)

* No change notes available for this release.

# v1.13.68 (2024-08-20)

* 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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.176.0 (2024-08-21)

* **Feature**: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances

# v1.175.1 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
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.95.0 (2024-08-21)

* **Feature**: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.

# v1.94.1 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
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.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.175.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.176.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.1
github.com/aws/aws-sdk-go-v2/service/efs v1.31.4
Expand All @@ -45,14 +45,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.32.1
github.com/aws/aws-sdk-go-v2/service/gamelift v1.33.4
github.com/aws/aws-sdk-go-v2/service/glacier v1.24.4
github.com/aws/aws-sdk-go-v2/service/glue v1.94.1
github.com/aws/aws-sdk-go-v2/service/glue v1.95.0
github.com/aws/aws-sdk-go-v2/service/health v1.26.4
github.com/aws/aws-sdk-go-v2/service/iam v1.35.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.23.4
github.com/aws/aws-sdk-go-v2/service/iot v1.55.4
github.com/aws/aws-sdk-go-v2/service/kinesis v1.29.4
github.com/aws/aws-sdk-go-v2/service/kms v1.35.4
github.com/aws/aws-sdk-go-v2/service/lambda v1.57.0
github.com/aws/aws-sdk-go-v2/service/lambda v1.58.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.40.4
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.22.4
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.4
Expand All @@ -68,7 +68,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.5
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.4
github.com/aws/aws-sdk-go-v2/service/ses v1.25.3
github.com/aws/aws-sdk-go-v2/service/ses v1.26.0
github.com/aws/aws-sdk-go-v2/service/sfn v1.30.1
github.com/aws/aws-sdk-go-v2/service/shield v1.27.4
github.com/aws/aws-sdk-go-v2/service/snowball v1.28.4
Expand Down
4 changes: 4 additions & 0 deletions service/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.58.0 (2024-08-21)

* **Feature**: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.

# v1.57.0 (2024-08-19)

* **Feature**: Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
Expand Down
2 changes: 1 addition & 1 deletion service/lambda/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/securityhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.52.0 (2024-08-21)

* **Feature**: Security Hub documentation and definition updates

# v1.51.4 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/securityhub/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/ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2024-08-21)

* **Feature**: Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

# v1.25.3 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/ses/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 38fe812

Please sign in to comment.