Skip to content

Commit 8e8487a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-05-22
1 parent 7c47834 commit 8e8487a

27 files changed

+67
-62
lines changed

.changelog/0e919f9c00d14acd87fcf6c0f1de614f.json

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

.changelog/5450e12a570b4c658dc2d9a9031f6f62.json

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

.changelog/6b3862bbc07242868378f9ab040925c9.json

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

.changelog/9d921c85bebc467d921d593bb991c0c4.json

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

.changelog/ed47b4b7c6594601a2405e787087ac2e.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2025-05-22)
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/amp`: [v1.34.0](service/amp/CHANGELOG.md#v1340-2025-05-22)
8+
* **Feature**: Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
9+
* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.39.0](service/auditmanager/CHANGELOG.md#v1390-2025-05-22)
10+
* **Feature**: With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
11+
* `github.com/aws/aws-sdk-go-v2/service/dsql`: [v1.5.0](service/dsql/CHANGELOG.md#v150-2025-05-22)
12+
* **Feature**: Features: support for customer managed encryption keys
13+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.113.0](service/glue/CHANGELOG.md#v11130-2025-05-22)
14+
* **Feature**: This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning
15+
* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.7.2](service/internal/checksum/CHANGELOG.md#v172-2025-05-22)
16+
* **Bug Fix**: Handle checksum for unseekable body with 0 content length
17+
118
# Release (2025-05-21)
219

320
## Module Highlights

example/service/s3/listObjects/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.29.14
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
88
)
99

1010
require (
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect

example/service/s3/usingPrivateLink/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.29.14
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.0
1010
)
1111

@@ -18,7 +18,7 @@ require (
1818
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
1919
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.76 (2025-05-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.75 (2025-05-05)
26

37
* **Bug Fix**: Enable user to call GetBucketRegion without credential config

feature/s3/manager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.29.14
88
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
9-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
9+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
1010
github.com/aws/smithy-go v1.22.2
1111
)
1212

@@ -18,7 +18,7 @@ require (
1818
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
1919
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect

feature/s3/manager/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.

feature/s3/transfermanager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.29.14
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
99
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
1010
github.com/aws/smithy-go v1.22.2
1111
)
@@ -19,7 +19,7 @@ require (
1919
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
2020
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
22-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
22+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect

service/amp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2025-05-22)
2+
3+
* **Feature**: Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
4+
15
# v1.33.1 (2025-05-01)
26

37
* No change notes available for this release.

service/amp/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/auditmanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.39.0 (2025-05-22)
2+
3+
* **Feature**: With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
4+
15
# v1.38.2 (2025-04-03)
26

37
* No change notes available for this release.

service/auditmanager/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/dsql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.5.0 (2025-05-22)
2+
3+
* **Feature**: Features: support for customer managed encryption keys
4+
15
# v1.4.0 (2025-05-19)
26

37
* **Feature**: CreateMultiRegionCluster and DeleteMultiRegionCluster APIs removed

service/dsql/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/glue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.113.0 (2025-05-22)
2+
3+
* **Feature**: This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning
4+
15
# v1.112.0 (2025-05-20)
26

37
* **Feature**: Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.

service/glue/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/benchmark/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.36.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.1
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.25.2
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.29.2
1212
github.com/aws/smithy-go v1.22.2
1313
)
@@ -18,7 +18,7 @@ require (
1818
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
1919
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect

service/internal/checksum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.2 (2025-05-22)
2+
3+
* **Bug Fix**: Handle checksum for unseekable body with 0 content length
4+
15
# v1.7.1 (2025-04-28)
26

37
* **Bug Fix**: Don't emit warnings about lack of checksum validation for non-200 responses.

service/internal/checksum/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: 4 additions & 4 deletions
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.36.3
55
github.com/aws/aws-sdk-go-v2/config v1.29.14
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.75
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.76
77
github.com/aws/aws-sdk-go-v2/service/acm v1.32.0
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.30.1
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.36.1
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.4
4444
github.com/aws/aws-sdk-go-v2/service/gamelift v1.41.1
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.3
46-
github.com/aws/aws-sdk-go-v2/service/glue v1.112.0
46+
github.com/aws/aws-sdk-go-v2/service/glue v1.113.0
4747
github.com/aws/aws-sdk-go-v2/service/health v1.30.2
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.42.0
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.26.2
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.51.1
6363
github.com/aws/aws-sdk-go-v2/service/route53domains v1.29.2
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.35.3
65-
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
65+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.4
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.0
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.4
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.34.0
@@ -92,7 +92,7 @@ require (
9292
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
9393
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
9494
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
95-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
95+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
9696
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
9797
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
9898
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect

service/s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.79.4 (2025-05-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.79.3 (2025-04-28)
26

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

service/s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34
1010
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34
1111
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
12-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1
12+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2
1313
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15
1414
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15
1515
github.com/aws/smithy-go v1.22.2

service/s3/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)