Skip to content

Commit 54e19df

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-06-05
1 parent 0402b49 commit 54e19df

31 files changed

+72
-59
lines changed

.changelog/3e8f46bef0634ecca6d79ce47de3e1b1.json

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

.changelog/76710fee76664e76989335824a2df29f.json

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

.changelog/8e1bf54ee9c54a05b900fcae96c40f9e.json

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

.changelog/a7a833ea4c9c42bcbecc39d0597c7b88.json

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

.changelog/d3790cc1943e4cadb454d0a30bb36060.json

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release (2024-06-05)
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/feature/dynamodb/attributevalue`: [v1.14.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1140-2024-06-05)
8+
* **Feature**: Add codec options to use encoding.Text/Binary(Un)Marshaler when present on targets.
9+
* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.24.0](service/globalaccelerator/CHANGELOG.md#v1240-2024-06-05)
10+
* **Feature**: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.
11+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.83.0](service/glue/CHANGELOG.md#v1830-2024-06-05)
12+
* **Feature**: AWS Glue now supports native SaaS connectivity: Salesforce connector available now
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.55.0](service/s3/CHANGELOG.md#v1550-2024-06-05)
14+
* **Feature**: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.
15+
* **Bug Fix**: Add S3-specific smithy protocol tests.
16+
117
# Release (2024-06-04)
218

319
## Module Highlights

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.27.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.17
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.21
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.0
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.7
1010
)
1111

example/service/s3/listObjects/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.17
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.27.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.17
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.4
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.55.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.12
1010
)
1111

feature/dynamodb/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2024-06-05)
2+
3+
* **Feature**: Add codec options to use encoding.Text/Binary(Un)Marshaler when present on targets.
4+
15
# v1.13.21 (2024-06-03)
26

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

0 commit comments

Comments
 (0)