Skip to content

Commit 2854d27

Browse files
author
aws-toolkit-automation
committed
Release 1.24.0
1 parent 55ac0ba commit 2854d27

11 files changed

+47
-31
lines changed

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.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2024-09-05",
3+
"version": "1.24.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Network errors causing premature SSO logout"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix SyntaxError causing premature expiration (edge case)"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Code Transformation: show instructions for finding JDK path on Linux"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "UI: 'Start using Amazon Q' may display even if the user is signed in."
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Add getFeature and isEnabled utility methods to FeatureConfigProvider"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q /dev: include in progress state agent in code generation"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Reduce workspace CPU indexing time by 50%"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Bug Fix-8f6470e0-51f9-42c9-9c6a-54874eb3bbcb.json

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

packages/amazonq/.changes/next-release/Bug Fix-b8b46fa8-b467-4b35-9741-ce6962c8f674.json

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

packages/amazonq/.changes/next-release/Bug Fix-cf2cb680-6b37-4d51-a34a-5b5f03bd04c4.json

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

packages/amazonq/.changes/next-release/Bug Fix-cf81a6d7-2bc9-4888-9142-ce036245dd0e.json

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

packages/amazonq/.changes/next-release/Bug Fix-e18d0bfd-d423-4c64-9454-b221eff45b7f.json

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

packages/amazonq/.changes/next-release/Feature-0da66e82-7f81-46c7-be39-5634cf0a64f3.json

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

packages/amazonq/.changes/next-release/Feature-d4728cdd-22be-4255-b5e9-4d897a646782.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.24.0 2024-09-05
2+
3+
- **Bug Fix** Network errors causing premature SSO logout
4+
- **Bug Fix** Fix SyntaxError causing premature expiration (edge case)
5+
- **Bug Fix** Amazon Q Code Transformation: show instructions for finding JDK path on Linux
6+
- **Bug Fix** UI: 'Start using Amazon Q' may display even if the user is signed in.
7+
- **Bug Fix** Add getFeature and isEnabled utility methods to FeatureConfigProvider
8+
- **Feature** Amazon Q /dev: include in progress state agent in code generation
9+
- **Feature** Reduce workspace CPU indexing time by 50%
10+
111
## 1.23.0 2024-08-29
212

313
- **Bug Fix** Fix bug when undo inline suggestion causes command not found

0 commit comments

Comments
 (0)