Skip to content

Commit 68d2202

Browse files
author
aws-toolkit-automation
committed
Release 2.3.0
1 parent baf5c07 commit 68d2202

12 files changed

+52
-35
lines changed

.changes/2.3.0.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2023-12-15",
3+
"version": "2.3.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Help > View Toolkit Logs opens an empty file if other menu items were interacted with first."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer: Increase polling frequency for security scans."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Opening a CodeCatalyst dev env triggers a builder ID login in certain situations."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Amazon Q: Fixed an issue where sometimes /transform won't appear when switching between idC/builder id"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon Q: 'Switch to Q Chat' button not working for some users."
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "CodeWhisperer security scans support ruby files."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "The `aws.samcli.enableCodeLenses` setting now enables/disables SAM codelenses in `template.yaml` files, in addition to source code files."
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "CodeWhisperer security scans now support Go files."
36+
}
37+
]
38+
}

.changes/next-release/Bug Fix-402cf60e-4ce2-4886-9133-b77af3b6f42b.json

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

.changes/next-release/Bug Fix-8dafab20-12b5-41a2-8786-889ec65cc70a.json

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

.changes/next-release/Bug Fix-9755489d-974e-41a5-9031-f4e0a50ab9e7.json

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

.changes/next-release/Bug Fix-c2517750-f693-42cd-a003-f04f61cd9f9d.json

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

.changes/next-release/Bug Fix-c3b1288b-9bb9-41a8-910e-44bd160631a4.json

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

.changes/next-release/Feature-186b5746-5987-4c64-9c6a-54f7e3b91dbc.json

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

.changes/next-release/Feature-2ff8de35-44b3-4bc1-b89f-0c5a6ee7e960.json

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

.changes/next-release/Feature-9c1f0662-e3b1-486d-a16d-db27923fe3ba.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.3.0 2023-12-15
2+
3+
- **Bug Fix** Help > View Toolkit Logs opens an empty file if other menu items were interacted with first.
4+
- **Bug Fix** CodeWhisperer: Increase polling frequency for security scans.
5+
- **Bug Fix** Opening a CodeCatalyst dev env triggers a builder ID login in certain situations.
6+
- **Bug Fix** Amazon Q: Fixed an issue where sometimes /transform won't appear when switching between idC/builder id
7+
- **Bug Fix** Amazon Q: 'Switch to Q Chat' button not working for some users.
8+
- **Feature** CodeWhisperer security scans support ruby files.
9+
- **Feature** The `aws.samcli.enableCodeLenses` setting now enables/disables SAM codelenses in `template.yaml` files, in addition to source code files.
10+
- **Feature** CodeWhisperer security scans now support Go files.
11+
112
## 2.2.0 2023-12-06
213

314
- **Breaking Change** validate that pom.xml is in root directory of project, not anywhere in project

0 commit comments

Comments
 (0)