Skip to content

Commit 9881fae

Browse files
author
aws-toolkit-automation
committed
Release 1.68.0
1 parent 327fb56 commit 9881fae

7 files changed

+27
-15
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.

packages/amazonq/.changes/1.68.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-05-15",
3+
"version": "1.68.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix Error: 'Amazon Q service is not signed in'"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix Error: 'Amazon Q Profile is not selected for IDC connection type'"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Add inline completion support for abap language"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-2471c584-3904-4d90-bb7c-61efff219e43.json

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

packages/amazonq/.changes/next-release/Bug Fix-91d391d4-3777-4053-9e71-15b36dfa1f67.json

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

packages/amazonq/.changes/next-release/Feature-31d91f84-30cb-4acd-9e39-9dc153edf0a6.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.68.0 2025-05-15
2+
3+
- **Bug Fix** Fix Error: 'Amazon Q service is not signed in'
4+
- **Bug Fix** Fix Error: 'Amazon Q Profile is not selected for IDC connection type'
5+
- **Feature** Add inline completion support for abap language
6+
17
## 1.67.0 2025-05-14
28

39
- **Bug Fix** Previous and subsequent cells are used as context for completion in a Jupyter notebook

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": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.68.0-SNAPSHOT",
5+
"version": "1.68.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)