Skip to content

Commit d6d54e4

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.27
1 parent cc0b131 commit d6d54e4

8 files changed

+28
-21
lines changed

.changes/1.27.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2021-05-24",
3+
"version" : "1.27",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for AppRunner. Create/delete/pause/resume/deploy and view logs for your AppRunner services."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add support for building and pushing local images to ECR"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Add support for running/debugging Typescript Lambdas"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix Rider locking up when right clicking a Lambda in the AWS Explorer with a dotnet runtime in 2021.1"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "While debugging a Lambda function locally, make sure stopping the debugger will always stop the underlying SAM cli process (#2564)"
19+
} ]
20+
}

.changes/next-release/bugfix-828c2cd6-7fc0-4136-a0f3-68f41725eb85.json

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

.changes/next-release/bugfix-ae4c421c-fb18-4df5-993e-4f2ad3f36252.json

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

.changes/next-release/feature-289b6376-e170-44a0-8602-4e4330ede50c.json

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

.changes/next-release/feature-93bf0ba2-11a6-4d98-aaaf-307d1d699a31.json

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

.changes/next-release/feature-b3204bc6-3fb6-41c9-b173-915d6f5392f9.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.27_ (2021-05-24)
2+
- **(Feature)** Add support for AppRunner. Create/delete/pause/resume/deploy and view logs for your AppRunner services.
3+
- **(Feature)** Add support for building and pushing local images to ECR
4+
- **(Feature)** Add support for running/debugging Typescript Lambdas
5+
- **(Bug Fix)** Fix Rider locking up when right clicking a Lambda in the AWS Explorer with a dotnet runtime in 2021.1
6+
- **(Bug Fix)** While debugging a Lambda function locally, make sure stopping the debugger will always stop the underlying SAM cli process ([#2564](https://github.com/aws/aws-toolkit-jetbrains/issues/2564))
7+
18
# _1.26_ (2021-04-14)
29
- **(Feature)** Add support for creating/debugging Golang Lambdas ([#649](https://github.com/aws/aws-toolkit-jetbrains/issues/649))
310
- **(Bug Fix)** Fix breaking run configuration gutter icons when the IDE has no languages installed that support Lambda local runtime ([#2504](https://github.com/aws/aws-toolkit-jetbrains/issues/2504))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.27-SNAPSHOT
5+
toolkitVersion=1.27
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)