Skip to content

Commit 97e2d3f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-08-30
1 parent 4cca52b commit 97e2d3f

21 files changed

+50
-48
lines changed

.changelog/3a3fee5b50bb49bda3226e0b2622885e.json

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

.changelog/65e4e2a3f8f149d591c9c73b012b0703.json

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

.changelog/75f4c0c83e57466f8cb6cd996af0e8e3.json

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

.changelog/ad03994f9af5422997d4845e3d45ca6a.json

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

.changelog/e9d011fb60414aaabef476a452caca73.json

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2024-08-30)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.37.0](service/backup/CHANGELOG.md#v1370-2024-08-30)
5+
* **Feature**: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
6+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.38.0](service/cloudwatchlogs/CHANGELOG.md#v1380-2024-08-30)
7+
* **Feature**: This release introduces a new optional parameter: Entity, in PutLogEvents request
8+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.19.0](service/datazone/CHANGELOG.md#v1190-2024-08-30)
9+
* **Feature**: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
10+
* `github.com/aws/aws-sdk-go-v2/service/redshiftdata`: [v1.28.0](service/redshiftdata/CHANGELOG.md#v1280-2024-08-30)
11+
* **Feature**: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`
12+
* `github.com/aws/aws-sdk-go-v2/service/sqs`: [v1.34.6](service/sqs/CHANGELOG.md#v1346-2024-08-30)
13+
* **Bug Fix**: Fix issue where SDK could not send a VisibilityTimeout of 0 in a ChangeMessageVisibilityBatchRequestEntry.
14+
115
# Release (2024-08-29)
216

317
## Module Highlights

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.4 (2024-08-30)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.3 (2024-08-29)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/backup/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.0 (2024-08-30)
2+
3+
* **Feature**: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
4+
15
# v1.36.4 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/backup/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudwatchlogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2024-08-30)
2+
3+
* **Feature**: This release introduces a new optional parameter: Entity, in PutLogEvents request
4+
15
# v1.37.5 (2024-08-22)
26

37
* No change notes available for this release.

service/cloudwatchlogs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/datazone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.0 (2024-08-30)
2+
3+
* **Feature**: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
4+
15
# v1.18.0 (2024-08-28)
26

37
* **Feature**: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.

service/datazone/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/aws/aws-sdk-go-v2/service/shield v1.27.4
7474
github.com/aws/aws-sdk-go-v2/service/snowball v1.28.4
7575
github.com/aws/aws-sdk-go-v2/service/sns v1.31.5
76-
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.5
76+
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.6
7777
github.com/aws/aws-sdk-go-v2/service/ssm v1.52.6
7878
github.com/aws/aws-sdk-go-v2/service/sts v1.30.5
7979
github.com/aws/aws-sdk-go-v2/service/support v1.24.5

service/redshiftdata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-08-30)
2+
3+
* **Feature**: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`
4+
15
# v1.27.4 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/redshiftdata/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/serverlessapplicationrepository/CHANGELOG.md

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

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/serverlessapplicationrepository/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sqs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.6 (2024-08-30)
2+
3+
* **Bug Fix**: Fix issue where SDK could not send a VisibilityTimeout of 0 in a ChangeMessageVisibilityBatchRequestEntry.
4+
15
# v1.34.5 (2024-08-22)
26

37
* No change notes available for this release.

service/sqs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)