Skip to content

Commit 0dbdc94

Browse files
author
aws-toolkit-automation
committed
Release 1.29.0
1 parent 60e802c commit 0dbdc94

10 files changed

+41
-26
lines changed

.changes/1.29.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2021-08-19",
3+
"version": "1.29.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM: the Toolkit now correctly skips sending '--env-vars' when no environment variables are present in the launch config"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Credentials: correctly handle different `source_profile` combinations"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "SAM/CFN: fix JSON schema path causing a symlink on some operating systems"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "SAM/CFN JSON schema: schemas now load correctly on first-load"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "SAM/CFN JSON schema: write yaml.customTags to user-global settings (instead of workspace-local)"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "SAM Application support for the python3.9 runtime"
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-2d168a17-4543-410f-95d4-7f8d6f935342.json

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

.changes/next-release/Bug Fix-38d1d0f0-5c42-416d-9712-3fa97c1e5d0e.json

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

.changes/next-release/Bug Fix-716213c0-0281-477f-b556-92631bce89a5.json

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

.changes/next-release/Bug Fix-92436df0-2443-4376-bfbf-3ae02abbd504.json

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

.changes/next-release/Bug Fix-e3a77071-c4de-41a3-9087-3c697e0d6997.json

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

.changes/next-release/Feature-ca034223-8c12-4ad3-8ca0-fc1a5d78c0f1.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.29.0 2021-08-19
2+
3+
- **Bug Fix** SAM: the Toolkit now correctly skips sending '--env-vars' when no environment variables are present in the launch config
4+
- **Bug Fix** Credentials: correctly handle different `source_profile` combinations
5+
- **Bug Fix** SAM/CFN: fix JSON schema path causing a symlink on some operating systems
6+
- **Bug Fix** SAM/CFN JSON schema: schemas now load correctly on first-load
7+
- **Bug Fix** SAM/CFN JSON schema: write yaml.customTags to user-global settings (instead of workspace-local)
8+
- **Feature** SAM Application support for the python3.9 runtime
9+
110
## 1.28.0 2021-08-09
211

312
- **Bug Fix** SAM Invoke Webview: fix 'Show All Fields' causing a blank page

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.29.0-SNAPSHOT",
5+
"version": "1.29.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)