Skip to content

Commit

Permalink
Release 2023-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, 2023
1 parent b47bc7f commit 03dd7e4
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changelog/0573973913cc40538b72f36b0b1063ab.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4741fba502e142619f2e6d0495f713e9.json

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# Release (2023-03-15)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy`: [v1.9.0](service/migrationhubstrategy/CHANGELOG.md#v190-2023-03-15)
* **Feature**: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.31.0](service/s3control/CHANGELOG.md#v1310-2023-03-15)
* **Feature**: Added support for S3 Object Lambda aliases.
* `github.com/aws/aws-sdk-go-v2/service/securitylake`: [v1.3.0](service/securitylake/CHANGELOG.md#v130-2023-03-15)
* **Feature**: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.

# Release (2023-03-14)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.17.6
github.com/aws/aws-sdk-go-v2/config v1.18.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions service/firehose/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.7 (2023-03-15)

* No change notes available for this release.

# v1.16.6 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/firehose/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
Expand Up @@ -43,7 +43,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.5
github.com/aws/aws-sdk-go-v2/service/emr v1.23.3
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.6
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.6
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.7
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.5
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.6
github.com/aws/aws-sdk-go-v2/service/glue v1.43.3
Expand All @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.5
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.0
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.6
github.com/aws/aws-sdk-go-v2/service/ses v1.15.4
Expand Down
4 changes: 4 additions & 0 deletions service/migrationhubstrategy/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.0 (2023-03-15)

* **Feature**: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.

# v1.8.1 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/migrationhubstrategy/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
@@ -1,3 +1,7 @@
# v1.31.0 (2023-03-15)

* **Feature**: Added support for S3 Object Lambda aliases.

# v1.30.0 (2023-03-13)

* **Feature**: Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.
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/securitylake/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.3.0 (2023-03-15)

* **Feature**: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.

# v1.2.5 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/securitylake/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/storagegateway/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.7 (2023-03-15)

* No change notes available for this release.

# v1.18.6 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/storagegateway/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 03dd7e4

Please sign in to comment.