Skip to content

Commit 732d6d7

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-12-20
1 parent 20cf735 commit 732d6d7

File tree

183 files changed

+505
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+505
-218
lines changed

.changelog/7e7c1284b0a94993965976e2d7d87861.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/874e778931c04a398ef69e8806f2f2d3.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a0d9e6b3e8464ddbb29017bbd54f804f.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a1d26beb800e425cb1eb011fe72a6ac8.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/bab774746e1a42d2920d0322930643d6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/c6cc1b544ddf401c87bf34bafeb9f4bb.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2023-12-20)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.31.0](service/appstream/CHANGELOG.md#v1310-2023-12-20)
8+
* **Feature**: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
9+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.37.0](service/eks/CHANGELOG.md#v1370-2023-12-20)
10+
* **Feature**: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
11+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.36.0](service/guardduty/CHANGELOG.md#v1360-2023-12-20)
12+
* **Feature**: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
13+
* `github.com/aws/aws-sdk-go-v2/service/managedblockchainquery`: [v1.7.0](service/managedblockchainquery/CHANGELOG.md#v170-2023-12-20)
14+
* **Feature**: Adding Confirmation Status and Execution Status to GetTransaction Response.
15+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.33.0](service/mediatailor/CHANGELOG.md#v1330-2023-12-20)
16+
* **Feature**: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
17+
* `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.36.0](service/route53/CHANGELOG.md#v1360-2023-12-20)
18+
* **Feature**: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
19+
120
# Release (2023-12-19)
221

322
## Module Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.2 (2023-12-20)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.26.1 (2023-12-08)
26

37
* **Bug Fix**: Correct loading of [services *] sections into shared config.

config/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.16.12
7+
github.com/aws/aws-sdk-go-v2/credentials v1.16.13
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.10
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.18.5
1111
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.5
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.26.5
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.26.6
1313
github.com/aws/smithy-go v1.19.0
1414
github.com/google/go-cmp v0.5.8
1515
)

config/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)