File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11<!-- markdownlint-disable single-title -->
22# v2.0.0 (Unreleased)
33
4- # v2.0.0-beta.24 (Unreleased)
4+ # v2.0.0-beta.25 (Unreleased)
5+
6+ # v2.0.0-beta.24 (2023-02-23)
7+
8+ BUG FIXES
9+
10+ * Avoids retries on ` Expired Token ` errors. ([ #362 ] ( https://github.com/hashicorp/aws-sdk-go-base/pull/362 ) )
511
612# v2.0.0-beta.23 (2023-02-09)
713
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22
99 github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
1010 github.com/google/go-cmp v0.5.9
11- github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.23
11+ github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.24
1212 github.com/hashicorp/go-cleanhttp v0.5.2
1313 github.com/hashicorp/terraform-plugin-log v0.8.0
1414 go.opentelemetry.io/otel v1.13.0
You can’t perform that action at this time.
0 commit comments