Skip to content

Commit 38e1163

Browse files
authored
Merge branch 'main' into enablePAW
2 parents 716486c + 9df2368 commit 38e1163

File tree

303 files changed

+7936
-13210
lines changed

Some content is hidden

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

303 files changed

+7936
-13210
lines changed

.changes/3.72.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-05-22",
3+
"version" : "3.72",
4+
"entries" : [ {
5+
"type" : "removal",
6+
"description" : "/transform: remove option to receive multiple diffs"
7+
} ]
8+
}

.changes/3.73.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-05-29",
3+
"version" : "3.73",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "/transform: handle InvalidGrantException properly when polling job status"
7+
} ]
8+
}

.changes/3.74.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2025-06-05",
3+
"version" : "3.74",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Agentic coding experience: Amazon Q can now write code and run shell commands on your behalf"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Support full Unicode range in inline chat panel on Windows"
10+
} ]
11+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Support for Amazon Q Builder ID paid tier"
4+
}

.changes/next-release/removal-dc421992-1194-47de-9908-930d70687453.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# _3.74_ (2025-06-05)
2+
- **(Feature)** Agentic coding experience: Amazon Q can now write code and run shell commands on your behalf
3+
- **(Bug Fix)** Support full Unicode range in inline chat panel on Windows
4+
5+
# _3.73_ (2025-05-29)
6+
- **(Bug Fix)** /transform: handle InvalidGrantException properly when polling job status
7+
8+
# _3.72_ (2025-05-22)
9+
- **(Removal)** /transform: remove option to receive multiple diffs
10+
111
# _3.71_ (2025-05-15)
212
- **(Feature)** Add inline completion support for abap language
313
- **(Bug Fix)** Fix UI freezes that may occur when interacting with large files in the editor

buildSrc/src/main/kotlin/temp-toolkit-intellij-root-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val toolkitVersion: String by project
3535

3636
// please check changelog generation logic if this format is changed
3737
// also sync with gateway version
38-
version = "$toolkitVersion-${ideProfile.shortName}"
38+
version = "$toolkitVersion.${ideProfile.shortName}"
3939

4040
val resharperDlls = configurations.register("resharperDlls") {
4141
isCanBeConsumed = false

buildSrc/src/main/kotlin/toolkit-publishing-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val ideProfile = IdeVersions.ideProfile(project)
1616
val toolkitVersion: String by project
1717

1818
// please check changelog generation logic if this format is changed
19-
version = "$toolkitVersion-${ideProfile.shortName}"
19+
version = "$toolkitVersion.${ideProfile.shortName}"
2020

2121
// attach the current commit hash on local builds
2222
if (!project.isCi()) {

buildspec/linuxTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ phases:
4040
fi
4141
4242
- chmod +x gradlew
43-
- su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME check coverageReport --info --console plain --continue"
43+
- su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME check coverageReport --info --stacktrace --console plain --continue"
4444
- su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME buildPlugin"
4545
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
4646
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g') # Encode `#` in the URL because otherwise the url is clipped in the Codecov.io site

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.72-SNAPSHOT
5+
toolkitVersion=3.75-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)