From dfc7f55971c4936188d3e4eae0daf2fad39689c5 Mon Sep 17 00:00:00 2001 From: Matt Weagle Date: Mon, 6 Dec 2021 22:24:45 -0800 Subject: [PATCH] Update CHANGES --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4abf20073..cdacd444e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,8 @@ This is a _BREAKING RELEASE_ with significant breaking changes noted below. - :warning: **BREAKING** - All CloudFormation moved to [go-formation](https://github.com/awslabs/goformation) - All AWS API access moved to [AWS SDK V2](https://github.com/aws/aws-sdk-go-v2) + - 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. + - Pulled `go` _context_ variable through async operations. - :checkered_flag: **CHANGES** - 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.