Skip to content

Commit e561dc2

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.26
1 parent 873b973 commit e561dc2

11 files changed

+40
-33
lines changed

.changes/1.26.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"date" : "2021-04-14",
3+
"version" : "1.26",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for creating/debugging Golang Lambdas (#649)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix breaking run configuration gutter icons when the IDE has no languages installed that support Lambda local runtime (#2504)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue preventing deployment of CloudFormation templates with empty values (#1498)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix cloudformation stack events failing to update after reaching a final state (#2519)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix the Local Lambda run configuration always reseting the environemnt variables to defaults when using templates (#2509)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix being able to interact with objects from deleted buckets (#1601)"
22+
}, {
23+
"type" : "removal",
24+
"description" : "Remove support for 2020.1"
25+
}, {
26+
"type" : "removal",
27+
"description" : "Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues"
28+
} ]
29+
}

.changes/next-release/bugfix-0bf13d79-93b4-4342-8621-9282d3de140e.json

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

.changes/next-release/bugfix-400db503-7828-4789-8f61-8bf7d200fe08.json

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

.changes/next-release/bugfix-52359066-2c76-4cfa-b7c9-f7918157a4b4.json

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

.changes/next-release/bugfix-739a1530-4613-4dd6-be23-648adf52cf3b.json

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

.changes/next-release/bugfix-e13937a7-d582-4e45-8d52-c2cada0d4b16.json

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

.changes/next-release/feature-f1e77348-f339-4ade-8f72-17233713c330.json

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

.changes/next-release/removal-243ebc37-958f-4799-9516-6fe56e7c9adf.json

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

.changes/next-release/removal-cf431a14-19ee-404f-9264-5ec06858497c.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# _1.26_ (2021-04-14)
2+
- **(Feature)** Add support for creating/debugging Golang Lambdas ([#649](https://github.com/aws/aws-toolkit-jetbrains/issues/649))
3+
- **(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))
4+
- **(Bug Fix)** Fix issue preventing deployment of CloudFormation templates with empty values ([#1498](https://github.com/aws/aws-toolkit-jetbrains/issues/1498))
5+
- **(Bug Fix)** Fix cloudformation stack events failing to update after reaching a final state ([#2519](https://github.com/aws/aws-toolkit-jetbrains/issues/2519))
6+
- **(Bug Fix)** Fix the Local Lambda run configuration always reseting the environemnt variables to defaults when using templates ([#2509](https://github.com/aws/aws-toolkit-jetbrains/issues/2509))
7+
- **(Bug Fix)** Fix being able to interact with objects from deleted buckets ([#1601](https://github.com/aws/aws-toolkit-jetbrains/issues/1601))
8+
- **(Removal)** Remove support for 2020.1
9+
- **(Removal)** Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues
10+
111
# _1.25_ (2021-03-10)
212
- **(Breaking Change)** Minimum SAM CLI version is now 1.0.0
313
- **(Feature)** Debugging Python based Lambdas locally now have the Python interactive console enabled (Fixes [#1165](https://github.com/aws/aws-toolkit-jetbrains/issues/1165))

0 commit comments

Comments
 (0)