Skip to content

Commit 754b3a3

Browse files
author
aws-toolkit-automation
committed
Release 1.39.0
1 parent aa332da commit 754b3a3

11 files changed

+47
-31
lines changed

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.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2024-12-03",
3+
"version": "1.39.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Added a getting started page for exploring amazon q agents"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "`/test` in Q chat to generate unit tests for java and python"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "`/doc` in Q chat to generate and update documentation for your project"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q Code Scan is now Amazon Q Code Review"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Security Scan: New TreeView to display security scan issues and vulnerabilities detected in your project. The TreeView provides an organized and hierarchical view of the scan results, making it easier to navigate and prioritize the issues that need to be addressed."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Security Scan: Added ability to suppress or ignore security issues"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Feature-389df2e8-de2c-4505-b631-97aa8d5025bb.json

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

packages/amazonq/.changes/next-release/Feature-5c2fae3e-c794-438b-8af5-2c31c00ab000.json

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

packages/amazonq/.changes/next-release/Feature-5cac73d3-dfc5-4065-a6d9-f093a3c0b258.json

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

packages/amazonq/.changes/next-release/Feature-6967c79c-041f-4201-b10b-6ccd47568bad.json

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

packages/amazonq/.changes/next-release/Feature-d81e958e-081b-4832-a183-1c863f99d18f.json

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

packages/amazonq/.changes/next-release/Feature-ee6b1c26-ea04-4214-8dc4-df09d58c0bdf.json

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

packages/amazonq/.changes/next-release/Feature-f5369c80-8c95-4637-82d5-ae6c680aa0e2.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.39.0 2024-12-03
2+
3+
- **Feature** Added a getting started page for exploring amazon q agents
4+
- **Feature** `/test` in Q chat to generate unit tests for java and python
5+
- **Feature** `/doc` in Q chat to generate and update documentation for your project
6+
- **Feature** Amazon Q Code Scan is now Amazon Q Code Review
7+
- **Feature** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
8+
- **Feature** Security Scan: New TreeView to display security scan issues and vulnerabilities detected in your project. The TreeView provides an organized and hierarchical view of the scan results, making it easier to navigate and prioritize the issues that need to be addressed.
9+
- **Feature** Security Scan: Added ability to suppress or ignore security issues
10+
111
## 1.38.0 2024-11-27
212

313
- **Feature** Amazon Q /dev: support `Dockerfile` files

0 commit comments

Comments
 (0)