Skip to content

Commit b168320

Browse files
author
aws-toolkit-automation
committed
Update version to 1.5.0
1 parent 02d40f5 commit b168320

12 files changed

+51
-34
lines changed

.changes/1.5.0.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2020-01-06",
3+
"version": "1.5.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Minimum version of SAM CLI has been adjusted from 0.16.0 to 0.32.0 to accommodate new runtime support"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.40.0 to 0.50.0."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "SAM Application support for the python3.8 runtime"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Reduced plugin size and startup time significantly"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "SAM Application support for the nodejs12.x runtime"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "The StatusBar item displaying the current credentials used by the toolkit now shows when no credentials are being used. It can also be clicked to change the Toolkit's active credentials."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "The Toolkit now applies configuration changes to the log level when it changes instead of the next time the toolkit is started (#860)"
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "The folder depth within a workspace that SAM Template files are searched for is now configurable. Previously, this was fixed at 2."
36+
}
37+
]
38+
}

.changes/next-release/Breaking Change-c145cf92-4050-463f-a771-42a99fdb4936.json

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

.changes/next-release/Feature-155caa37-d5ab-444a-96f5-7dc85373258f.json

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

.changes/next-release/Feature-206b1b56-c7ed-41df-934e-a23403a9d412.json

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

.changes/next-release/Feature-313b72cb-baf3-40f5-b80e-bbaf71432a50.json

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

.changes/next-release/Feature-4f2e7d13-e9c8-4fd8-9a1a-8814d8667286.json

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

.changes/next-release/Feature-6043b806-109f-467d-a783-e472e39350d8.json

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

.changes/next-release/Feature-d0c674fc-4f1d-4fa9-9f51-485de73fb9a2.json

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

.changes/next-release/Feature-db7c623b-2103-4e5f-86a2-84c2c32d12e6.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.5.0 2020-01-06
2+
3+
- **Breaking Change** Minimum version of SAM CLI has been adjusted from 0.16.0 to 0.32.0 to accommodate new runtime support
4+
- **Feature** Bumped maximum (exclusive) supported SAM CLI version from 0.40.0 to 0.50.0.
5+
- **Feature** SAM Application support for the python3.8 runtime
6+
- **Feature** Reduced plugin size and startup time significantly
7+
- **Feature** SAM Application support for the nodejs12.x runtime
8+
- **Feature** The StatusBar item displaying the current credentials used by the toolkit now shows when no credentials are being used. It can also be clicked to change the Toolkit's active credentials.
9+
- **Feature** The Toolkit now applies configuration changes to the log level when it changes instead of the next time the toolkit is started (#860)
10+
- **Feature** The folder depth within a workspace that SAM Template files are searched for is now configurable. Previously, this was fixed at 2.
11+
112
## 1.4.0 2019-12-02
213

314
- **Feature** Added support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge

0 commit comments

Comments
 (0)