Skip to content

Commit 1f80358

Browse files
committed
Release v2.0.0-beta.23 and awsv1shim/v2.0.0-beta.24
1 parent 4984e27 commit 1f80358

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

612
ENHANCEMENTS
713

go.work.sum

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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=

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)