Skip to content

Commit 9c2df40

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.45
1 parent 55763ab commit 9c2df40

7 files changed

+24
-17
lines changed

.changes/1.45.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2022-06-23",
3+
"version" : "1.45",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "[CodeWhisperer](https://aws.amazon.com/codewhisperer) uses machine learning to generate code suggestions from the existing code and comments in your IDE. Supported languages include: Java, Python, and JavaScript."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Added 2022.2 support"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix .NET Lambda debugging regression in 2022.1.1"
13+
}, {
14+
"type" : "removal",
15+
"description" : "Removed support for 2021.1.x IDEs"
16+
} ]
17+
}

.changes/next-release/bugfix-e70966c5-80d9-4ab8-84d5-bd2526dc6b33.json

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

.changes/next-release/feature-48cdd9d4-48fe-4871-9f76-ababdf4ca512.json

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

.changes/next-release/feature-9b51699b-e6ac-46d9-97e8-3902dc391340.json

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

.changes/next-release/removal-8de69757-34b2-49f5-a5a7-c6530cb5a387.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _1.45_ (2022-06-23)
2+
- **(Feature)** [CodeWhisperer](https://aws.amazon.com/codewhisperer) uses machine learning to generate code suggestions from the existing code and comments in your IDE. Supported languages include: Java, Python, and JavaScript.
3+
- **(Feature)** Added 2022.2 support
4+
- **(Bug Fix)** Fix .NET Lambda debugging regression in 2022.1.1
5+
- **(Removal)** Removed support for 2021.1.x IDEs
6+
17
# _1.44_ (2022-06-01)
28
- **(Feature)** Add warning to indicate time delay in SQS queue deletion
39
- **(Bug Fix)** Fixed issue with uncaught exception in resource cache ([#3098](https://github.com/aws/aws-toolkit-jetbrains/issues/3098))

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=1.45-SNAPSHOT
5+
toolkitVersion=1.45
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)