Skip to content

Commit 327c798

Browse files
author
aws-toolkit-automation
committed
Release 1.99.0
1 parent 2791031 commit 327c798

8 files changed

+32
-19
lines changed

.changes/1.99.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-11-17",
3+
"version": "1.99.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "CodeWhisperer: status bar lists options when clicked and shows suggestion state"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Don't show \"invalid settings.json\" message if settings.json is valid but unwritable"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: faster code completion by enabling HTTP connection reuse for completions API"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Connect to Amazon CodeCatalyst Dev Environments with IAM Identity Center"
20+
}
21+
]
22+
}

.changes/next-release/Feature-2ea7bfa5-c933-4e58-9381-54c692bfd38a.json

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

.changes/next-release/Feature-9f098b03-c8ed-4137-80cb-e7508d42a97f.json

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

.changes/next-release/Feature-e476e69f-2b0a-4dea-9897-972bdede90ba.json

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

.changes/next-release/Feature-f1679a22-fdba-4e7d-96c1-6c5b549c5537.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.99.0 2023-11-17
2+
3+
- **Feature** CodeWhisperer: status bar lists options when clicked and shows suggestion state
4+
- **Feature** Don't show "invalid settings.json" message if settings.json is valid but unwritable
5+
- **Feature** CodeWhisperer: faster code completion by enabling HTTP connection reuse for completions API
6+
- **Feature** Connect to Amazon CodeCatalyst Dev Environments with IAM Identity Center
7+
18
## 1.98.0 2023-11-09
29

310
- **Bug Fix** CodeWhisperer, CodeCatalyst may require login again after Switching VSCode workspaces

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.

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",
44
"description": "Including CodeWhisperer, CodeCatalyst, and support for Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.99.0-SNAPSHOT",
5+
"version": "1.99.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)