Skip to content

Commit 98ae688

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-09-18
1 parent 222928c commit 98ae688

32 files changed

+76
-81
lines changed

.changelog/154d90879ee341358f2383219dd6f038.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/451e37af617741c895b2ff5607e5f8f6.json

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

.changelog/67f008b7953743f7bea5b92191ad8d30.json

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

.changelog/83877ff1d56c4747846a0dffc68e68c4.json

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

.changelog/9f065e4055f64f9d90cf6ff5817083e3.json

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

.changelog/a0c3a91f38844c49a4536493cc18076c.json

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

.changelog/fa2d55ff1fdf42b09b4cc45a049641ab.json

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Release (2024-09-18)
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/costexplorer`: [v1.41.0](service/costexplorer/CHANGELOG.md#v1410-2024-09-18)
8+
* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
9+
* `github.com/aws/aws-sdk-go-v2/service/directoryservice`: [v1.28.0](service/directoryservice/CHANGELOG.md#v1280-2024-09-18)
10+
* **Feature**: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
11+
* `github.com/aws/aws-sdk-go-v2/service/directoryservicedata`: [v1.0.0](service/directoryservicedata/CHANGELOG.md#v100-2024-09-18)
12+
* **Release**: New AWS service client module
13+
* **Feature**: Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
14+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.47.0](service/guardduty/CHANGELOG.md#v1470-2024-09-18)
15+
* **Feature**: Add `launchType` and `sourceIPs` fields to GuardDuty findings.
16+
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.3.0](service/mailmanager/CHANGELOG.md#v130-2024-09-18)
17+
* **Feature**: Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
18+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.83.2](service/rds/CHANGELOG.md#v1832-2024-09-18)
19+
* **Documentation**: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
20+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.62.0](service/s3/CHANGELOG.md#v1620-2024-09-18)
21+
* **Feature**: Added SSE-KMS support for directory buckets.
22+
123
# Release (2024-09-17)
224

325
## General 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.35
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
88
)
99

1010
require (

0 commit comments

Comments
 (0)