Skip to content

Commit 6921a7d

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-04-21
1 parent 218eb01 commit 6921a7d

18 files changed

+40
-54
lines changed

.changelog/05300677f568479a8fbcce4b31ecb789.json

-8
This file was deleted.

.changelog/51ddbef3ded7422598ddd7245d5f5487.json

-8
This file was deleted.

.changelog/9b2a6913aa4945218de62a1399ae4a26.json

-8
This file was deleted.

.changelog/9ffe36793ce64be6aed093d3f95b844e.json

-8
This file was deleted.

.changelog/b329617f4401470a9fcd232efbf061bd.json

-8
This file was deleted.

.changelog/beef7f5b69bd4abca5bda083a2ebda87.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2025-04-21)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/arczonalshift`: [v1.17.0](service/arczonalshift/CHANGELOG.md#v1170-2025-04-21)
5+
* **Feature**: Updates to documentation and exception types for Zonal Autoshift
6+
* `github.com/aws/aws-sdk-go-v2/service/budgets`: [v1.31.0](service/budgets/CHANGELOG.md#v1310-2025-04-21)
7+
* **Feature**: Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04.
8+
* `github.com/aws/aws-sdk-go-v2/service/firehose`: [v1.37.4](service/firehose/CHANGELOG.md#v1374-2025-04-21)
9+
* **Documentation**: Documentation update regarding the number of streams you can create using the CreateDeliveryStream API.
10+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.47.0](service/mediatailor/CHANGELOG.md#v1470-2025-04-21)
11+
* **Feature**: Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
12+
* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.25.0](service/qbusiness/CHANGELOG.md#v1250-2025-04-21)
13+
* **Feature**: The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.
14+
115
# Release (2025-04-18)
216

317
## Module Highlights

service/arczonalshift/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2025-04-21)
2+
3+
* **Feature**: Updates to documentation and exception types for Zonal Autoshift
4+
15
# v1.16.2 (2025-04-10)
26

37
* No change notes available for this release.

service/arczonalshift/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/budgets/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.0 (2025-04-21)
2+
3+
* **Feature**: Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04.
4+
15
# v1.30.3 (2025-04-10)
26

37
* No change notes available for this release.

service/budgets/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/firehose/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.4 (2025-04-21)
2+
3+
* **Documentation**: Documentation update regarding the number of streams you can create using the CreateDeliveryStream API.
4+
15
# v1.37.3 (2025-04-10)
26

37
* No change notes available for this release.

service/firehose/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.33.3
4141
github.com/aws/aws-sdk-go-v2/service/emr v1.48.3
4242
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.39.0
43-
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.3
43+
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.4
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.41.1
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.3
4646
github.com/aws/aws-sdk-go-v2/service/glue v1.109.1

service/mediatailor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2025-04-21)
2+
3+
* **Feature**: Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
4+
15
# v1.46.1 (2025-04-03)
26

37
* No change notes available for this release.

service/mediatailor/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/qbusiness/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2025-04-21)
2+
3+
* **Feature**: The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.
4+
15
# v1.24.0 (2025-04-10)
26

37
* **Feature**: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests.

service/qbusiness/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)