Skip to content

Commit 2b4656e

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.43
1 parent d3ba908 commit 2b4656e

7 files changed

+24
-17
lines changed

.changes/3.43.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2024-12-03",
3+
"version" : "3.43",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "`/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes"
7+
}, {
8+
"type" : "feature",
9+
"description" : "`/test` in Q chat to generate unit tests for java and python"
10+
}, {
11+
"type" : "feature",
12+
"description" : "`/doc` in Q chat to generate and update documentation for your project"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added system notifications to inform users about critical plugin updates and potential issues with available workarounds"
16+
} ]
17+
}

.changes/next-release/feature-44636712-ede6-4e2a-b4d6-ca2b98da003d.json

-4
This file was deleted.

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

-4
This file was deleted.

.changes/next-release/feature-8fc6f4c9-6976-4a4a-88f0-bd4e6081a4b9.json

-4
This file was deleted.

.changes/next-release/feature-aaff6061-f89e-402b-9bc7-e6ca5e477de5.json

-4
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _3.43_ (2024-12-03)
2+
- **(Feature)** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
3+
- **(Feature)** `/test` in Q chat to generate unit tests for java and python
4+
- **(Feature)** `/doc` in Q chat to generate and update documentation for your project
5+
- **(Feature)** Added system notifications to inform users about critical plugin updates and potential issues with available workarounds
6+
17
# _3.42_ (2024-11-27)
28
- **(Feature)** Amazon Q /dev: support `Dockerfile` files
39
- **(Feature)** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs

gradle.properties

+1-1
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=3.43-SNAPSHOT
5+
toolkitVersion=3.43
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)