Skip to content

Commit 9b4a8a9

Browse files
author
aws-toolkit-automation
committed
Release 1.84.0
1 parent 2e0e7ba commit 9b4a8a9

9 files changed

+37
-23
lines changed

.changes/1.84.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-08-11",
3+
"version": "1.84.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "misleading error when downloading a Lambda to a workspace without a folder"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer: Fix in some cases the inline suggestions are not showing in the editor"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Regions quickpick menu shows duplicate \"recently used\" labels"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeWhisperer: Improve file context fetching for Java test files"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "IAM Identity Center (SSO): show an error if SSO user is not assigned to an account with a Permission Set"
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-110e714c-9b81-4780-8257-ff8604f2578d.json

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

.changes/next-release/Bug Fix-1bdf6b9c-d49a-451d-acdc-1d4fb233e02b.json

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

.changes/next-release/Bug Fix-f600d289-1c01-41c5-aff0-00619956aed1.json

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

.changes/next-release/Feature-7fd62dd9-139d-489b-ab89-0bd6a4490423.json

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

.changes/next-release/Feature-ff7562fc-d346-404a-9e2e-86d57d12d97a.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.84.0 2023-08-11
2+
3+
- **Bug Fix** misleading error when downloading a Lambda to a workspace without a folder
4+
- **Bug Fix** CodeWhisperer: Fix in some cases the inline suggestions are not showing in the editor
5+
- **Bug Fix** Regions quickpick menu shows duplicate "recently used" labels
6+
- **Feature** CodeWhisperer: Improve file context fetching for Java test files
7+
- **Feature** IAM Identity Center (SSO): show an error if SSO user is not assigned to an account with a Permission Set
8+
19
## 1.83.0 2023-08-03
210

311
- **Feature** IAM Identity Center (SSO): log a warning if SSO user is not linked to an account

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including support for CodeWhisperer, CodeCatalyst, Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.84.0-SNAPSHOT",
5+
"version": "1.84.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)