Skip to content

Commit

Permalink
Release 2024-04-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 11, 2024
1 parent 1700993 commit 2e8999a
Show file tree
Hide file tree
Showing 39 changed files with 91 additions and 117 deletions.
8 changes: 0 additions & 8 deletions .changelog/0c776caedfbe4460b45789d804bacf0a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/29ba9d42eb91426eb131ade780b7381c.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/315a45de2b19487faecd9b5371ecba0c.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/4e9135b82ed54bc6b26a2a00a0705e4f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/689cb10c56284c65b7bb6498c0982bf2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/73a836b42ba540b58588893efb6cd471.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7792e9959d68411c898f5875c88de722.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.37.0](service/batch/CHANGELOG.md#v1370-2024-04-11)
* **Feature**: This release adds the task properties field to attempt details and the name field on EKS container detail.
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.36.0](service/cloudfront/CHANGELOG.md#v1360-2024-04-11)
* **Feature**: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.38.0](service/cloudwatch/CHANGELOG.md#v1380-2024-04-11)
* **Feature**: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.34.1](service/codebuild/CHANGELOG.md#v1341-2024-04-11)
* **Documentation**: Support access tokens for Bitbucket sources
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.32.0](service/iam/CHANGELOG.md#v1320-2024-04-11)
* **Feature**: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.51.0](service/medialive/CHANGELOG.md#v1510-2024-04-11)
* **Feature**: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
* `github.com/aws/aws-sdk-go-v2/service/omics`: [v1.20.0](service/omics/CHANGELOG.md#v1200-2024-04-11)
* **Feature**: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.77.1](service/rds/CHANGELOG.md#v1771-2024-04-11)
* **Documentation**: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.44.5](service/s3control/CHANGELOG.md#v1445-2024-04-11)
* **Documentation**: Documentation updates for Amazon S3-control.

# Release (2024-04-10)

## Module Highlights
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 @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.4
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.5
)

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

* **Feature**: This release adds the task properties field to attempt details and the name field on EKS container detail.

# v1.36.1 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/batch/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/cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.0 (2024-04-11)

* **Feature**: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.

# v1.35.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudfront/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/cloudwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.38.0 (2024-04-11)

* **Feature**: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.

# v1.37.0 (2024-04-01)

* **Feature**: This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatch/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.34.1 (2024-04-11)

* **Documentation**: Support access tokens for Bitbucket sources

# v1.34.0 (2024-04-09)

* **Feature**: Add new webhook filter types for GitHub webhooks
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/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.4 (2024-04-11)

* No change notes available for this release.

# v1.36.3 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
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/iam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.0 (2024-04-11)

* **Feature**: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.

# v1.31.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iam/go_module_metadata.go

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

16 changes: 8 additions & 8 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ require (
github.com/aws/aws-sdk-go-v2/service/appstream v1.34.4
github.com/aws/aws-sdk-go-v2/service/athena v1.40.4
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.5
github.com/aws/aws-sdk-go-v2/service/batch v1.36.1
github.com/aws/aws-sdk-go-v2/service/batch v1.37.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.49.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.4
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.4
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.4
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.2
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.37.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.34.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.34.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.4
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.4
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.26.4
github.com/aws/aws-sdk-go-v2/service/codestar v1.21.4
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.36.3
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.36.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.46.4
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.4
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.4
Expand All @@ -49,7 +49,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.22.4
github.com/aws/aws-sdk-go-v2/service/glue v1.78.0
github.com/aws/aws-sdk-go-v2/service/health v1.24.4
github.com/aws/aws-sdk-go-v2/service/iam v1.31.4
github.com/aws/aws-sdk-go-v2/service/iam v1.32.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.4
github.com/aws/aws-sdk-go-v2/service/iot v1.53.3
github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.4
Expand All @@ -61,14 +61,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.4
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.4
github.com/aws/aws-sdk-go-v2/service/polly v1.39.6
github.com/aws/aws-sdk-go-v2/service/rds v1.77.0
github.com/aws/aws-sdk-go-v2/service/rds v1.77.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.43.5
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.4
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.4
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.4
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.6
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.4
github.com/aws/aws-sdk-go-v2/service/ses v1.22.4
Expand Down
4 changes: 4 additions & 0 deletions service/medialive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.51.0 (2024-04-11)

* **Feature**: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.

# v1.50.0 (2024-04-03)

* **Feature**: Cmaf Ingest outputs are now supported in Media Live
Expand Down
2 changes: 1 addition & 1 deletion service/medialive/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/omics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2024-04-11)

* **Feature**: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.

# v1.19.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/omics/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/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.77.1 (2024-04-11)

* **Documentation**: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.

# v1.77.0 (2024-04-09)

* **Feature**: This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.5 (2024-04-11)

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

# v1.44.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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/serverlessapplicationrepository/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.5 (2024-04-11)

* No change notes available for this release.

# v1.20.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
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/verifiedpermissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.1 (2024-04-11)

* No change notes available for this release.

# v1.13.0 (2024-04-05)

* **Feature**: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token.
Expand Down
2 changes: 1 addition & 1 deletion service/verifiedpermissions/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 2e8999a

Please sign in to comment.