Skip to content

Commit

Permalink
Release 2025-02-17
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 17, 2025
1 parent 40dd351 commit 90f9d10
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changelog/7315b1709e3441a9958086aaf322d2e2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/85b79a385fa44c0b959624202755afc9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/fa2070c38ce849939f5717e5dcb5d201.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 (2025-02-17)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.29.0](service/amplify/CHANGELOG.md#v1290-2025-02-17)
* **Feature**: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.49.0](service/databasemigrationservice/CHANGELOG.md#v1490-2025-02-17)
* **Feature**: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
* `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb`: [v1.9.0](service/timestreaminfluxdb/CHANGELOG.md#v190-2025-02-17)
* **Feature**: This release introduces APIs to manage DbClusters and adds support for read replicas

# Release (2025-02-14)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2025-02-17)

* **Feature**: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.

# v1.28.8 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/amplify/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/databasemigrationservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.49.0 (2025-02-17)

* **Feature**: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.

# v1.48.0 (2025-02-14)

* **Feature**: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
Expand Down
2 changes: 1 addition & 1 deletion service/databasemigrationservice/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.49.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.12
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.15
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.48.0
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.49.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.15
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.12
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.17
Expand Down
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.55.10 (2025-02-17)

* No change notes available for this release.

# v1.55.9 (2025-02-05)

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

4 changes: 4 additions & 0 deletions service/storagegateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.35.1 (2025-02-17)

* No change notes available for this release.

# v1.35.0 (2025-02-13)

* **Feature**: This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.
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.

4 changes: 4 additions & 0 deletions service/timestreaminfluxdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.0 (2025-02-17)

* **Feature**: This release introduces APIs to manage DbClusters and adds support for read replicas

# v1.8.3 (2025-02-05)

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

Please sign in to comment.