Skip to content

Commit 76a1a59

Browse files
author
aws-toolkit-automation
committed
Release 1.31.0
1 parent afb4555 commit 76a1a59

8 files changed

+31
-18
lines changed

.changes/1.31.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2021-10-14",
3+
"version": "1.31.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "StepFunctions: \"Publish\" command now asks for target region"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "SAM \"Edit Debug Configuration\" UI is no longer \"Beta\""
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Surface read-only support for hundreds of resources under the Resources node in the AWS Explorer"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Create new Step Functions state machine template from AWS Explorer"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-30a9d88a-5328-4a5c-b8e0-7b42c16f6115.json

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

.changes/next-release/Feature-75a14319-b458-4d06-a692-55b74fd0917c.json

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

.changes/next-release/Feature-c4c2015e-c481-450c-9d41-975fa6c8ff85.json

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

.changes/next-release/Feature-d7eee614-868c-4ab6-8cf0-536a49da047b.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.31.0 2021-10-14
2+
3+
- **Bug Fix** StepFunctions: "Publish" command now asks for target region
4+
- **Feature** SAM "Edit Debug Configuration" UI is no longer "Beta"
5+
- **Feature** Surface read-only support for hundreds of resources under the Resources node in the AWS Explorer
6+
- **Feature** Create new Step Functions state machine template from AWS Explorer
7+
18
## 1.30.0 2021-10-04
29

310
- **Breaking Change** DEPRECATION: SAM actions using `python2.7` and `nodejs10.x` runtimes (Phase 2 Lambda deprecation)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.31.0-SNAPSHOT",
5+
"version": "1.31.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)