File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
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.69 (2025-12-08)
5+
6+ ENHANCEMENTS
7+
8+ * Updates supported endpoints ([ #1390 ] ( https://github.com/hashicorp/aws-sdk-go-base/pull/1390 ) )
9+ * ` useragent ` : Add ` FromSlice ` function ([ #1389 ] ( https://github.com/hashicorp/aws-sdk-go-base/pull/1389 ) )
10+
11+ BUG FIXES
12+
13+ * Updates dependencies.
14+
415# v2.0.0-beta.68 (2025-10-04)
516
617ENHANCEMENTS
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.15
1111 github.com/aws/aws-sdk-go-v2/service/sts v1.41.3
1212 github.com/google/go-cmp v0.7.0
13- github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.68
13+ github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.69
1414 github.com/hashicorp/go-cleanhttp v0.5.2
1515 github.com/hashicorp/terraform-plugin-log v0.10.0
1616 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0
You can’t perform that action at this time.
0 commit comments