Skip to content

Commit 4dc22f2

Browse files
author
aws-toolkit-automation
committed
Release 1.55.0
1 parent a29bd03 commit 4dc22f2

7 files changed

+26
-14
lines changed

.changes/1.55.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2022-11-23",
3+
"version": "1.55.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "logging: `aws.viewLogsAtMessage` no longer fails when the log message cannot be found"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "SAM: the `Sync SAM Application` command remembers your most recent selections per-region."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "SAM: deployment of CloudFormation templates now uses `sam sync` by default, reducing the amount of time it takes to deploy to AWS. The `aws.samcli.legacyDeploy` setting can be used to revert to the old experience."
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-2aac5758-8208-4124-83a8-3e347446e66c.json

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

.changes/next-release/Feature-15593208-f92e-4573-9964-ad95d3777714.json

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

.changes/next-release/Feature-62ebfb80-86b6-4bf0-abe9-cb50f50daf88.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.55.0 2022-11-23
2+
3+
- **Bug Fix** logging: `aws.viewLogsAtMessage` no longer fails when the log message cannot be found
4+
- **Feature** SAM: the `Sync SAM Application` command remembers your most recent selections per-region.
5+
- **Feature** SAM: deployment of CloudFormation templates now uses `sam sync` by default, reducing the amount of time it takes to deploy to AWS. The `aws.samcli.legacyDeploy` setting can be used to revert to the old experience.
6+
17
## 1.54.0 2022-11-19
28

39
- **Bug Fix** JSON-schemas download logic is brittle #2957

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

0 commit comments

Comments
 (0)