Skip to content

Commit 76536c8

Browse files
author
aws-toolkit-automation
committed
Release 3.49.0
1 parent a5b49c5 commit 76536c8

10 files changed

+42
-27
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2025-03-06",
3+
"version": "3.49.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Step Functions: Updated previewStateMachine command to open with Workflow Studio instead"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Lambda: Users can explore Serverless Land patterns"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Step Functions: Added support for calling the TestState API in Workflow Studio"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Step Functions: Added support for using Workflow Studio for editing ASL files in JSON and YAML"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "AppBuilder: selecting a runtime in the local invoke view can override the runtime specified in template.yaml"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Step Functions: Allow starting state machine execution with no input provided"
28+
}
29+
]
30+
}

packages/toolkit/.changes/next-release/Feature-2a62157f-7ae6-4e21-85c6-974454c2cd33.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-769497f4-873f-4fa4-892d-833ff2a45a8d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-7dc599c8-77a6-423f-960e-eb32687d7714.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-8fa49dc1-d427-4bff-adb1-7e0f11c3d866.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-c5435979-4c37-4dce-8ebb-dd14b77d3b87.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-ea2a3511-72fa-4151-97c6-70f9b1dfb189.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.49.0 2025-03-06
2+
3+
- **Feature** Step Functions: Updated previewStateMachine command to open with Workflow Studio instead
4+
- **Feature** Lambda: Users can explore Serverless Land patterns
5+
- **Feature** Step Functions: Added support for calling the TestState API in Workflow Studio
6+
- **Feature** Step Functions: Added support for using Workflow Studio for editing ASL files in JSON and YAML
7+
- **Feature** AppBuilder: selecting a runtime in the local invoke view can override the runtime specified in template.yaml
8+
- **Feature** Step Functions: Allow starting state machine execution with no input provided
9+
110
## 3.48.0 2025-02-27
211

312
- **Feature** Step Functions: Expand data source and output options for Distributed Map in ASL language schema

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.49.0-SNAPSHOT",
5+
"version": "3.49.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)