Skip to content

Commit

Permalink
Updating version to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Mar 10, 2021
1 parent d820241 commit a7d0c0f
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 57 deletions.
47 changes: 47 additions & 0 deletions .changes/1.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"date" : "2021-03-10",
"version" : "1.25",
"entries" : [ {
"type" : "breaking",
"description" : "Minimum SAM CLI version is now 1.0.0"
}, {
"type" : "feature",
"description" : "Debugging Python based Lambdas locally now have the Python interactive console enabled (Fixes #1165)"
}, {
"type" : "feature",
"description" : "Add a setting for how the AWS profiles notification is shown (#2408)"
}, {
"type" : "feature",
"description" : "Deleting resources now requires typing \"delete me\" instead of the resource name"
}, {
"type" : "feature",
"description" : "Add support for 2021.1"
}, {
"type" : "feature",
"description" : "Allow deploying SAM templates from the CloudFormaton node (#2166)"
}, {
"type" : "bugfix",
"description" : "Improve error messages when properties are not found in templates (#2449)"
}, {
"type" : "bugfix",
"description" : "Fix resource selectors assuming every region has every service (#2435)"
}, {
"type" : "bugfix",
"description" : "Docker is now validated before building the Lambda when running and debugging locally (Fixes #2418)"
}, {
"type" : "bugfix",
"description" : "Fixed several UI inconsistencies in the S3 bucket viewer actions"
}, {
"type" : "bugfix",
"description" : "Fix showing stack status notification on opening existing CloudFormation stack (#2157)"
}, {
"type" : "bugfix",
"description" : "Processes using the Step system (e.g. SAM build) can now be stopped (#2418)"
}, {
"type" : "bugfix",
"description" : "Fixed the Remote Lambda Run Configuration failing to load the list of functions if not in active region"
}, {
"type" : "deprecation",
"description" : "2020.1 support will be removed in the next release"
} ]
}

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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# _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))
- **(Feature)** Add a setting for how the AWS profiles notification is shown ([#2408](https://github.com/aws/aws-toolkit-jetbrains/issues/2408))
- **(Feature)** Deleting resources now requires typing "delete me" instead of the resource name
- **(Feature)** Add support for 2021.1
- **(Feature)** Allow deploying SAM templates from the CloudFormaton node ([#2166](https://github.com/aws/aws-toolkit-jetbrains/issues/2166))
- **(Bug Fix)** Improve error messages when properties are not found in templates ([#2449](https://github.com/aws/aws-toolkit-jetbrains/issues/2449))
- **(Bug Fix)** Fix resource selectors assuming every region has every service ([#2435](https://github.com/aws/aws-toolkit-jetbrains/issues/2435))
- **(Bug Fix)** Docker is now validated before building the Lambda when running and debugging locally (Fixes [#2418](https://github.com/aws/aws-toolkit-jetbrains/issues/2418))
- **(Bug Fix)** Fixed several UI inconsistencies in the S3 bucket viewer actions
- **(Bug Fix)** Fix showing stack status notification on opening existing CloudFormation stack ([#2157](https://github.com/aws/aws-toolkit-jetbrains/issues/2157))
- **(Bug Fix)** Processes using the Step system (e.g. SAM build) can now be stopped ([#2418](https://github.com/aws/aws-toolkit-jetbrains/issues/2418))
- **(Bug Fix)** Fixed the Remote Lambda Run Configuration failing to load the list of functions if not in active region
- **(Deprecation)** 2020.1 support will be removed in the next release

# _1.24_ (2021-02-17)
- **(Feature)** RDS serverless databases are now visible in the RDS node in the explorer
- **(Bug Fix)** Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution
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.25-SNAPSHOT
toolkitVersion=1.25

# Publish Settings
publishToken=
Expand Down

0 comments on commit a7d0c0f

Please sign in to comment.