Skip to content

Commit

Permalink
Release 2023-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 11, 2023
1 parent ff7eded commit 7e3d851
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changelog/27551955cf234172a39250ab04e5c0c9.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e7c1b400f3a842b7abe8c88555fe8064.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-12-11)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.28.0](service/neptune/CHANGELOG.md#v1280-2023-12-11)
* **Feature**: This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.
* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.26.6](service/pinpoint/CHANGELOG.md#v1266-2023-12-11)
* **Documentation**: This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.44.0](service/securityhub/CHANGELOG.md#v1440-2023-12-11)
* **Feature**: Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket

# Release (2023-12-08)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/lambda v1.49.5
github.com/aws/aws-sdk-go-v2/service/lightsail v1.32.5
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.5
github.com/aws/aws-sdk-go-v2/service/neptune v1.27.5
github.com/aws/aws-sdk-go-v2/service/neptune v1.28.0
github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.5
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.5
github.com/aws/aws-sdk-go-v2/service/polly v1.36.5
Expand Down
4 changes: 4 additions & 0 deletions service/neptune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2023-12-11)

* **Feature**: This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.

# v1.27.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/neptune/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/pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.6 (2023-12-11)

* **Documentation**: This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.

# v1.26.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/pinpoint/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/securityhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.0 (2023-12-11)

* **Feature**: Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket

# v1.43.5 (2023-12-08)

* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
Expand Down
2 changes: 1 addition & 1 deletion service/securityhub/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 7e3d851

Please sign in to comment.