Skip to content

Commit 5cdde81

Browse files
author
aws-toolkit-automation
committed
Release 1.37.0
1 parent 9cc0daf commit 5cdde81

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.37.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2022-03-25",
3+
"version": "1.37.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM run/debug: slow debugger attachment for API configurations now shows a cancellable notification instead of automatically failing"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "\"Adding Go (Golang) as a supported language for code binding generation through the EventBridge Schemas service\""
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-983cd27f-6bfe-449d-9fbe-a78776800a8b.json

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

.changes/next-release/Feature-489f795c-9a8f-4055-92d6-51c561ae58a9.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.37.0 2022-03-25
2+
3+
- **Bug Fix** SAM run/debug: slow debugger attachment for API configurations now shows a cancellable notification instead of automatically failing
4+
- **Feature** "Adding Go (Golang) as a supported language for code binding generation through the EventBridge Schemas service"
5+
16
## 1.36.0 2022-03-03
27

38
- **Bug Fix** Step Functions: fixed issue with opening a graph render from the editor

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.37.0-SNAPSHOT",
5+
"version": "1.37.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)