Skip to content

Commit

Permalink
Release 3.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Mar 6, 2025
1 parent a5b49c5 commit 76536c8
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 27 deletions.
4 changes: 2 additions & 2 deletions 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.49.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 76536c8

Please sign in to comment.