Skip to content

Commit

Permalink
Merge master into feature/emr
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Mar 6, 2025
2 parents 30387e5 + 975f0d0 commit 6da60b5
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions packages/toolkit/.changes/3.49.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"date": "2025-03-06",
"version": "3.49.0",
"entries": [
{
"type": "Feature",
"description": "Step Functions: Updated previewStateMachine command to open with Workflow Studio instead"
},
{
"type": "Feature",
"description": "Lambda: Users can explore Serverless Land patterns"
},
{
"type": "Feature",
"description": "Step Functions: Added support for calling the TestState API in Workflow Studio"
},
{
"type": "Feature",
"description": "Step Functions: Added support for using Workflow Studio for editing ASL files in JSON and YAML"
},
{
"type": "Feature",
"description": "AppBuilder: selecting a runtime in the local invoke view can override the runtime specified in template.yaml"
},
{
"type": "Feature",
"description": "Step Functions: Allow starting state machine execution with no input provided"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.49.0 2025-03-06

- **Feature** Step Functions: Updated previewStateMachine command to open with Workflow Studio instead
- **Feature** Lambda: Users can explore Serverless Land patterns
- **Feature** Step Functions: Added support for calling the TestState API in Workflow Studio
- **Feature** Step Functions: Added support for using Workflow Studio for editing ASL files in JSON and YAML
- **Feature** AppBuilder: selecting a runtime in the local invoke view can override the runtime specified in template.yaml
- **Feature** Step Functions: Allow starting state machine execution with no input provided

## 3.48.0 2025-02-27

- **Feature** Step Functions: Expand data source and output options for Distributed Map in ASL language schema
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.49.0-SNAPSHOT",
"version": "3.50.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 6da60b5

Please sign in to comment.