Skip to content

Commit

Permalink
Release 2024-09-18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 18, 2024
1 parent 222928c commit 98ae688
Show file tree
Hide file tree
Showing 32 changed files with 76 additions and 81 deletions.
8 changes: 0 additions & 8 deletions .changelog/154d90879ee341358f2383219dd6f038.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/451e37af617741c895b2ff5607e5f8f6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/67f008b7953743f7bea5b92191ad8d30.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/83877ff1d56c4747846a0dffc68e68c4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9f065e4055f64f9d90cf6ff5817083e3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a0c3a91f38844c49a4536493cc18076c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/fa2d55ff1fdf42b09b4cc45a049641ab.json

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release (2024-09-18)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.41.0](service/costexplorer/CHANGELOG.md#v1410-2024-09-18)
* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* `github.com/aws/aws-sdk-go-v2/service/directoryservice`: [v1.28.0](service/directoryservice/CHANGELOG.md#v1280-2024-09-18)
* **Feature**: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* `github.com/aws/aws-sdk-go-v2/service/directoryservicedata`: [v1.0.0](service/directoryservicedata/CHANGELOG.md#v100-2024-09-18)
* **Release**: New AWS service client module
* **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.
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.47.0](service/guardduty/CHANGELOG.md#v1470-2024-09-18)
* **Feature**: Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.3.0](service/mailmanager/CHANGELOG.md#v130-2024-09-18)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.83.2](service/rds/CHANGELOG.md#v1832-2024-09-18)
* **Documentation**: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.62.0](service/s3/CHANGELOG.md#v1620-2024-09-18)
* **Feature**: Added SSE-KMS support for directory buckets.

# Release (2024-09-17)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2/config v1.27.35
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.35
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.47.1
)

Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.16 (2024-09-18)

* No change notes available for this release.

# v1.14.15 (2024-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.21 (2024-09-18)

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

# v1.17.20 (2024-09-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.35
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
github.com/aws/smithy-go v1.20.4
)

Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/costexplorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.0 (2024-09-18)

* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.

# v1.40.7 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/costexplorer/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/directoryservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2024-09-18)

* **Feature**: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API

# v1.27.7 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/directoryservice/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/directoryservicedata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-09-18)

* **Release**: New AWS service client module
* **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.

2 changes: 1 addition & 1 deletion service/directoryservicedata/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/guardduty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.47.0 (2024-09-18)

* **Feature**: Add `launchType` and `sourceIPs` fields to GuardDuty findings.

# v1.46.1 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/guardduty/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.10
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.7
github.com/aws/smithy-go v1.20.4
)
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.35
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.20
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.21
github.com/aws/aws-sdk-go-v2/service/acm v1.28.9
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.9
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.5
Expand All @@ -27,7 +27,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.8
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.26.3
github.com/aws/aws-sdk-go-v2/service/directconnect v1.27.10
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.7
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.28.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.10
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.4
Expand Down Expand Up @@ -58,13 +58,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.8
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.7
github.com/aws/aws-sdk-go-v2/service/polly v1.43.3
github.com/aws/aws-sdk-go-v2/service/rds v1.83.1
github.com/aws/aws-sdk-go-v2/service/rds v1.83.2
github.com/aws/aws-sdk-go-v2/service/redshift v1.46.9
github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.6
github.com/aws/aws-sdk-go-v2/service/route53 v1.43.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.7
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.30.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.62.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.47.1
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.9
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.7
Expand Down
4 changes: 4 additions & 0 deletions service/mailmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.0 (2024-09-18)

* **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.

# v1.2.7 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/mailmanager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.83.2 (2024-09-18)

* **Documentation**: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.

# v1.83.1 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.62.0 (2024-09-18)

* **Feature**: Added SSE-KMS support for directory buckets.

# v1.61.3 (2024-09-17)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98ae688

Please sign in to comment.