Skip to content

Commit 2d4e9b3

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.66
1 parent e30abb6 commit 2d4e9b3

7 files changed

+31
-17
lines changed

.changes/1.66.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2023-04-19",
3+
"version" : "1.66",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Display current space and project name on status bar while working in a CodeCatalyst Dev Environment"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add support for Lambda runtime Python 3.10"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix `java.lang.Throwable: Invalid html: tag <html> inserted automatically and shouldn't be used` (#3608)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix issue where nothing happens when trying to create an empty Dev Environment"
16+
} ]
17+
}

.changes/next-release/bugfix-004dc9de-9d2c-4c1f-a27f-6a8325d7b24a.json

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

.changes/next-release/bugfix-09d5b2b9-44bc-4305-88ba-a7e54ad87657.json

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

.changes/next-release/bugfix-62c95501-2bee-430c-9a67-d08fcc8e042b.json

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

.changes/next-release/feature-a74ea09f-0d8f-4da0-9c48-7f08a07b01fc.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# _1.65_ (2023-04-13)
2+
- **(Feature)** [CodeWhisperer]: Introducing "Stop code scan" feature where users will be able to stop the ongoing code scan and immediately start a new one.
3+
- **(Feature)** [CodeWhisperer]: Automatic import recommendations
4+
- **(Feature)** [CodeWhisperer]: Now supports cross region calls.
5+
- **(Feature)** Attempt to download IDE thin client earlier in the CodeCatalyst Dev Environment connection process
6+
- **(Feature)** [CodeWhisperer]: New supported programming languages: C, C++, Go, Kotlin, Php, Ruby, Rust, Scala, Shell, Sql.
7+
- **(Bug Fix)** Include more information in the Dev Environment status tooltip
8+
- **(Bug Fix)** Provide consistent UX in all Dev Environment wizard variants
9+
- **(Bug Fix)** Fix 'MissingResourceException: Registry key is not defined'
10+
- **(Bug Fix)** [CodeWhisperer]: Multiple bug fixes to improve user experience
11+
- **(Removal)** Drop support for the Node.js 12.x Lambda runtime
12+
- **(Removal)** Drop support for the .NET Core 3.1 Lambda runtime
13+
114
# _1.64_ (2023-03-29)
215
- **(Breaking Change)** Required SAM CLI upgrade to v1.78.0 to for using Sync Serverless Application option.
316
- **(Feature)** Support for RDS MariaDB instances ([#3530](https://github.com/aws/aws-toolkit-jetbrains/issues/3530))

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

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)