Skip to content

Commit ca9f66b

Browse files
author
aws-toolkit-automation
committed
Release 1.32.0
1 parent 629dcac commit ca9f66b

9 files changed

+37
-23
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-10-29",
3+
"version": "1.32.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Remove warning when no input is provided to inline chat input box"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Use Sagemaker environment IAM Credentials for Code Completion when they're available"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Inline: Code completion not working for Sagemaker Pro Tier users."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Disable /transform and /dev commands for sagemaker users as they're not supported"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Enable Free Tier Chat for IAM users"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-0be85264-f542-4383-a02e-0ae0e66dba90.json

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

packages/amazonq/.changes/next-release/Bug Fix-0ee7be24-b0f8-460b-a852-a2d08b6d289e.json

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

packages/amazonq/.changes/next-release/Bug Fix-4db8f989-da38-467f-bf2e-598c9ed9af81.json

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

packages/amazonq/.changes/next-release/Bug Fix-cbd8faed-6375-40e7-9f82-0e402e8fc0ad.json

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

packages/amazonq/.changes/next-release/Feature-a007f02d-d737-4429-9b7d-245aa30d879c.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.32.0 2024-10-29
2+
3+
- **Bug Fix** Remove warning when no input is provided to inline chat input box
4+
- **Bug Fix** Use Sagemaker environment IAM Credentials for Code Completion when they're available
5+
- **Bug Fix** Inline: Code completion not working for Sagemaker Pro Tier users.
6+
- **Bug Fix** Disable /transform and /dev commands for sagemaker users as they're not supported
7+
- **Feature** Enable Free Tier Chat for IAM users
8+
19
## 1.31.0 2024-10-29
210

311
- **Breaking Change** Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux

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

0 commit comments

Comments
 (0)