Skip to content

Commit a6e48ac

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-08-26
1 parent 7d62062 commit a6e48ac

37 files changed

Lines changed: 90 additions & 70 deletions

File tree

.changelog/281f2e28209e44068c04c9d74bab8970.json

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

.changelog/ab4c5e77a75846aabae3cbee871b278e.json

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

.changelog/e55ec7bb4014492fa2e971d49efde154.json

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

.changelog/ebcf2e12f2ba4d0f9aa44b48b850c41f.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2024-08-26)
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/credentials`: [v1.17.30](credentials/CHANGELOG.md#v11730-2024-08-26)
8+
* **Bug Fix**: Save SSO cached token expiry in UTC to ensure cross-SDK compatibility.
9+
* `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue`: [v1.15.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1150-2024-08-26)
10+
* **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values.
11+
* `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue`: [v1.14.0](feature/dynamodbstreams/attributevalue/CHANGELOG.md#v1140-2024-08-26)
12+
* **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values.
13+
* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.41.0](service/iotsitewise/CHANGELOG.md#v1410-2024-08-26)
14+
* **Feature**: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
15+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.46.0](service/workspaces/CHANGELOG.md#v1460-2024-08-26)
16+
* **Feature**: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.
17+
118
# Release (2024-08-23)
219

320
## General Highlights

config/CHANGELOG.md

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

37
* **Bug Fix**: Don't fail credentials unit tests if credentials are found on a file

config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.29
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.30
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.22.5

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.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.30 (2024-08-26)
2+
3+
* **Bug Fix**: Save SSO cached token expiry in UTC to ensure cross-SDK compatibility.
4+
15
# v1.17.29 (2024-08-22)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

credentials/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)