Skip to content

Commit

Permalink
Release 2024-04-24
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 24, 2024
1 parent 5168c3b commit 1cb9f15
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 66 deletions.
8 changes: 0 additions & 8 deletions .changelog/03aab8b3c13043dfa213b12a97f3389a.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2570232947f346ca978e154a6467943a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2db8e2f995214d529533f2d6f34125b4.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/72ed97c732b14ff096964c674ba59f10.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.37.0](service/datasync/CHANGELOG.md#v1370-2024-04-24)
* **Feature**: This change allows users to disable and enable the schedules associated with their tasks.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.159.0](service/ec2/CHANGELOG.md#v11590-2024-04-24)
* **Feature**: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
* `github.com/aws/aws-sdk-go-v2/service/emrcontainers`: [v1.28.0](service/emrcontainers/CHANGELOG.md#v1280-2024-04-24)
* **Feature**: EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.
* `github.com/aws/aws-sdk-go-v2/service/entityresolution`: [v1.10.0](service/entityresolution/CHANGELOG.md#v1100-2024-04-24)
* **Feature**: Support Batch Unique IDs Deletion.
* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.31.0](service/gamelift/CHANGELOG.md#v1310-2024-04-24)
* **Feature**: Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.50.0](service/ssm/CHANGELOG.md#v1500-2024-04-24)
* **Feature**: Add SSM DescribeInstanceProperties API to public AWS SDK.

# Release (2024-04-23)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/datasync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.37.0 (2024-04-24)

* **Feature**: This change allows users to disable and enable the schedules associated with their tasks.

# v1.36.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/datasync/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.159.0 (2024-04-24)

* **Feature**: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface

# v1.158.0 (2024-04-23)

* **Feature**: This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
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/emrcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2024-04-24)

* **Feature**: EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.

# v1.27.0 (2024-04-04)

* **Feature**: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
Expand Down
2 changes: 1 addition & 1 deletion service/emrcontainers/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/entityresolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.10.0 (2024-04-24)

* **Feature**: Support Batch Unique IDs Deletion.

# v1.9.0 (2024-04-16)

* **Feature**: Cross Account Resource Support .
Expand Down
2 changes: 1 addition & 1 deletion service/entityresolution/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/gamelift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2024-04-24)

* **Feature**: Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.

# v1.30.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/gamelift/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.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.158.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.159.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.7
github.com/aws/aws-sdk-go-v2/service/efs v1.28.4
Expand All @@ -45,7 +45,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/emr v1.39.5
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.30.4
github.com/aws/aws-sdk-go-v2/service/firehose v1.28.6
github.com/aws/aws-sdk-go-v2/service/gamelift v1.30.4
github.com/aws/aws-sdk-go-v2/service/gamelift v1.31.0
github.com/aws/aws-sdk-go-v2/service/glacier v1.22.4
github.com/aws/aws-sdk-go-v2/service/glue v1.80.0
github.com/aws/aws-sdk-go-v2/service/health v1.24.4
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.26.5
github.com/aws/aws-sdk-go-v2/service/sns v1.29.4
github.com/aws/aws-sdk-go-v2/service/sqs v1.31.4
github.com/aws/aws-sdk-go-v2/service/ssm v1.49.5
github.com/aws/aws-sdk-go-v2/service/ssm v1.50.0
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6
github.com/aws/aws-sdk-go-v2/service/support v1.21.4
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.25.5
Expand Down
4 changes: 4 additions & 0 deletions service/rum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.6 (2024-04-24)

* No change notes available for this release.

# v1.17.5 (2024-04-05)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/rum/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/ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.50.0 (2024-04-24)

* **Feature**: Add SSM DescribeInstanceProperties API to public AWS SDK.

# v1.49.5 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ssm/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 1cb9f15

Please sign in to comment.