Skip to content

Commit ebfeafa

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-10-16
1 parent e0fa20e commit ebfeafa

File tree

24 files changed

+53
-44
lines changed

24 files changed

+53
-44
lines changed

.changelog/024e7efafa274001b8677eb90bd32260.json

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

.changelog/139b04a8d6124cb29dfb9e66f9f70386.json

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

.changelog/3490980d7d804e078f8191e7a882e790.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-10-16)
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/config`: [v1.28.0](config/CHANGELOG.md#v1280-2024-10-16)
8+
* **Feature**: Adds the LoadOptions hook `WithBaseEndpoint` for setting global endpoint override in-code.
9+
* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.37.3](service/imagebuilder/CHANGELOG.md#v1373-2024-10-16)
10+
* **Bug Fix**: **BREAKING CHANGE**: The type of LaunchTemplateConfiguration.SetDefaultVersion has been changed from `bool` to `*bool`. Before this change, the field was incorrectly marked as having a default value of false by the service, which made it functionally impossible for users to express the full range of values for the field (true, false, and unset/nil), each of which have distinctly different behaviors.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.66.0](service/s3/CHANGELOG.md#v1660-2024-10-16)
12+
* **Feature**: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.
13+
114
# Release (2024-10-15)
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.28.0 (2024-10-16)
2+
3+
* **Feature**: Adds the LoadOptions hook `WithBaseEndpoint` for setting global endpoint override in-code.
4+
15
# v1.27.43 (2024-10-08)
26

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

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.

example/service/dynamodb/createTable/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.32.2
7-
github.com/aws/aws-sdk-go-v2/config v1.27.43
7+
github.com/aws/aws-sdk-go-v2/config v1.28.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2
99
)
1010

example/service/dynamodb/scanItems/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.32.2
7-
github.com/aws/aws-sdk-go-v2/config v1.27.43
7+
github.com/aws/aws-sdk-go-v2/config v1.28.0
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.12
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2
1010
)

example/service/s3/listObjects/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.27.43
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3
6+
github.com/aws/aws-sdk-go-v2/config v1.28.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.2
7-
github.com/aws/aws-sdk-go-v2/config v1.27.43
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3
7+
github.com/aws/aws-sdk-go-v2/config v1.28.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2
1010
)
1111

0 commit comments

Comments
 (0)