Skip to content

Commit fdf1f93

Browse files
author
aws-toolkit-automation
committed
Release 2.9.0
1 parent 8a8e33d commit fdf1f93

7 files changed

+26
-14
lines changed

.changes/2.9.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-02-09",
3+
"version": "2.9.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Cloud9: certain filesystem calls did not work in Cloud9"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "EC2 Credentials: Use IMDSv2 calls if available, otherwise fall back IMDSv1."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Enable java 17 for SAM create and local Lambda debugging"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-58f92b8d-fe98-4885-b150-3c52d640b4a0.json

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

.changes/next-release/Bug Fix-bcc441fe-f0d3-444f-bbcb-16cc634e8a5f.json

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

.changes/next-release/Feature-d14983e3-ed88-4623-bf62-5b78af07aa73.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+
## 2.9.0 2024-02-09
2+
3+
- **Bug Fix** Cloud9: certain filesystem calls did not work in Cloud9
4+
- **Bug Fix** EC2 Credentials: Use IMDSv2 calls if available, otherwise fall back IMDSv1.
5+
- **Feature** Enable java 17 for SAM create and local Lambda debugging
6+
17
## 2.8.0 2024-02-01
28

39
- **Bug Fix** CodeWhisperer: Improve CodePercentage telemetry reporting

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/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 - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.9.0-SNAPSHOT",
5+
"version": "2.9.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)