Skip to content

Commit 3ef4cdc

Browse files
author
aws-toolkit-automation
committed
Release 1.100.0
1 parent 798224b commit 3ef4cdc

9 files changed

+37
-23
lines changed

.changes/1.100.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-11-26",
3+
"version": "1.100.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix a not connected error when starting connection to CodeCatalyst Dev Environment from link"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "CodeWhisperer supports Json, yaml and Tf"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer security scans support typescript, csharp, json, yaml, tf and hcl files."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Auth: Redesign Add Connection page to show all options at once"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "CodeWhisperer: Uses Generative AI and automated reasoning to rewrite lines of code flagged for security vulnerabilities during a security scan."
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-2010cfac-f717-490d-b47c-5e3521cb5714.json

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

.changes/next-release/Feature-5ad0f64f-c3f9-498d-bb86-827f36026ab5.json

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

.changes/next-release/Feature-75464bb1-96f1-461d-91e5-4d671273a96b.json

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

.changes/next-release/Feature-9b52cc17-feb7-402d-be2a-6b17f6fa4d6d.json

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

.changes/next-release/Feature-aa5cf84c-4f2e-4170-97d6-497f70f70526.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.100.0 2023-11-26
2+
3+
- **Bug Fix** Fix a not connected error when starting connection to CodeCatalyst Dev Environment from link
4+
- **Feature** CodeWhisperer supports Json, yaml and Tf
5+
- **Feature** CodeWhisperer security scans support typescript, csharp, json, yaml, tf and hcl files.
6+
- **Feature** Auth: Redesign Add Connection page to show all options at once
7+
- **Feature** CodeWhisperer: Uses Generative AI and automated reasoning to rewrite lines of code flagged for security vulnerabilities during a security scan.
8+
19
## 1.99.0 2023-11-17
210

311
- **Feature** CodeWhisperer: status bar lists options when clicked and shows suggestion state

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "Including CodeWhisperer, CodeCatalyst, and support for Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.100.0-SNAPSHOT",
5+
"version": "1.100.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)