From b1176e2801c0273e8a509b83c858248fb93268cd Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Fri, 28 Feb 2025 16:51:24 +0000 Subject: [PATCH 1/2] Updating version to 3.57 --- .changes/3.57.json | 20 +++++++++++++++++++ ...-1a22ff93-2d99-4527-a73b-26dba66c4f71.json | 4 ---- ...-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json | 4 ---- ...-3adca794-d149-4f2e-bf7c-6f748f339849.json | 4 ---- ...-8878216c-a256-4459-80de-8334711c8d53.json | 4 ---- ...-ce55123f-2437-4740-b9c8-c1069856e316.json | 4 ---- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 8 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 .changes/3.57.json delete mode 100644 .changes/next-release/bugfix-1a22ff93-2d99-4527-a73b-26dba66c4f71.json delete mode 100644 .changes/next-release/bugfix-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json delete mode 100644 .changes/next-release/bugfix-3adca794-d149-4f2e-bf7c-6f748f339849.json delete mode 100644 .changes/next-release/bugfix-8878216c-a256-4459-80de-8334711c8d53.json delete mode 100644 .changes/next-release/bugfix-ce55123f-2437-4740-b9c8-c1069856e316.json diff --git a/.changes/3.57.json b/.changes/3.57.json new file mode 100644 index 0000000000..4c038e5fab --- /dev/null +++ b/.changes/3.57.json @@ -0,0 +1,20 @@ +{ + "date" : "2025-02-28", + "version" : "3.57", + "entries" : [ { + "type" : "bugfix", + "description" : "Fix suggestion not visible in remote for 2024.3" + }, { + "type" : "bugfix", + "description" : "/test: update capability card text" + }, { + "type" : "bugfix", + "description" : "Amazon Q /doc: update workspace too large error message" + }, { + "type" : "bugfix", + "description" : "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message" + }, { + "type" : "bugfix", + "description" : "/transform: skip running tests locally when user chooses to do so" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-1a22ff93-2d99-4527-a73b-26dba66c4f71.json b/.changes/next-release/bugfix-1a22ff93-2d99-4527-a73b-26dba66c4f71.json deleted file mode 100644 index e81817b6cf..0000000000 --- a/.changes/next-release/bugfix-1a22ff93-2d99-4527-a73b-26dba66c4f71.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Fix suggestion not visible in remote for 2024.3" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json b/.changes/next-release/bugfix-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json deleted file mode 100644 index a9a5e8dc2f..0000000000 --- a/.changes/next-release/bugfix-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "/test: update capability card text" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-3adca794-d149-4f2e-bf7c-6f748f339849.json b/.changes/next-release/bugfix-3adca794-d149-4f2e-bf7c-6f748f339849.json deleted file mode 100644 index 68ef705bf8..0000000000 --- a/.changes/next-release/bugfix-3adca794-d149-4f2e-bf7c-6f748f339849.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q /doc: update workspace too large error message" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-8878216c-a256-4459-80de-8334711c8d53.json b/.changes/next-release/bugfix-8878216c-a256-4459-80de-8334711c8d53.json deleted file mode 100644 index 262b1ca5d3..0000000000 --- a/.changes/next-release/bugfix-8878216c-a256-4459-80de-8334711c8d53.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-ce55123f-2437-4740-b9c8-c1069856e316.json b/.changes/next-release/bugfix-ce55123f-2437-4740-b9c8-c1069856e316.json deleted file mode 100644 index 38a4b409a3..0000000000 --- a/.changes/next-release/bugfix-ce55123f-2437-4740-b9c8-c1069856e316.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "/transform: skip running tests locally when user chooses to do so" -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68973ed532..272bd2c399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# _3.57_ (2025-02-28) +- **(Bug Fix)** Fix suggestion not visible in remote for 2024.3 +- **(Bug Fix)** /test: update capability card text +- **(Bug Fix)** Amazon Q /doc: update workspace too large error message +- **(Bug Fix)** Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message +- **(Bug Fix)** /transform: skip running tests locally when user chooses to do so + # _3.56_ (2025-02-20) - **(Feature)** Amazon Q /doc: support making changes to architecture diagrams diff --git a/gradle.properties b/gradle.properties index cf85f90b66..f6add93f87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.57-SNAPSHOT +toolkitVersion=3.57 # Publish Settings publishToken= From 21aba022c414f71ed9891c00b78a9f4d8a0f3673 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Fri, 28 Feb 2025 19:36:16 +0000 Subject: [PATCH 2/2] Updating SNAPSHOT version to 3.58-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f6add93f87..f587457c99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.57 +toolkitVersion=3.58-SNAPSHOT # Publish Settings publishToken=