Skip to content

Commit 05d2c01

Browse files
authored
Merge branch 'main' into help
2 parents 04fd7f1 + ebece9d commit 05d2c01

File tree

65 files changed

+472
-1324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+472
-1324
lines changed

.changes/3.70.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-05-08",
3+
"version" : "3.70",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: Support selecting customizations across all Q profiles with automatic profile switching for enterprise users"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Do not always show 'Amazon Q Code Issues' tab when switching to the 'Problems' tool window"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "/dev: Fix missing Amazon Q feature dev auto build setting."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "increase /review timeout"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix JavascriptLanguage not found on 2025.1+"
19+
} ]
20+
}

.changes/3.71.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2025-05-15",
3+
"version" : "3.71",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add inline completion support for abap language"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix UI freezes that may occur when interacting with large files in the editor"
10+
} ]
11+
}

.changes/next-release/bugfix-54c0cf8a-9df5-4673-bf16-61a650434abc.json

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

.changes/next-release/bugfix-7920ece4-99d6-4828-931e-29b66994dc10.json

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

.changes/next-release/bugfix-7e09465d-6cb8-4180-9131-7ec6543db20c.json

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

.changes/next-release/feature-ae7d15f4-ae07-4faf-963a-6d83a85852e4.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "removal",
3+
"description" : "/transform: remove option to receive multiple diffs"
4+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# _3.71_ (2025-05-15)
2+
- **(Feature)** Add inline completion support for abap language
3+
- **(Bug Fix)** Fix UI freezes that may occur when interacting with large files in the editor
4+
5+
# _3.70_ (2025-05-08)
6+
- **(Feature)** Amazon Q: Support selecting customizations across all Q profiles with automatic profile switching for enterprise users
7+
- **(Bug Fix)** Do not always show 'Amazon Q Code Issues' tab when switching to the 'Problems' tool window
8+
- **(Bug Fix)** /dev: Fix missing Amazon Q feature dev auto build setting.
9+
- **(Bug Fix)** increase /review timeout
10+
- **(Bug Fix)** Fix JavascriptLanguage not found on 2025.1+
11+
112
# _3.69_ (2025-04-28)
213
- **(Bug Fix)** Amazon Q: Fix issue where context menu items are not available after re-opening projects or restarting the IDE
314
- **(Bug Fix)** Fix LinkageError while attempting to do Amazon Q inline suggestions in certain environments

gradle.properties

Lines changed: 1 addition & 1 deletion
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.70-SNAPSHOT
5+
toolkitVersion=3.72-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mockitoKotlin = "5.4.0"
2828
mockk = "1.13.17"
2929
nimbus-jose-jwt = "9.40"
3030
node-gradle = "7.0.2"
31-
telemetryGenerator = "1.0.310"
31+
telemetryGenerator = "1.0.322"
3232
testLogger = "4.0.0"
3333
testRetry = "1.5.10"
3434
# test-only; platform provides slf4j transitively at runtime

0 commit comments

Comments
 (0)