Skip to content

Commit 03dd7e4

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-03-15
1 parent b47bc7f commit 03dd7e4

File tree

16 files changed

+38
-32
lines changed

16 files changed

+38
-32
lines changed

.changelog/0573973913cc40538b72f36b0b1063ab.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/4741fba502e142619f2e6d0495f713e9.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/ab0b06880e1c429590e2a0a26c54a82d.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2023-03-15)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy`: [v1.9.0](service/migrationhubstrategy/CHANGELOG.md#v190-2023-03-15)
5+
* **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.
6+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.31.0](service/s3control/CHANGELOG.md#v1310-2023-03-15)
7+
* **Feature**: Added support for S3 Object Lambda aliases.
8+
* `github.com/aws/aws-sdk-go-v2/service/securitylake`: [v1.3.0](service/securitylake/CHANGELOG.md#v130-2023-03-15)
9+
* **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.
10+
111
# Release (2023-03-14)
212

313
## General Highlights

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.17.6
77
github.com/aws/aws-sdk-go-v2/config v1.18.17
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.0
1010
)
1111

1212
replace github.com/aws/aws-sdk-go-v2 => ../../../../

service/firehose/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.7 (2023-03-15)
2+
3+
* No change notes available for this release.
4+
15
# v1.16.6 (2023-03-10)
26

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

service/firehose/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.5
4444
github.com/aws/aws-sdk-go-v2/service/emr v1.23.3
4545
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.6
46-
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.6
46+
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.7
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.5
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.6
4949
github.com/aws/aws-sdk-go-v2/service/glue v1.43.3
@@ -67,7 +67,7 @@ require (
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.5
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.2
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
70-
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
70+
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.0
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.0
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.6
7373
github.com/aws/aws-sdk-go-v2/service/ses v1.15.4

service/migrationhubstrategy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.0 (2023-03-15)
2+
3+
* **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.
4+
15
# v1.8.1 (2023-03-10)
26

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

service/migrationhubstrategy/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)