Skip to content

Commit 45f4f3e

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.58
1 parent 8dcb5bb commit 45f4f3e

8 files changed

+28
-21
lines changed

.changes/1.58.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2023-01-12",
3+
"version" : "1.58",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer: more responsive Auto-Suggestions"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Added Nodejs18.x Lambda runtime support"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix regression in requirements.txt detection (#3041)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix `com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException when choosing an input template in Lambda Run Configurations` (#3359)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix Lambda Python console encoding issue (#2802)"
19+
} ]
20+
}

.changes/next-release/bugfix-0dd789f4-d26a-4395-a535-959ba9e94512.json

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

.changes/next-release/bugfix-8c59d27c-85e1-40e9-b635-76ebd90bda02.json

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

.changes/next-release/bugfix-e75c9f84-669c-47ee-bf0b-4a442c7c053a.json

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

.changes/next-release/feature-17ca9b78-6846-4073-8b09-fcce3f0457a3.json

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

.changes/next-release/feature-d6262e92-c272-4e7c-8d24-a8f954356bd9.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _1.58_ (2023-01-12)
2+
- **(Feature)** CodeWhisperer: more responsive Auto-Suggestions
3+
- **(Feature)** Added Nodejs18.x Lambda runtime support
4+
- **(Bug Fix)** Fix regression in requirements.txt detection ([#3041](https://github.com/aws/aws-toolkit-jetbrains/issues/3041))
5+
- **(Bug Fix)** Fix `com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException when choosing an input template in Lambda Run Configurations` ([#3359](https://github.com/aws/aws-toolkit-jetbrains/issues/3359))
6+
- **(Bug Fix)** Fix Lambda Python console encoding issue ([#2802](https://github.com/aws/aws-toolkit-jetbrains/issues/2802))
7+
18
# _1.57_ (2022-12-15)
29
- **(Feature)** Change reauthentication prompt to be non-distruptive notification.
310
- **(Bug Fix)** Add do not show again button for CodeWhisperer accountless usage notification

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.58-SNAPSHOT
5+
toolkitVersion=1.58
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)