Skip to content

Commit 512aa4a

Browse files
author
aws-toolkit-automation
committed
Release 1.4.0
1 parent d122620 commit 512aa4a

10 files changed

+41
-26
lines changed

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.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-05-13",
3+
"version": "1.4.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Auth: No longer request AWS account scopes during login."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Security Scan: Fixes an issue where scans fail for projects with Terraform files"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Code Transform: Show additional status messages to align with experience when JAVA_HOME set incorrectly."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "UX: Added keyboard navigation to login screen."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "New SSO Authorization Code flow for faster logins"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Transform: Add human intervention to help update dependencies during transformation."
28+
}
29+
]
30+
}

packages/amazonq/.changes/next-release/Bug Fix-1a10b655-4aec-44ad-9c9c-1423375a10bf.json

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

packages/amazonq/.changes/next-release/Bug Fix-7d44c921-beb1-42c5-9a6c-35efc4994d4d.json

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

packages/amazonq/.changes/next-release/Bug Fix-99765db0-02f5-421b-8188-f85f020f4763.json

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

packages/amazonq/.changes/next-release/Feature-13e24999-a2c9-4636-9ca8-d79b2ae78ca6.json

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

packages/amazonq/.changes/next-release/Feature-1fd5f451-8d50-4e44-b17e-d0cb77ca0c5e.json

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

packages/amazonq/.changes/next-release/Feature-783a661b-705e-403f-af64-76db8c209496.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.4.0 2024-05-13
2+
3+
- **Bug Fix** Auth: No longer request AWS account scopes during login.
4+
- **Bug Fix** Security Scan: Fixes an issue where scans fail for projects with Terraform files
5+
- **Bug Fix** Amazon Q Code Transform: Show additional status messages to align with experience when JAVA_HOME set incorrectly.
6+
- **Feature** UX: Added keyboard navigation to login screen.
7+
- **Feature** New SSO Authorization Code flow for faster logins
8+
- **Feature** Transform: Add human intervention to help update dependencies during transformation.
9+
110
## 1.3.0 2024-05-08
211

312
- **Bug Fix** modifying the root folder for /dev now modifies it

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.4.0-SNAPSHOT",
5+
"version": "1.4.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)