Skip to content

Commit

Permalink
Release 2024-03-15
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 15, 2024
1 parent db0b1ab commit 10c4487
Show file tree
Hide file tree
Showing 48 changed files with 117 additions and 90 deletions.
8 changes: 0 additions & 8 deletions .changelog/01d13318dedf4a8b86a12928a86d4385.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/68d33d6c9b3844de8b0afd66b0961e69.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/698e90ef43a341a89c0aa557dcd7fb00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/818f206affcd4f9d950f25dd0cfde2cc.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/84459f7a0648494d843b8097d9bf846d.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Release (2024-03-15)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.34.0](service/backup/CHANGELOG.md#v1340-2024-03-15)
* **Feature**: This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.31.0](service/codebuild/CHANGELOG.md#v1310-2024-03-15)
* **Feature**: AWS CodeBuild now supports overflow behavior on Reserved Capacity.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.94.0](service/connect/CHANGELOG.md#v1940-2024-03-15)
* **Feature**: This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.151.0](service/ec2/CHANGELOG.md#v11510-2024-03-15)
* **Feature**: Add media accelerator and neuron device information on the describe instance types API.
* `github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2`: [v1.25.0](service/kinesisanalyticsv2/CHANGELOG.md#v1250-2024-03-15)
* **Feature**: Support for Flink 1.18 in Managed Service for Apache Flink
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.52.1](service/s3/CHANGELOG.md#v1521-2024-03-15)
* **Documentation**: Documentation updates for Amazon S3.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.133.0](service/sagemaker/CHANGELOG.md#v11330-2024-03-15)
* **Feature**: Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.4.0](service/workspacesthinclient/CHANGELOG.md#v140-2024-03-15)
* **Feature**: Removed unused parameter kmsKeyArn from UpdateDeviceRequest

# Release (2024-03-14)

## 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.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
)

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.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
)

Expand Down
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.16.11 (2024-03-15)

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

# v1.16.10 (2024-03-13)

* **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.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
github.com/aws/smithy-go v1.20.1
)

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/backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.0 (2024-03-15)

* **Feature**: This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.

# v1.33.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/backup/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/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2024-03-15)

* **Feature**: AWS CodeBuild now supports overflow behavior on Reserved Capacity.

# v1.30.3 (2024-03-08)

* **Documentation**: This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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/cognitoidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.3 (2024-03-15)

* No change notes available for this release.

# v1.23.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentity/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/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.1 (2024-03-15)

* No change notes available for this release.

# v1.36.0 (2024-03-08)

* **Feature**: Add ConcurrentModificationException to SetUserPoolMfaConfig
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/comprehendmedical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.3 (2024-03-15)

* No change notes available for this release.

# v1.22.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/comprehendmedical/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.94.0 (2024-03-15)

* **Feature**: This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.

# v1.93.0 (2024-03-12)

* **Feature**: This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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.151.0 (2024-03-15)

* **Feature**: Add media accelerator and neuron device information on the describe instance types API.

# v1.150.1 (2024-03-12)

* **Documentation**: Documentation updates for Amazon EC2.
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.25.3 (2024-03-15)

* No change notes available for this release.

# v1.25.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
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/identitystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.3 (2024-03-15)

* No change notes available for this release.

# v1.23.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/identitystore/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.25.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.4
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.2
github.com/aws/smithy-go v1.20.1
)
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.25.3
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.10
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.11
github.com/aws/aws-sdk-go-v2/service/acm v1.25.2
github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.4
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.2
Expand All @@ -18,12 +18,12 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.2
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.36.2
github.com/aws/aws-sdk-go-v2/service/codebuild v1.30.3
github.com/aws/aws-sdk-go-v2/service/codebuild v1.31.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.2
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.2
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.26.2
github.com/aws/aws-sdk-go-v2/service/codestar v1.21.2
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.36.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.36.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.46.2
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.2
Expand All @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.150.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.151.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.2
github.com/aws/aws-sdk-go-v2/service/efs v1.28.2
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.52.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.3
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.2
Expand Down
4 changes: 4 additions & 0 deletions service/kinesisanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.3 (2024-03-15)

* No change notes available for this release.

# v1.21.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/kinesisanalytics/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/kinesisanalyticsv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2024-03-15)

* **Feature**: Support for Flink 1.18 in Managed Service for Apache Flink

# v1.24.0 (2024-03-13)

* **Feature**: Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs.
Expand Down
2 changes: 1 addition & 1 deletion service/kinesisanalyticsv2/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.52.1 (2024-03-15)

* **Documentation**: Documentation updates for Amazon S3.

# v1.52.0 (2024-03-13)

* **Feature**: This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).
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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.133.0 (2024-03-15)

* **Feature**: Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.

# v1.132.1 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/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/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.3 (2024-03-15)

* No change notes available for this release.

# v1.22.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/signer/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 10c4487

Please sign in to comment.