Skip to content

Commit

Permalink
Updating version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Feb 17, 2021
1 parent 4177d36 commit c34143c
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .changes/1.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2021-02-17",
"version" : "1.24",
"entries" : [ {
"type" : "feature",
"description" : "RDS serverless databases are now visible in the RDS node in the explorer"
}, {
"type" : "bugfix",
"description" : "Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution"
}, {
"type" : "bugfix",
"description" : "Fix being unable to open the file browser in the Schemas download panel"
}, {
"type" : "bugfix",
"description" : "Fix being unable to type/copy paste into the SAM local run config's template path textbox"
}, {
"type" : "bugfix",
"description" : "Fix Secrets Manager-based databse auth throwing NullPointer when editing settings in 2020.3.2 (Fixes #2403)"
}, {
"type" : "bugfix",
"description" : "Fix making an un-needed service call on IDE startup (#2426)"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# _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
- **(Bug Fix)** Fix being unable to open the file browser in the Schemas download panel
- **(Bug Fix)** Fix being unable to type/copy paste into the SAM local run config's template path textbox
- **(Bug Fix)** Fix Secrets Manager-based databse auth throwing NullPointer when editing settings in 2020.3.2 (Fixes [#2403](https://github.com/aws/aws-toolkit-jetbrains/issues/2403))
- **(Bug Fix)** Fix making an un-needed service call on IDE startup ([#2426](https://github.com/aws/aws-toolkit-jetbrains/issues/2426))

# _1.23_ (2021-02-04)
- **(Feature)** Add "Copy S3 URI" to S3 objects ([#2208](https://github.com/aws/aws-toolkit-jetbrains/issues/2208))
- **(Feature)** Add Dotnet5 Lambda support (Image only)
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.24-SNAPSHOT
toolkitVersion=1.24

# Publish Settings
publishToken=
Expand Down

0 comments on commit c34143c

Please sign in to comment.