Skip to content

Commit abe6be6

Browse files
author
aws-toolkit-automation
committed
Release 1.39.0
1 parent e6d3e51 commit abe6be6

12 files changed

+51
-34
lines changed

.changes/1.39.0.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2022-06-06",
3+
"version": "1.39.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "StepFunctions: allow state machines with non-object values for Parameters property"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix incorrect use of Markdown in new SAM application READMEs"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Fix: syntax support (JSON schemas) for CloudFormation/SAM yaml sometimes doesn't work"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Credential profiles that do not require user-input now correctly refresh when expired"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "\"Upload Lambda\" from any folder in VS Code File Explorer"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "\"Send Feedback\" form always enables Send button and doesn't require text input"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "SAM: create, run and debug nodejs16.x Lambdas"
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "CDK features are now found in the _Developer Tools_ view. This view will contain more ways to work with local project resources in future releases."
36+
}
37+
]
38+
}

.changes/next-release/Bug Fix-13d65c25-8be7-458a-8c16-081996e70da9.json

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

.changes/next-release/Bug Fix-283da1b8-06b7-4fcf-ae7e-4285b3328da3.json

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

.changes/next-release/Bug Fix-4ce9962e-2b34-4e0b-9201-d23e0c5e7901.json

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

.changes/next-release/Bug Fix-7b4ceaca-4a12-48ec-97e8-8e8edba2159f.json

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

.changes/next-release/Feature-38b84656-bfe1-44f6-af07-a4010ece1029.json

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

.changes/next-release/Feature-585b135b-349f-4db0-bf8a-9a483bd9b20e.json

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

.changes/next-release/Feature-86a8c20e-2a63-445b-9487-f7dd3130bcae.json

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

.changes/next-release/Feature-f665aa22-7dba-4690-8603-c98a7988d423.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.39.0 2022-06-06
2+
3+
- **Bug Fix** StepFunctions: allow state machines with non-object values for Parameters property
4+
- **Bug Fix** Fix incorrect use of Markdown in new SAM application READMEs
5+
- **Bug Fix** Fix: syntax support (JSON schemas) for CloudFormation/SAM yaml sometimes doesn't work
6+
- **Bug Fix** Credential profiles that do not require user-input now correctly refresh when expired
7+
- **Feature** "Upload Lambda" from any folder in VS Code File Explorer
8+
- **Feature** "Send Feedback" form always enables Send button and doesn't require text input
9+
- **Feature** SAM: create, run and debug nodejs16.x Lambdas
10+
- **Feature** CDK features are now found in the _Developer Tools_ view. This view will contain more ways to work with local project resources in future releases.
11+
112
## 1.38.0 2022-05-12
213

314
- **Breaking Change** Removed the `aws.onDefaultRegionMissing` setting

0 commit comments

Comments
 (0)