Skip to content

Commit

Permalink
Release 2024-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 3, 2024
1 parent bc34061 commit 3418b74
Show file tree
Hide file tree
Showing 28 changed files with 67 additions and 42 deletions.
8 changes: 0 additions & 8 deletions .changelog/0b35e0f7825543d7a73bb2a00f51e460.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/12faa025f62d466ebdddb0032bc6ba5a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3b18c5dae00d432fb0c317978c710516.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2024-12-03)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.21.0](service/bedrockruntime/CHANGELOG.md#v1210-2024-12-03)
* **Feature**: Add an API parameter that allows customers to set performance configuration for invoking a model.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.52.0](service/s3control/CHANGELOG.md#v1520-2024-12-03)
* **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests
* `github.com/aws/aws-sdk-go-v2/service/socialmessaging`: [v1.1.0](service/socialmessaging/CHANGELOG.md#v110-2024-12-03)
* **Feature**: Added support for passing role arn corresponding to the supported event destination

# Release (2024-12-02)

## General Highlights
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/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.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.18
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.19
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
)

Expand All @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
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 @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.70.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.51.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0
)

require (
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.19 (2024-12-03)

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

# v1.15.18 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8
)

require github.com/aws/smithy-go v1.22.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.54 (2024-12-03)

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

# v1.7.53 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.18
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.19
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
)

require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
github.com/aws/smithy-go v1.22.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.54 (2024-12-03)

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

# v1.14.53 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/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.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8
)

require github.com/aws/smithy-go v1.22.1 // indirect
Expand Down

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.21.0 (2024-12-03)

* **Feature**: Add an API parameter that allows customers to set performance configuration for invoking a model.

# v1.20.2 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
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/dynamodbstreams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.8 (2024-12-03)

* No change notes available for this release.

# v1.24.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodbstreams/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/elasticbeanstalk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.7 (2024-12-03)

* No change notes available for this release.

# v1.28.6 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticbeanstalk/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/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecs v1.52.1
github.com/aws/aws-sdk-go-v2/service/efs v1.34.1
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.1
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.6
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.7
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.6
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.1
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.7
Expand Down Expand Up @@ -63,7 +63,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.7
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.70.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.51.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.7
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.7
github.com/aws/aws-sdk-go-v2/service/ses v1.29.1
Expand Down
4 changes: 4 additions & 0 deletions service/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.52.0 (2024-12-03)

* **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests

# v1.51.0 (2024-12-02)

* **Feature**: Amazon S3 introduces support for AWS Dedicated Local Zones
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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/sagemakermetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.7 (2024-12-03)

* No change notes available for this release.

# v1.12.6 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sagemakermetrics/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/socialmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 (2024-12-03)

* **Feature**: Added support for passing role arn corresponding to the supported event destination

# v1.0.5 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/socialmessaging/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 3418b74

Please sign in to comment.