You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This is a _BREAKING RELEASE_ with significant breaking changes noted below.
7
7
-:warning:**BREAKING**
8
8
- All CloudFormation moved to [go-formation](https://github.com/awslabs/goformation)
9
9
- 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.
10
12
-:checkered_flag:**CHANGES**
11
13
- 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.
0 commit comments