Skip to content

Commit 8abec4c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-05-23
1 parent 70e7095 commit 8abec4c

File tree

798 files changed

+2113
-572
lines changed

Some content is hidden

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

798 files changed

+2113
-572
lines changed

.changelog/384878677f9a4885825e6a4cc2b1012f.json

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

.changelog/422e97444e83499eabfee55a6d263189.json

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

.changelog/46836310b70c46d397462b1844505ea0.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2024-05-23)
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/emrserverless`: [v1.20.0](service/emrserverless/CHANGELOG.md#v1200-2024-05-23)
8+
* **Feature**: This release adds the capability to run interactive workloads using Apache Livy Endpoint.
9+
* `github.com/aws/aws-sdk-go-v2/service/opsworks`: [v1.22.8](service/opsworks/CHANGELOG.md#v1228-2024-05-23)
10+
* **Documentation**: Documentation-only update for OpsWorks Stacks.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.54.3](service/s3/CHANGELOG.md#v1543-2024-05-23)
12+
* **Bug Fix**: Prevent parsing failures for nonstandard `Expires` values in responses. If the SDK cannot parse the value set in the response header for this field it will now be returned as `nil`. A new field, `ExpiresString`, has been added that will retain the unparsed value from the response (regardless of whether it came back in a format recognized by the SDK).
13+
114
# Release (2024-05-22)
215

316
## 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.27.16 (2024-05-23)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.27.15 (2024-05-16)
26

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

config/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.27.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.15
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.16
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.20.8
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.28.9
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.20.9
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.28.10
1313
github.com/aws/smithy-go v1.20.2
1414
)
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.

credentials/CHANGELOG.md

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

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

credentials/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.27.0
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3
8-
github.com/aws/aws-sdk-go-v2/service/sso v1.20.8
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2
10-
github.com/aws/aws-sdk-go-v2/service/sts v1.28.9
8+
github.com/aws/aws-sdk-go-v2/service/sso v1.20.9
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3
10+
github.com/aws/aws-sdk-go-v2/service/sts v1.28.10
1111
github.com/aws/smithy-go v1.20.2
1212
)
1313

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)