Skip to content

Commit 58cf650

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-02-28
1 parent 14e72bf commit 58cf650

18 files changed

+42
-56
lines changed

.changelog/1d767f996e4a45aa9f6e0f0418f6f997.json

-8
This file was deleted.

.changelog/37cc8c2cbd70405a83266ce535e31b55.json

-8
This file was deleted.

.changelog/69dd3b4b24e44482a5660c43e070333e.json

-8
This file was deleted.

.changelog/79fd549507cc4dd28737aed634837c51.json

-8
This file was deleted.

.changelog/81564e29bacb4d179e8cdfdb0bc815d5.json

-8
This file was deleted.

.changelog/81a073276adb4879b10df403f42e50aa.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2024-02-28)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.34.0](service/batch/CHANGELOG.md#v1340-2024-02-28)
5+
* **Feature**: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.4.0](service/bedrockagentruntime/CHANGELOG.md#v140-2024-02-28)
7+
* **Feature**: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
8+
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.36.0](service/costexplorer/CHANGELOG.md#v1360-2024-02-28)
9+
* **Feature**: This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
10+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.53.0](service/iot/CHANGELOG.md#v1530-2024-02-28)
11+
* **Feature**: This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
12+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.47.0](service/wafv2/CHANGELOG.md#v1470-2024-02-28)
13+
* **Feature**: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
14+
115
# Release (2024-02-27)
216

317
## Module Highlights

service/batch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2024-02-28)
2+
3+
* **Feature**: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
4+
15
# v1.33.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/batch/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/bedrockagentruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.0 (2024-02-28)
2+
3+
* **Feature**: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
4+
15
# v1.3.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/bedrockagentruntime/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/costexplorer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2024-02-28)
2+
3+
* **Feature**: This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
4+
15
# v1.35.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/costexplorer/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

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.34.1
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.40.1
1313
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.1
14-
github.com/aws/aws-sdk-go-v2/service/batch v1.33.1
14+
github.com/aws/aws-sdk-go-v2/service/batch v1.34.0
1515
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.46.1
1616
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.1
1717
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.1
@@ -51,7 +51,7 @@ require (
5151
github.com/aws/aws-sdk-go-v2/service/health v1.24.1
5252
github.com/aws/aws-sdk-go-v2/service/iam v1.31.1
5353
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.1
54-
github.com/aws/aws-sdk-go-v2/service/iot v1.52.1
54+
github.com/aws/aws-sdk-go-v2/service/iot v1.53.0
5555
github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.1
5656
github.com/aws/aws-sdk-go-v2/service/kms v1.29.1
5757
github.com/aws/aws-sdk-go-v2/service/lambda v1.53.1
@@ -84,7 +84,7 @@ require (
8484
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.1
8585
github.com/aws/aws-sdk-go-v2/service/waf v1.20.1
8686
github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.1
87-
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.46.1
87+
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.47.0
8888
github.com/aws/aws-sdk-go-v2/service/workspaces v1.38.1
8989
github.com/aws/smithy-go v1.20.1
9090
github.com/google/go-cmp v0.5.8

service/iot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.0 (2024-02-28)
2+
3+
* **Feature**: This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
4+
15
# v1.52.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/iot/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/wafv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2024-02-28)
2+
3+
* **Feature**: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
4+
15
# v1.46.1 (2024-02-23)
26

37
* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.

service/wafv2/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)