Skip to content

Commit

Permalink
Release 2023-03-24
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 24, 2023
1 parent b50d13f commit 30d458f
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changelog/0c5f4550b86f4b148f9b4304efdb606f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/346001df4c964df6839be2929a19e0c7.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/58ed5805a7184ac0a8221aeede08e52b.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2023-03-24)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.25.7](service/cloudwatch/CHANGELOG.md#v1257-2023-03-24)
* **Documentation**: Doc-only update to correct alarm actions list
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.23.0](service/comprehend/CHANGELOG.md#v1230-2023-03-24)
* **Feature**: This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.41.0](service/rds/CHANGELOG.md#v1410-2023-03-24)
* **Feature**: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.

# Release (2023-03-23)

## Module Highlights
Expand Down
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.25.7 (2023-03-24)

* **Documentation**: Doc-only update to correct alarm actions list

# v1.25.6 (2023-03-21)

* **Dependency Update**: Updated to the latest SDK module versions
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/comprehend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2023-03-24)

* **Feature**: This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .

# v1.22.2 (2023-03-21)

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

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.6
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.5
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.24.4
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.6
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.7
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.7
github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.8
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.7
Expand Down Expand Up @@ -60,7 +60,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.6
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.6
github.com/aws/aws-sdk-go-v2/service/polly v1.25.5
github.com/aws/aws-sdk-go-v2/service/rds v1.40.7
github.com/aws/aws-sdk-go-v2/service/rds v1.41.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.7
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.6
github.com/aws/aws-sdk-go-v2/service/route53 v1.27.5
Expand Down
4 changes: 4 additions & 0 deletions service/ivsrealtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.1 (2023-03-24)

* No change notes available for this release.

# v1.0.0 (2023-03-23)

* **Release**: New AWS service client module
Expand Down
2 changes: 1 addition & 1 deletion service/ivsrealtime/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.41.0 (2023-03-24)

* **Feature**: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.

# v1.40.7 (2023-03-21)

* **Dependency Update**: Updated to the latest SDK module versions
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.

0 comments on commit 30d458f

Please sign in to comment.