Skip to content

Commit 1a64b2b

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.41
1 parent 6ce5a9b commit 1a64b2b

15 files changed

+56
-49
lines changed

.changes/3.41.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"date" : "2024-11-22",
3+
"version" : "3.41",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `.gradle` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Uses AB variation as the name for overriden customizations"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Code Transform: Enable support for Java 17 projects."
16+
}, {
17+
"type" : "feature",
18+
"description" : "The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively."
19+
}, {
20+
"type" : "feature",
21+
"description" : "The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions."
22+
}, {
23+
"type" : "feature",
24+
"description" : "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Amazon Q chat: `@workspace` command shown in all tab types"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q Feature Dev: display limit reached error message"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray"
34+
}, {
35+
"type" : "removal",
36+
"description" : "Removed support for Gateway 2024.2"
37+
}, {
38+
"type" : "removal",
39+
"description" : "Removed support for 2023.3.x IDEs"
40+
} ]
41+
}

.changes/next-release/bugfix-0150eb94-2d05-40f5-8473-b2ee1fd6bf09.json

-4
This file was deleted.

.changes/next-release/bugfix-554078f3-042e-4b73-8ac4-96085bfc0b8b.json

-4
This file was deleted.

.changes/next-release/bugfix-df4f6f49-36d7-487b-8a3f-591d32a70b60.json

-4
This file was deleted.

.changes/next-release/feature-00347743-35b5-4e83-8f89-c86f23a05e3f.json

-4
This file was deleted.

.changes/next-release/feature-2c399a8b-1bee-48eb-8674-96fac8004d5f.json

-4
This file was deleted.

.changes/next-release/feature-625c1f2c-3dfd-47cb-8907-408041a3642c.json

-4
This file was deleted.

.changes/next-release/feature-7d7a7670-7076-4886-affe-0d784d4bbd27.json

-4
This file was deleted.

.changes/next-release/feature-8414d10c-d000-4488-9bc7-3a4616b9c7d5.json

-4
This file was deleted.

.changes/next-release/feature-8be25635-8a25-4526-9f1c-515685fa32b4.json

-4
This file was deleted.

.changes/next-release/feature-ca9e6d61-dd42-4165-a860-093207e64c5e.json

-4
This file was deleted.

.changes/next-release/removal-296b000f-72f0-4085-b985-052c180a0089.json

-4
This file was deleted.

.changes/next-release/removal-d4e891f5-887f-495e-9642-48bdca9df4b8.json

-4
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# _3.41_ (2024-11-22)
2+
- **(Feature)** Amazon Q /dev: support `.gradle` files
3+
- **(Feature)** Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion.
4+
- **(Feature)** Uses AB variation as the name for overriden customizations
5+
- **(Feature)** Code Transform: Enable support for Java 17 projects.
6+
- **(Feature)** The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively.
7+
- **(Feature)** The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions.
8+
- **(Feature)** Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL
9+
- **(Bug Fix)** Amazon Q chat: `@workspace` command shown in all tab types
10+
- **(Bug Fix)** Amazon Q Feature Dev: display limit reached error message
11+
- **(Bug Fix)** Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray
12+
- **(Removal)** Removed support for Gateway 2024.2
13+
- **(Removal)** Removed support for 2023.3.x IDEs
14+
115
# _3.40_ (2024-11-14)
216
- **(Feature)** Amazon Q /dev: Add an action to accept individual files
317
- **(Bug Fix)** Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done

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.41-SNAPSHOT
5+
toolkitVersion=3.41
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)