File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
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.23 (Unreleased)
4+ # v2.0.0-beta.24 (Unreleased)
5+
6+ # v2.0.0-beta.23 (2023-02-09)
7+
8+ BUG FIXES
9+
10+ * Truncates HTTP request bodies in logs. ([ #351 ] ( https://github.com/hashicorp/aws-sdk-go-base/pull/351 ) )
511
612ENHANCEMENTS
713
Original file line number Diff line number Diff line change 1- github.com/hashicorp/aws-sdk- go-base/v2 v2.0.0-beta.22 /go.mod h1:Mv+moFKBVkdL7qc44axDSUjzLeHadpd5Ewf1XdolZr0 =
2- github.com/hashicorp/ go-hclog v1.2.1 h1:YQsLlGDJgwhXFpucSPyVbCBviQtjlHv3jLTlp8YmtEw =
3- github.com/hashicorp/ go-hclog v1.2.1 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
1+ github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
2+ github.com/go-logr/logr v1.2.3 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
3+ github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
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.22
11+ github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.23
1212 github.com/hashicorp/go-cleanhttp v0.5.2
1313 github.com/hashicorp/terraform-plugin-log v0.7.0
1414 go.opentelemetry.io/otel v1.12.0
You can’t perform that action at this time.
0 commit comments