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

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/451e37af617741c895b2ff5607e5f8f6.json

-8
This file was deleted.

.changelog/67f008b7953743f7bea5b92191ad8d30.json

-8
This file was deleted.

.changelog/83877ff1d56c4747846a0dffc68e68c4.json

-8
This file was deleted.

.changelog/9f065e4055f64f9d90cf6ff5817083e3.json

-8
This file was deleted.

.changelog/a0c3a91f38844c49a4536493cc18076c.json

-8
This file was deleted.

.changelog/fa2d55ff1fdf42b09b4cc45a049641ab.json

-8
This file was deleted.

CHANGELOG.md

+22
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

+1-1
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 (

example/service/s3/usingPrivateLink/go.mod

+1-1
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.30.5
77
github.com/aws/aws-sdk-go-v2/config v1.27.35
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.47.1
1010
)
1111

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.16 (2024-09-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.15 (2024-09-17)
26

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

feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.21 (2024-09-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.20 (2024-09-17)
26

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

feature/s3/manager/go.mod

+1-1
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.30.5
77
github.com/aws/aws-sdk-go-v2/config v1.27.35
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
99
github.com/aws/smithy-go v1.20.4
1010
)
1111

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/costexplorer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.41.0 (2024-09-18)
2+
3+
* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
4+
15
# v1.40.7 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/costexplorer/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/directoryservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-09-18)
2+
3+
* **Feature**: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
4+
15
# v1.27.7 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/directoryservice/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-09-18)
2+
3+
* **Release**: New AWS service client module
4+
* **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.
5+

service/directoryservicedata/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/guardduty/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2024-09-18)
2+
3+
* **Feature**: Add `launchType` and `sourceIPs` fields to GuardDuty findings.
4+
15
# v1.46.1 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/guardduty/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.30.5
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.10
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.7
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.7
1212
github.com/aws/smithy-go v1.20.4
1313
)

service/internal/integrationtest/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.30.5
55
github.com/aws/aws-sdk-go-v2/config v1.27.35
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.20
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.21
77
github.com/aws/aws-sdk-go-v2/service/acm v1.28.9
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.9
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.5
@@ -27,7 +27,7 @@ require (
2727
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.8
2828
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.26.3
2929
github.com/aws/aws-sdk-go-v2/service/directconnect v1.27.10
30-
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.7
30+
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.28.0
3131
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.4
3232
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.10
3333
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.4
@@ -58,13 +58,13 @@ require (
5858
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.8
5959
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.7
6060
github.com/aws/aws-sdk-go-v2/service/polly v1.43.3
61-
github.com/aws/aws-sdk-go-v2/service/rds v1.83.1
61+
github.com/aws/aws-sdk-go-v2/service/rds v1.83.2
6262
github.com/aws/aws-sdk-go-v2/service/redshift v1.46.9
6363
github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.6
6464
github.com/aws/aws-sdk-go-v2/service/route53 v1.43.3
6565
github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.7
6666
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.30.9
67-
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
67+
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
6868
github.com/aws/aws-sdk-go-v2/service/s3control v1.47.1
6969
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.9
7070
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.7

service/mailmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.3.0 (2024-09-18)
2+
3+
* **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.
4+
15
# v1.2.7 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/mailmanager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.83.2 (2024-09-18)
2+
3+
* **Documentation**: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
4+
15
# v1.83.1 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/rds/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.62.0 (2024-09-18)
2+
3+
* **Feature**: Added SSE-KMS support for directory buckets.
4+
15
# v1.61.3 (2024-09-17)
26

37
* **Bug Fix**: **BREAKFIX**: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.

service/s3/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)