Skip to content

Commit 3fc8865

Browse files
author
aws-toolkit-automation
committed
Release 1.82.0
1 parent bdb0a83 commit 3fc8865

8 files changed

+32
-19
lines changed

.changes/1.82.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-07-26",
3+
"version": "1.82.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: issue with fetching enhanced file context"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "User setting for \"Share CodeWhisperer Content With AWS\" was not reflected in workspace-level settings"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Lambda \"Download\" action now expects \".mjs\" extension for Node18+ lambdas"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-3e5e67c4-5bde-4d7d-b473-c1f772430c4f.json

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

.changes/next-release/Bug Fix-e9afd2b9-cd47-4013-a2c0-8618d7b2ed15.json

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

.changes/next-release/Feature-5baff9c0-54b5-4ed3-8a3e-a74800cc5af5.json

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

.changes/next-release/Feature-fb427da2-9ded-464d-ab03-11d52a46b604.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.82.0 2023-07-26
2+
3+
- **Bug Fix** CodeWhisperer: issue with fetching enhanced file context
4+
- **Bug Fix** User setting for "Share CodeWhisperer Content With AWS" was not reflected in workspace-level settings
5+
- **Feature** CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching
6+
- **Feature** Lambda "Download" action now expects ".mjs" extension for Node18+ lambdas
7+
18
## 1.81.0 2023-07-13
29

310
- **Bug Fix** codewhisperer: improper request format when sending empty supplemental context

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.82.0-SNAPSHOT",
5+
"version": "1.82.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)