Skip to content

Commit 071b493

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-10-11
1 parent c70d011 commit 071b493

28 files changed

+67
-64
lines changed

.changelog/2e3535e4f2c24457ac81705b2ab7fc40.json

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

.changelog/78d2642fd34c4418ab886a0959e04b89.json

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

.changelog/9d177136c78f457fa88e399fd388f07c.json

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

.changelog/e72ce6b60b2c4c8ba3ba5c5b3b9e5a82.json

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

.changelog/fde7124b1b3942538e2366613b7882ef.json

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

.changelog/fe46adf92db84c03a41dbd79c8147d12.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 (2024-10-11)
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/appflow`: [v1.45.3](service/appflow/CHANGELOG.md#v1453-2024-10-11)
8+
* **Documentation**: Doc only updates for clarification around OAuth2GrantType for Salesforce.
9+
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.40.0](service/elasticloadbalancingv2/CHANGELOG.md#v1400-2024-10-11)
10+
* **Feature**: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
11+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.46.0](service/emr/CHANGELOG.md#v1460-2024-10-11)
12+
* **Feature**: This release provides new parameter "Context" in instance fleet clusters.
13+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.50.0](service/guardduty/CHANGELOG.md#v1500-2024-10-11)
14+
* **Feature**: Added a new field for network connection details.
15+
* `github.com/aws/aws-sdk-go-v2/service/robomaker`: [v1.30.3](service/robomaker/CHANGELOG.md#v1303-2024-10-11)
16+
* **Documentation**: Documentation update: added support notices to each API action.
17+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.65.3](service/s3/CHANGELOG.md#v1653-2024-10-11)
18+
* **Bug Fix**: S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types
19+
120
# Release (2024-10-10)
221

322
## Module Highlights

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.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.43
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3
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.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.2
77
github.com/aws/aws-sdk-go-v2/config v1.27.43
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2
1010
)
1111

feature/dynamodbstreams/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.33 (2024-10-11)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.32 (2024-10-10)
26

37
* No change notes available for this release.

0 commit comments

Comments
 (0)