Skip to content

Commit 30cfa50

Browse files
author
aws-toolkit-automation
committed
Release 1.56.0
1 parent 2c0d945 commit 30cfa50

9 files changed

+36
-22
lines changed

.changes/1.56.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2022-11-28",
3+
"version": "1.56.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon CodeWhisperer now adds new access methods with AWS Builder ID and AWS IAM Identity Center to enable and get started. "
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Amazon CodeWhisperer recommendations are more context aware. We are removing the overlaps from CodeWhisperer suggestions specifically when the cursor is inside a code block."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon CodeWhisperer now supports TypeScript and C# programming languages."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon CodeWhisperer is now available as a supported feature and no longer an experimental feature."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon CodeWhisperer now supports JavaScript for Security Scan to catch security vulnerabilities."
24+
}
25+
]
26+
}

.changes/next-release/Feature-31c80933-d23c-4d02-9302-7a796f03e2cf.json

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

.changes/next-release/Feature-89e2c6da-e030-466c-86b6-ade619399a49.json

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

.changes/next-release/Feature-b3a38063-19a1-4875-ba69-0bc418753323.json

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

.changes/next-release/Feature-c9219099-a568-4f49-a907-95922197dc05.json

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

.changes/next-release/Feature-f6f3cb66-e972-4430-aade-3c641d60148f.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.56.0 2022-11-28
2+
3+
- **Feature** Amazon CodeWhisperer now adds new access methods with AWS Builder ID and AWS IAM Identity Center to enable and get started.
4+
- **Feature** Amazon CodeWhisperer recommendations are more context aware. We are removing the overlaps from CodeWhisperer suggestions specifically when the cursor is inside a code block.
5+
- **Feature** Amazon CodeWhisperer now supports TypeScript and C# programming languages.
6+
- **Feature** Amazon CodeWhisperer is now available as a supported feature and no longer an experimental feature.
7+
- **Feature** Amazon CodeWhisperer now supports JavaScript for Security Scan to catch security vulnerabilities.
8+
19
## 1.55.0 2022-11-23
210

311
- **Bug Fix** logging: `aws.viewLogsAtMessage` no longer fails when the log message cannot be found

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

0 commit comments

Comments
 (0)