Skip to content

Commit cd09852

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.54
1 parent 1d33071 commit cd09852

8 files changed

+28
-21
lines changed

.changes/1.54.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2022-11-28",
3+
"version" : "1.54",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon CodeWhisperer now supports JavaScript for Security Scan to catch security vulnerabilities."
7+
}, {
8+
"type" : "feature",
9+
"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."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Amazon CodeWhisperer now supports TypeScript and C# programming languages."
13+
}, {
14+
"type" : "feature",
15+
"description" : "Amazon CodeWhisperer is now available as a supported feature and no longer an experimental feature."
16+
}, {
17+
"type" : "feature",
18+
"description" : "Amazon CodeWhisperer now adds new access methods with AWS Builder ID and AWS IAM Identity Center to enable and get started."
19+
} ]
20+
}

.changes/next-release/feature-06bcb3f3-fc79-4cc4-a1b1-499db3292512.json

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

.changes/next-release/feature-51c80a0d-3aa1-42b4-9eec-d4692329dfb1.json

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

.changes/next-release/feature-e0b05a88-af72-4995-abe1-71dd232ff719.json

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

.changes/next-release/feature-ed4cdba4-d88e-4d69-bedb-5e184ee17cb9.json

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

.changes/next-release/feature-f9784ac9-fd7d-480d-9e4e-7421d12cad84.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.54_ (2022-11-28)
2+
- **(Feature)** Amazon CodeWhisperer now supports JavaScript for Security Scan to catch security vulnerabilities.
3+
- **(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.
4+
- **(Feature)** Amazon CodeWhisperer now supports TypeScript and C# programming languages.
5+
- **(Feature)** Amazon CodeWhisperer is now available as a supported feature and no longer an experimental feature.
6+
- **(Feature)** Amazon CodeWhisperer now adds new access methods with AWS Builder ID and AWS IAM Identity Center to enable and get started.
7+
18
# _1.53_ (2022-11-23)
29
- **(Feature)** Sync Serverless Application(SAM Accelerate)
310
- **(Feature)** New experiment to allow injection of AWS Connection details (region/credentials) into Golang Run Configurations

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.54-SNAPSHOT
5+
toolkitVersion=1.54
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)