Skip to content

Commit dfc7f55

Browse files
committed
Update CHANGES
1 parent c418fb0 commit dfc7f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This is a _BREAKING RELEASE_ with significant breaking changes noted below.
77
- :warning: **BREAKING**
88
- All CloudFormation moved to [go-formation](https://github.com/awslabs/goformation)
99
- All AWS API access moved to [AWS SDK V2](https://github.com/aws/aws-sdk-go-v2)
10+
- Changed all [AWS Session](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html) references to [AWS V2 Config](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/) references.
11+
- Pulled `go` _context_ variable through async operations.
1012
- :checkered_flag: **CHANGES**
1113
- Added `NewTaskState` to _aws/step_ namespace to enable the new AWS Step Functions Task integrations. See the [blog post](https://aws.amazon.com/blogs/aws/now-aws-step-functions-supports-200-aws-services-to-enable-easier-workflow-automation/) for more information and _aws/step/task_test.go_ for an example.
1214

0 commit comments

Comments
 (0)