Skip to content

Commit

Permalink
Release 2024-05-28
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 28, 2024
1 parent 8c9dd0f commit b41bc7d
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 49 deletions.
8 changes: 0 additions & 8 deletions .changelog/133ae3390c6a402c962b8a7e33cfe692.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/901d86fbc79e463fb4054900951be200.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release (2024-05-28)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.32.6](service/dynamodb/CHANGELOG.md#v1326-2024-05-28)
* **Documentation**: Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.162.0](service/ec2/CHANGELOG.md#v11620-2024-05-28)
* **Feature**: Providing support to accept BgpAsnExtended attribute
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.33.0](service/kafka/CHANGELOG.md#v1330-2024-05-28)
* **Feature**: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
* `github.com/aws/aws-sdk-go-v2/service/swf`: [v1.23.0](service/swf/CHANGELOG.md#v1230-2024-05-28)
* **Feature**: This release adds new APIs for deleting activity type and workflow type resources.

# Release (2024-05-24)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/config v1.27.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
)

require (
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,8 +5,8 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/config v1.27.16
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.19
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.20
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
)

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.13.20 (2024-05-28)

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

# v1.13.19 (2024-05-24)

* **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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8
)

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.20 (2024-05-28)

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

# v1.7.19 (2024-05-24)

* **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,8 +4,8 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.19
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.20
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
)

require (
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.13.20 (2024-05-28)

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

# v1.13.19 (2024-05-24)

* **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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8
)

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/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.6 (2024-05-28)

* **Documentation**: Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.

# v1.32.5 (2024-05-24)

* **Documentation**: Documentation only updates for DynamoDB.
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.162.0 (2024-05-28)

* **Feature**: Providing support to accept BgpAsnExtended attribute

# v1.161.4 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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 @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.8
Expand Down
4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.8
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.161.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.6
github.com/aws/aws-sdk-go-v2/service/ec2 v1.162.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.11
github.com/aws/aws-sdk-go-v2/service/efs v1.28.8
Expand Down
4 changes: 4 additions & 0 deletions service/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2024-05-28)

* **Feature**: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK

# v1.32.1 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/kafka/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/swf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2024-05-28)

* **Feature**: This release adds new APIs for deleting activity type and workflow type resources.

# v1.22.8 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/swf/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 b41bc7d

Please sign in to comment.