Skip to content

Commit eb0db2e

Browse files
author
aws-toolkit-automation
committed
Release 1.12.0
1 parent 30f8af8 commit eb0db2e

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

.changes/1.12.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2020-07-30",
3+
"version": "1.12.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "SAM Apps that are in SAM Templates are now run/debugged through the Run panel via `aws-sam` Launch Configurations."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Add S3 integration to allow users to create buckets, list buckets, list files and folders, upload files, download files, delete files, delete buckets, and more!"
16+
}
17+
]
18+
}

.changes/next-release/Feature-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json

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

.changes/next-release/Feature-6bcce33e-068a-49e6-b737-34bd723f876f.json

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

.changes/next-release/Feature-79e88251-4eb0-4e63-96e6-aec3a55214aa.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.12.0 2020-07-30
2+
3+
- **Feature** A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)
4+
- **Feature** SAM Apps that are in SAM Templates are now run/debugged through the Run panel via `aws-sam` Launch Configurations.
5+
- **Feature** Add S3 integration to allow users to create buckets, list buckets, list files and folders, upload files, download files, delete files, delete buckets, and more!
6+
17
## 1.11.0 2020-07-18
28

39
- **Breaking Change** Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0.

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": "An extension for working with Amazon Web Services",
5-
"version": "1.12.0-SNAPSHOT",
5+
"version": "1.12.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)