Skip to content

Commit 350bdce

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.11
1 parent 454890d commit 350bdce

6 files changed

+20
-13
lines changed

.changes/3.11.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-06-13",
3+
"version" : "3.11",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q Code Transform: Allow user to view transformation build log"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix intermittent validation exception from CodeWhisperer service for improperly formed request"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "fix(Amazon Q Code Transformation): allow module to be zipped successfully even if it contains broken symlinks"
13+
} ]
14+
}

.changes/next-release/bugfix-908d7b81-ea6b-445f-a166-b09c8640dfaf.json

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

.changes/next-release/bugfix-cf44fd99-51b4-4e94-8274-7d079cfc2e42.json

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

.changes/next-release/feature-33667a31-ebc2-4f65-a42e-927b3cab4357.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _3.11_ (2024-06-13)
2+
- **(Feature)** Amazon Q Code Transform: Allow user to view transformation build log
3+
- **(Bug Fix)** Fix intermittent validation exception from CodeWhisperer service for improperly formed request
4+
- **(Bug Fix)** fix(Amazon Q Code Transformation): allow module to be zipped successfully even if it contains broken symlinks
5+
16
# _3.10_ (2024-06-07)
27
- **(Bug Fix)** Resolve a NullPointerException that could occur while handling editor creation event. ([#4554](https://github.com/aws/aws-toolkit-jetbrains/issues/4554))
38

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.11-SNAPSHOT
5+
toolkitVersion=3.11
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)