Skip to content

Commit acd699f

Browse files
author
aws-toolkit-automation
committed
Release 2.2.0
1 parent 9a96e56 commit acd699f

9 files changed

+37
-23
lines changed

.changes/2.2.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-12-06",
3+
"version": "2.2.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "validate that pom.xml is in root directory of project, not anywhere in project"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "AWS Toolkit submenus appear in other extension views #4111"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeCatalyst: \"No handler found\" error may occur when opening `vscode://` URI #4105"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "CodeWhisperer: Security scans for Java no longer require build artifacts"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon Q: Input prompt gets wrapped to new line which avoids focusing"
24+
}
25+
]
26+
}

.changes/next-release/Breaking Change-d11aa2b2-96e2-46f7-9a06-5fceab6299ec.json

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

.changes/next-release/Bug Fix-546034a4-7a26-4c29-b0ae-5f2ddb7b9697.json

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

.changes/next-release/Bug Fix-5caa0d38-8b96-437c-9710-3b288794d9ab.json

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

.changes/next-release/Bug Fix-d086954c-0bde-4ab8-9d07-7eac324faaf8.json

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

.changes/next-release/Bug Fix-dc5d5825-4d0e-4a2e-9ec3-63b4a0466662.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+
## 2.2.0 2023-12-06
2+
3+
- **Breaking Change** validate that pom.xml is in root directory of project, not anywhere in project
4+
- **Bug Fix** AWS Toolkit submenus appear in other extension views #4111
5+
- **Bug Fix** CodeCatalyst: "No handler found" error may occur when opening `vscode://` URI #4105
6+
- **Bug Fix** CodeWhisperer: Security scans for Java no longer require build artifacts
7+
- **Bug Fix** Amazon Q: Input prompt gets wrapped to new line which avoids focusing
8+
19
## 2.1.0 2023-11-30
210

311
- **Feature** Use MDE endpoint set by environment variable

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 - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.2.0-SNAPSHOT",
5+
"version": "2.2.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)