Skip to content

Commit af2324f

Browse files
author
aws-toolkit-automation
committed
Release 1.94.0
1 parent b14ee2b commit af2324f

7 files changed

+27
-15
lines changed

.changes/1.94.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-10-12",
3+
"version": "1.94.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "CodeWhisperer: improve auto-suggestions for additional languages"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "StepFunctions: Support rendering SFN graph with ItemProcessor field"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "auth: Adding or switching connections in CodeWhisperer, CodeCatalyst and Explorer is now faster and requires fewer steps"
16+
}
17+
]
18+
}

.changes/next-release/Feature-0cd31fc0-2e29-4295-83a3-f4cb7eeaa325.json

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

.changes/next-release/Feature-3d9dd25d-a1c3-40a8-b520-a19b339bd4dd.json

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

.changes/next-release/Feature-93736bc9-dfa0-4698-924d-0f1d8a119c85.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.94.0 2023-10-12
2+
3+
- **Feature** CodeWhisperer: improve auto-suggestions for additional languages
4+
- **Feature** StepFunctions: Support rendering SFN graph with ItemProcessor field
5+
- **Feature** auth: Adding or switching connections in CodeWhisperer, CodeCatalyst and Explorer is now faster and requires fewer steps
6+
17
## 1.93.0 2023-10-05
28

39
- **Bug Fix** SAM: local debugging of a .NET lambda may fail if `containerbuild=true`

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

0 commit comments

Comments
 (0)