Skip to content

Commit

Permalink
Release 2025-02-14
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 14, 2025
1 parent 9f9feba commit 5c34f50
Show file tree
Hide file tree
Showing 67 changed files with 154 additions and 120 deletions.
8 changes: 0 additions & 8 deletions .changelog/117ac41431ec4cf8b627a7da6574446d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/535266ad041d456ea2d5bb81155be440.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7378a6f871014258b26517f27da1b4ff.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/fdc241a80f4245e9b7947f2d27489e20.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-02-14)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream`: [v1.6.9](aws/protocol/eventstream/CHANGELOG.md#v169-2025-02-14)
* **Bug Fix**: Remove max limit on event stream messages
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.52.0](service/codebuild/CHANGELOG.md#v1520-2025-02-14)
* **Feature**: Added test suite names to test case metadata
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.125.0](service/connect/CHANGELOG.md#v11250-2025-02-14)
* **Feature**: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.48.0](service/databasemigrationservice/CHANGELOG.md#v1480-2025-02-14)
* **Feature**: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
* `github.com/aws/aws-sdk-go-v2/service/rdsdata`: [v1.27.0](service/rdsdata/CHANGELOG.md#v1270-2025-02-14)
* **Feature**: Add support for Stop DB feature.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.77.0](service/s3/CHANGELOG.md#v1770-2025-02-14)
* **Feature**: Added support for Content-Range header in HeadObject response.
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.56.0](service/wafv2/CHANGELOG.md#v1560-2025-02-14)
* **Feature**: The WAFv2 API now supports configuring data protection in webACLs.

# Release (2025-02-13)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions aws/protocol/eventstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.9 (2025-02-14)

* **Bug Fix**: Remove max limit on event stream messages

# v1.6.8 (2025-01-24)

* **Dependency Update**: Upgrade to smithy-go v1.22.2.
Expand Down
2 changes: 1 addition & 1 deletion aws/protocol/eventstream/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 example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
)

require (
github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // 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,12 +5,12 @@ 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.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.4
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // 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.62 (2025-02-14)

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

# v1.17.61 (2025-02-10)

* **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,12 +5,12 @@ 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.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
github.com/aws/smithy-go v1.22.2
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // 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,13 +5,13 @@ 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.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14
github.com/aws/smithy-go v1.22.2
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagentruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.1 (2025-02-14)

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

# v1.36.0 (2025-02-12)

* **Feature**: This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagentruntime/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 v1.36.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32
github.com/aws/smithy-go v1.22.2
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagentruntime/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/bedrockruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.5 (2025-02-14)

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

# v1.24.4 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockruntime/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 v1.36.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32
github.com/aws/smithy-go v1.22.2
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockruntime/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/cloudwatchlogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.45.13 (2025-02-14)

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

# v1.45.12 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatchlogs/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 v1.36.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32
github.com/aws/smithy-go v1.22.2
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatchlogs/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/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.52.0 (2025-02-14)

* **Feature**: Added test suite names to test case metadata

# v1.51.3 (2025-02-12)

* **Documentation**: Add note for the RUNNER_BUILDKITE_BUILD buildType.
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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.125.0 (2025-02-14)

* **Feature**: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.

# v1.124.5 (2025-02-10)

* **Documentation**: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
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.48.0 (2025-02-14)

* **Feature**: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications

# v1.47.0 (2025-02-10)

* **Feature**: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
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,13 +7,13 @@ require (
github.com/aws/aws-sdk-go-v2 v1.36.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.1
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.28.17
github.com/aws/smithy-go v1.22.2
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
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
Expand Down
4 changes: 4 additions & 0 deletions service/internal/eventstreamtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.5.21 (2025-02-14)

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

# v1.5.20 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/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 v1.36.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.9
github.com/aws/aws-sdk-go-v2/credentials v1.17.59
)

Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go_module_metadata.go

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

Loading

0 comments on commit 5c34f50

Please sign in to comment.