Skip to content

Commit

Permalink
Release 2025-01-27
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 27, 2025
1 parent 912497b commit df279db
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .changelog/4f1a5df097014c589a7be6825b3a6029.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f752ec028d0941838308933593f5016e.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-01-27)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.34.0](service/bedrockagent/CHANGELOG.md#v1340-2025-01-27)
* **Feature**: Add support for the prompt caching feature for Bedrock Prompt Management
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.66.0](service/mediaconvert/CHANGELOG.md#v1660-2025-01-27)
* **Feature**: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.53.0](service/s3control/CHANGELOG.md#v1530-2025-01-27)
* **Feature**: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations

# Release (2025-01-24)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0
)

require (
Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.0 (2025-01-27)

* **Feature**: Add support for the prompt caching feature for Bedrock Prompt Management

# v1.33.4 (2025-01-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagent/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 @@ -63,7 +63,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.6
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.14
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.12
github.com/aws/aws-sdk-go-v2/service/ses v1.29.7
Expand Down
4 changes: 4 additions & 0 deletions service/mediaconvert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.66.0 (2025-01-27)

* **Feature**: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.

# v1.65.4 (2025-01-24)

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

* **Feature**: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations

# v1.52.7 (2025-01-24)

* **Dependency Update**: Updated to the latest SDK module versions
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/synthetics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.9 (2025-01-27)

* No change notes available for this release.

# v1.31.8 (2025-01-24)

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

Please sign in to comment.