Skip to content

Commit

Permalink
Release 2025-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 29, 2025
1 parent 40ddb76 commit b820c57
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 64 deletions.
8 changes: 0 additions & 8 deletions .changelog/00ac81b1d0cd402397bc27c4f8e37710.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2e4dd529d6124aae824925eae8503164.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3830f79a691e43d69188bfa3cb3edc63.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2025-01-29)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/feature/s3/manager`: [v1.17.55](feature/s3/manager/CHANGELOG.md#v11755-2025-01-29)
* **Bug Fix**: Fix incorrect reference to old s3manager in comments.
* `github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator`: [v1.2.0](service/bcmpricingcalculator/CHANGELOG.md#v120-2025-01-29)
* **Feature**: Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
* `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.39.0](service/ecr/CHANGELOG.md#v1390-2025-01-29)
* **Feature**: Add support for Dualstack and Dualstack-with-FIPS Endpoints
* `github.com/aws/aws-sdk-go-v2/service/ecrpublic`: [v1.30.0](service/ecrpublic/CHANGELOG.md#v1300-2025-01-29)
* **Feature**: Add support for Dualstack Endpoints
* `github.com/aws/aws-sdk-go-v2/service/mailmanager`: [v1.8.0](service/mailmanager/CHANGELOG.md#v180-2025-01-29)
* **Feature**: This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.75.0](service/s3/CHANGELOG.md#v1750-2025-01-29)
* **Feature**: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
* `github.com/aws/aws-sdk-go-v2/service/transcribestreaming`: [v1.23.0](service/transcribestreaming/CHANGELOG.md#v1230-2025-01-29)
* **Feature**: This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.

# Release (2025-01-28)

## Module 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.29.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.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.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0
)

Expand Down
5 changes: 5 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.17.55 (2025-01-29)

* **Bug Fix**: Fix incorrect reference to old s3manager in comments.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.17.54 (2025-01-24)

* **Bug Fix**: Fix incorrect reference to old s3manager in comments.
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.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0
github.com/aws/smithy-go v1.22.2
)

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/bcmpricingcalculator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.0 (2025-01-29)

* **Feature**: Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.

# v1.1.4 (2025-01-24)

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

* **Feature**: Add support for Dualstack and Dualstack-with-FIPS Endpoints

# v1.38.7 (2025-01-24)

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

* **Feature**: Add support for Dualstack Endpoints

# v1.29.5 (2025-01-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ecrpublic/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.34.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.28.14
github.com/aws/smithy-go v1.22.2
)
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.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.2
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.54
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.55
github.com/aws/aws-sdk-go-v2/service/acm v1.30.14
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.8
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.9
Expand All @@ -30,7 +30,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.6
github.com/aws/aws-sdk-go-v2/service/ec2 v1.202.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.7
github.com/aws/aws-sdk-go-v2/service/ecr v1.39.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.9
github.com/aws/aws-sdk-go-v2/service/efs v1.34.7
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.8
Expand Down Expand Up @@ -62,7 +62,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.48.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.6
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.14
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.12
Expand All @@ -76,7 +76,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.33.10
github.com/aws/aws-sdk-go-v2/service/support v1.26.12
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.13
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.10
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.23.0
github.com/aws/aws-sdk-go-v2/service/waf v1.25.12
github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.12
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.11
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.8.0 (2025-01-29)

* **Feature**: This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.

# v1.7.6 (2025-01-24)

* **Dependency Update**: Updated to the latest SDK module versions
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/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.75.0 (2025-01-29)

* **Feature**: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

# v1.74.1 (2025-01-24)

* **Bug Fix**: Enable request checksum validation mode by default
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/transcribestreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2025-01-29)

* **Feature**: This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.

# v1.22.10 (2025-01-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/transcribestreaming/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/transcribestreaming/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.16
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.10
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.23.0
github.com/aws/smithy-go v1.22.2
)

Expand Down

0 comments on commit b820c57

Please sign in to comment.