Skip to content

Commit 431e91a

Browse files
author
aws-toolkit-automation
committed
Release 1.24.0
1 parent 57ccca3 commit 431e91a

8 files changed

+31
-18
lines changed

.changes/1.24.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2021-04-22",
3+
"version": "1.24.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM Python debugging: restore retry to ensure successful attach #1666"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "SAM run/debug: Add support for Java 8, Java 8.al2, and Java 11 runtimes using Maven and Gradle"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CDK panel now appears below the AWS Explorer instead of the VSCode File Explorer"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "UI: Refresh AWS Explorer after performing \"Deploy SAM application\""
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-adb07031-c137-4311-b1b2-57023233c633.json

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

.changes/next-release/Feature-6861e378-cab2-4599-840b-bb7142b7f8ee.json

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

.changes/next-release/Feature-8f2f07a8-2280-4537-a566-09f6360c91d5.json

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

.changes/next-release/Feature-d7116bda-8964-461b-bbcd-1943dbf8e961.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.24.0 2021-04-22
2+
3+
- **Bug Fix** SAM Python debugging: restore retry to ensure successful attach #1666
4+
- **Feature** SAM run/debug: Add support for Java 8, Java 8.al2, and Java 11 runtimes using Maven and Gradle
5+
- **Feature** CDK panel now appears below the AWS Explorer instead of the VSCode File Explorer
6+
- **Feature** UI: Refresh AWS Explorer after performing "Deploy SAM application"
7+
18
## 1.23.0 2021-04-16
29

310
- **Feature** Beta UI for editing and directly invoking AWS SAM debug configurations

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": "An extension for working with Amazon Web Services",
5-
"version": "1.24.0-SNAPSHOT",
5+
"version": "1.24.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)