Skip to content

Commit af1f58b

Browse files
authored
Merge pull request #934 from hashicorp/release-v2.0.0-beta.48
Release `v2.0.0 beta.48`
2 parents 7f2a917 + acb61a6 commit af1f58b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
<!-- markdownlint-disable single-title -->
22
# v2.0.0 (Unreleased)
33

4+
# v2.0.0-beta.48 (2024-02-21)
5+
6+
BUG FIXES
7+
8+
* Updates dependencies.
9+
10+
ENHANCEMENTS
11+
12+
* Adds `TokenBucketRateLimiterCapacity` parameter to configure token bucket rate limiter capacity ([#933](https://github.com/hashicorp/aws-sdk-go-base/pull/933))
13+
414
# v2.0.0-beta.47 (2024-02-14)
515

616
BUG FIXES
717

8-
* Ensures that each AWS SDK for Go v2 API client gets an independent `Retryer`. ([#918](https://github.com/hashicorp/aws-sdk-go-base/pull/918))
18+
* Ensures that each AWS SDK for Go v2 API client gets an independent `Retryer` ([#918](https://github.com/hashicorp/aws-sdk-go-base/pull/918))
919
* Updates dependencies.
1020

1121
# v2.0.0-beta.46 (2024-01-03)
@@ -16,7 +26,7 @@ BUG FIXES
1626

1727
ENHANCEMENTS
1828

19-
* Adds support for AWS region `ca-west-1`. ([#858](https://github.com/hashicorp/aws-sdk-go-base/pull/858))
29+
* Adds support for AWS region `ca-west-1` ([#858](https://github.com/hashicorp/aws-sdk-go-base/pull/858))
2030

2131
# v2.0.0-beta.45 (2023-12-12)
2232

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.0
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.27.1
1212
github.com/google/go-cmp v0.6.0
13-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.47
13+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.48
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0

0 commit comments

Comments
 (0)