Skip to content

Commit

Permalink
Updating version to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Apr 14, 2021
1 parent 873b973 commit e561dc2
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 33 deletions.
29 changes: 29 additions & 0 deletions .changes/1.26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"date" : "2021-04-14",
"version" : "1.26",
"entries" : [ {
"type" : "feature",
"description" : "Add support for creating/debugging Golang Lambdas (#649)"
}, {
"type" : "bugfix",
"description" : "Fix breaking run configuration gutter icons when the IDE has no languages installed that support Lambda local runtime (#2504)"
}, {
"type" : "bugfix",
"description" : "Fix issue preventing deployment of CloudFormation templates with empty values (#1498)"
}, {
"type" : "bugfix",
"description" : "Fix cloudformation stack events failing to update after reaching a final state (#2519)"
}, {
"type" : "bugfix",
"description" : "Fix the Local Lambda run configuration always reseting the environemnt variables to defaults when using templates (#2509)"
}, {
"type" : "bugfix",
"description" : "Fix being able to interact with objects from deleted buckets (#1601)"
}, {
"type" : "removal",
"description" : "Remove support for 2020.1"
}, {
"type" : "removal",
"description" : "Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# _1.26_ (2021-04-14)
- **(Feature)** Add support for creating/debugging Golang Lambdas ([#649](https://github.com/aws/aws-toolkit-jetbrains/issues/649))
- **(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))
- **(Bug Fix)** Fix issue preventing deployment of CloudFormation templates with empty values ([#1498](https://github.com/aws/aws-toolkit-jetbrains/issues/1498))
- **(Bug Fix)** Fix cloudformation stack events failing to update after reaching a final state ([#2519](https://github.com/aws/aws-toolkit-jetbrains/issues/2519))
- **(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))
- **(Bug Fix)** Fix being able to interact with objects from deleted buckets ([#1601](https://github.com/aws/aws-toolkit-jetbrains/issues/1601))
- **(Removal)** Remove support for 2020.1
- **(Removal)** Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues

# _1.25_ (2021-03-10)
- **(Breaking Change)** Minimum SAM CLI version is now 1.0.0
- **(Feature)** Debugging Python based Lambdas locally now have the Python interactive console enabled (Fixes [#1165](https://github.com/aws/aws-toolkit-jetbrains/issues/1165))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.26-SNAPSHOT
toolkitVersion=1.26

# Publish Settings
publishToken=
Expand Down

0 comments on commit e561dc2

Please sign in to comment.