Skip to content

Commit 71caff0

Browse files
authored
Merge pull request #978 from hashicorp/release-v2.0.0-beta.50
Release `v2.0.0 beta.50`
2 parents 71ddd7e + 756d17a commit 71caff0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
# v2.0.0-beta.50 (2024-03-19)
5+
6+
BUG FIXES
7+
8+
* Updates dependencies.
9+
10+
ENHANCEMENTS
11+
12+
* Changes the default AWS SDK for Go v2 API client [`RateLimiter`](https://pkg.go.dev/github.com/aws/[email protected]/aws/retry#RateLimiter) to [`ratelimit.None`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/ratelimit#pkg-variables) in order to maintain behavioral compatibility with AWS SDK for Go v1 ([#977](https://github.com/hashicorp/aws-sdk-go-base/pull/977))
13+
414
# v2.0.0-beta.49 (2024-03-12)
515

616
NOTES

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.4
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.28.5
1212
github.com/google/go-cmp v0.6.0
13-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.48
13+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.50
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.49.0

0 commit comments

Comments
 (0)