Skip to content

Commit

Permalink
Release 2024-08-28
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 28, 2024
1 parent 1cd39e0 commit b4c0124
Show file tree
Hide file tree
Showing 39 changed files with 94 additions and 93 deletions.
8 changes: 0 additions & 8 deletions .changelog/2aeaec3792954856bac9e10ab6262b43.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2ce12c48990845ee95e3dcdec3a023bf.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3ab5218749be4531bd57da1ab4bc800b.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/4fd3aad7de664abeb222d3ff6f285e5e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5752dab3d0364c6fbc3c7631ef2f52e7.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appconfig`: [v1.32.0](service/appconfig/CHANGELOG.md#v1320-2024-08-28)
* **Feature**: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.18.0](service/datazone/CHANGELOG.md#v1180-2024-08-28)
* **Feature**: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
* `github.com/aws/aws-sdk-go-v2/service/devicefarm`: [v1.26.0](service/devicefarm/CHANGELOG.md#v1260-2024-08-28)
* **Feature**: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.177.0](service/ec2/CHANGELOG.md#v11770-2024-08-28)
* **Feature**: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
* `github.com/aws/aws-sdk-go-v2/service/internetmonitor`: [v1.17.0](service/internetmonitor/CHANGELOG.md#v1170-2024-08-28)
* **Feature**: Adds new querying types to show overall traffic suggestion information for monitors
* `github.com/aws/aws-sdk-go-v2/service/pcs`: [v1.0.0](service/pcs/CHANGELOG.md#v100-2024-08-28)
* **Release**: New AWS service client module
* **Feature**: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.61.0](service/s3/CHANGELOG.md#v1610-2024-08-28)
* **Feature**: Add presignPost for s3 PutObject
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.46.1](service/workspaces/CHANGELOG.md#v1461-2024-08-28)
* **Documentation**: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

# Release (2024-08-27)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.31
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.31
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.5
)

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.14.2 (2024-08-28)

* No change notes available for this release.

# v1.14.1 (2024-08-27)

* 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 feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.16 (2024-08-28)

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

# v1.17.15 (2024-08-26)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.31
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0
github.com/aws/smithy-go v1.20.4
)

Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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/appconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.0 (2024-08-28)

* **Feature**: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.

# v1.31.5 (2024-08-22)

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

* **Feature**: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.

# v1.17.2 (2024-08-22)

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

* **Feature**: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.

# v1.25.3 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/devicefarm/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.177.0 (2024-08-28)

* **Feature**: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space

# v1.176.0 (2024-08-21)

* **Feature**: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
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.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.4
github.com/aws/smithy-go v1.20.4
)
Expand Down
10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.30.4
github.com/aws/aws-sdk-go-v2/config v1.27.31
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.15
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16
github.com/aws/aws-sdk-go-v2/service/acm v1.28.6
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.6
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.2
Expand All @@ -25,12 +25,12 @@ require (
github.com/aws/aws-sdk-go-v2/service/configservice v1.48.5
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.26.4
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.5
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.25.3
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.26.0
github.com/aws/aws-sdk-go-v2/service/directconnect v1.27.7
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6
github.com/aws/aws-sdk-go-v2/service/ec2 v1.176.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.2
github.com/aws/aws-sdk-go-v2/service/efs v1.31.4
Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.43.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.4
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.30.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.6
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.4
Expand All @@ -82,7 +82,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/waf v1.23.4
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.4
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.5
github.com/aws/aws-sdk-go-v2/service/workspaces v1.46.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.46.1
github.com/aws/smithy-go v1.20.4
)

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

* **Feature**: Adds new querying types to show overall traffic suggestion information for monitors

# v1.16.5 (2024-08-22)

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

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

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

* **Release**: New AWS service client module
* **Feature**: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.

2 changes: 1 addition & 1 deletion service/pcs/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/redshiftserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.2 (2024-08-28)

* No change notes available for this release.

# v1.21.1 (2024-08-15)

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

* **Feature**: Add presignPost for s3 PutObject

# v1.60.1 (2024-08-22)

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

* No change notes available for this release.

# v1.26.5 (2024-08-22)

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

* **Documentation**: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

# v1.46.0 (2024-08-26)

* **Feature**: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.
Expand Down
2 changes: 1 addition & 1 deletion service/workspaces/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 b4c0124

Please sign in to comment.