Skip to content

Commit

Permalink
Merge pull request #978 from hashicorp/release-v2.0.0-beta.50
Browse files Browse the repository at this point in the history
Release `v2.0.0 beta.50`
  • Loading branch information
ewbankkit authored Mar 19, 2024
2 parents 71ddd7e + 756d17a commit 71caff0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

# v2.0.0-beta.50 (2024-03-19)

BUG FIXES

* Updates dependencies.

ENHANCEMENTS

* Changes the default AWS SDK for Go v2 API client [`RateLimiter`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@v1.26.0/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))

# v2.0.0-beta.49 (2024-03-12)

NOTES
Expand Down
2 changes: 1 addition & 1 deletion v2/awsv1shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.4
github.com/aws/aws-sdk-go-v2/service/sts v1.28.5
github.com/google/go-cmp v0.6.0
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.48
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.50
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/terraform-plugin-log v0.9.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.49.0
Expand Down

0 comments on commit 71caff0

Please sign in to comment.