Skip to content

Commit 68cb8cb

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.67
1 parent 2e4c003 commit 68cb8cb

9 files changed

+30
-25
lines changed

.changes/1.67.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2023-04-27",
3+
"version" : "1.67",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Using the least permissive set of scopes for features during BuilderID/SSO login. Using the same connection for multiple features will request additional scopes to be used."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add support for Lambda Runtime Java17"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix the Add Connection Dialog box references to the correct documentation pages"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix thread access during validation of SAM templates"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "[CodeWhisperer]: login session length should increase to it's expected length. Users will now see less frequent expired sessions."
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Improve handling of disk errors related to SSO and align folder permissions with AWS CLI"
22+
} ]
23+
}

.changes/next-release/bugfix-1bfe48a8-efec-48df-9f5a-51e250b3df94.json

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

.changes/next-release/bugfix-5ec83f04-e342-4554-a29e-9d8bdda0ae7e.json

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

.changes/next-release/bugfix-81668a88-1628-4461-94bc-ebdb29d05493.json

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

.changes/next-release/bugfix-d0f3ffcc-004e-49f9-9d91-e910d4e6303e.json

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

.changes/next-release/feature-67a861d4-e076-4ce8-8853-1debbb564995.json

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

.changes/next-release/feature-dcd47603-f7e4-4481-9278-30953aa38631.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.66_ (2023-04-19)
2+
- **(Feature)** Display current space and project name on status bar while working in a CodeCatalyst Dev Environment
3+
- **(Feature)** Add support for Lambda runtime Python 3.10
4+
- **(Bug Fix)** Fix `java.lang.Throwable: Invalid html: tag <html> inserted automatically and shouldn't be used` ([#3608](https://github.com/aws/aws-toolkit-jetbrains/issues/3608))
5+
- **(Bug Fix)** Fix issue where nothing happens when trying to create an empty Dev Environment
6+
17
# _1.65_ (2023-04-13)
28
- **(Feature)** [CodeWhisperer]: Introducing "Stop code scan" feature where users will be able to stop the ongoing code scan and immediately start a new one.
39
- **(Feature)** [CodeWhisperer]: Automatic import recommendations

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

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)