Skip to content

Commit

Permalink
Release 2025-02-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 10, 2025
1 parent 23b8145 commit 0724e00
Show file tree
Hide file tree
Showing 29 changed files with 73 additions and 65 deletions.
8 changes: 0 additions & 8 deletions .changelog/2dd86ee01ff44ae2a3d6098a2174ccbf.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/82bdd515613b4b45810be5b9fbdb0c25.json

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/f007dcb88454412692915fadefdcf8cc.json

This file was deleted.

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

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Release (2025-02-10)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/apigatewayv2`: [v1.25.0](service/apigatewayv2/CHANGELOG.md#v1250-2025-02-10)
* **Feature**: Documentation updates for Amazon API Gateway
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.44.10](service/cloudfront/CHANGELOG.md#v14410-2025-02-10)
* **Documentation**: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.124.5](service/connect/CHANGELOG.md#v11245-2025-02-10)
* **Documentation**: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.47.0](service/databasemigrationservice/CHANGELOG.md#v1470-2025-02-10)
* **Feature**: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.6.0](service/internal/checksum/CHANGELOG.md#v160-2025-02-10)
* **Feature**: Support CRC64NVME flex checksums.

# Release (2025-02-07)

## Module Highlights
Expand Down
4 changes: 2 additions & 2 deletions 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.29.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
)

require (
Expand All @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
Expand Down
4 changes: 2 additions & 2 deletions 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.36.1
github.com/aws/aws-sdk-go-v2/config v1.29.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.4
)

Expand All @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
Expand Down
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.61 (2025-02-10)

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

# v1.17.60 (2025-02-06)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions 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.36.1
github.com/aws/aws-sdk-go-v2/config v1.29.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/smithy-go v1.22.2
)

Expand All @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
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: 2 additions & 2 deletions feature/s3/transfermanager/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.36.1
github.com/aws/aws-sdk-go-v2/config v1.29.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14
github.com/aws/smithy-go v1.22.2
)
Expand All @@ -19,7 +19,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/apigatewayv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2025-02-10)

* **Feature**: Documentation updates for Amazon API Gateway

# v1.24.17 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/apigatewayv2/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/cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.10 (2025-02-10)

* **Documentation**: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.

# v1.44.9 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudfront/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.124.5 (2025-02-10)

* **Documentation**: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.

# v1.124.4 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/databasemigrationservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.47.0 (2025-02-10)

* **Feature**: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

# v1.46.1 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/databasemigrationservice/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions 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.36.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.28.17
github.com/aws/smithy-go v1.22.2
)
Expand All @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/internal/checksum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.0 (2025-02-10)

* **Feature**: Support CRC64NVME flex checksums.

# v1.5.6 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/checksum/go_module_metadata.go

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

10 changes: 5 additions & 5 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.36.1
github.com/aws/aws-sdk-go-v2/config v1.29.6
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.60
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.61
github.com/aws/aws-sdk-go-v2/service/acm v1.30.18
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.11
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.13
Expand All @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.49.10
github.com/aws/aws-sdk-go-v2/service/batch v1.49.12
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.57.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.9
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.10
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.29.7
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.47.4
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.14
Expand All @@ -23,7 +23,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.49.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.12
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.15
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.46.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.47.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.15
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.12
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.17
Expand Down Expand Up @@ -62,7 +62,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.48.7
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.9
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.13
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.18
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.15
Expand Down Expand Up @@ -93,7 +93,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
Expand Down
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.76.1 (2025-02-10)

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

# v1.76.0 (2025-02-06)

* **Feature**: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.6
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13
github.com/aws/smithy-go v1.22.2
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.

4 changes: 4 additions & 0 deletions service/transcribe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.43.1 (2025-02-10)

* No change notes available for this release.

# v1.43.0 (2025-02-07)

* **Feature**: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
Expand Down
2 changes: 1 addition & 1 deletion service/transcribe/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 0724e00

Please sign in to comment.