Skip to content

Commit c34143c

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.24
1 parent 4177d36 commit c34143c

9 files changed

+32
-25
lines changed

.changes/1.24.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2021-02-17",
3+
"version" : "1.24",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "RDS serverless databases are now visible in the RDS node in the explorer"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix being unable to open the file browser in the Schemas download panel"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix being unable to type/copy paste into the SAM local run config's template path textbox"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix Secrets Manager-based databse auth throwing NullPointer when editing settings in 2020.3.2 (Fixes #2403)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix making an un-needed service call on IDE startup (#2426)"
22+
} ]
23+
}

.changes/next-release/bugfix-183f2a42-a85a-43bc-8e06-b4e84a8be83a.json

-4
This file was deleted.

.changes/next-release/bugfix-2372741b-3f47-419f-bff0-be6d1f1e8520.json

-4
This file was deleted.

.changes/next-release/bugfix-4758f339-3b53-474a-b0ca-31e128f6945b.json

-4
This file was deleted.

.changes/next-release/bugfix-78d11375-2951-4bba-95f9-fd44e8310fe4.json

-4
This file was deleted.

.changes/next-release/bugfix-e08f96c2-d2ad-438e-81a6-cf7f98b22f62.json

-4
This file was deleted.

.changes/next-release/feature-cea2195d-89dd-47a7-9492-f42057a28a6c.json

-4
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _1.24_ (2021-02-17)
2+
- **(Feature)** RDS serverless databases are now visible in the RDS node in the explorer
3+
- **(Bug Fix)** Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution
4+
- **(Bug Fix)** Fix being unable to open the file browser in the Schemas download panel
5+
- **(Bug Fix)** Fix being unable to type/copy paste into the SAM local run config's template path textbox
6+
- **(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))
7+
- **(Bug Fix)** Fix making an un-needed service call on IDE startup ([#2426](https://github.com/aws/aws-toolkit-jetbrains/issues/2426))
8+
19
# _1.23_ (2021-02-04)
210
- **(Feature)** Add "Copy S3 URI" to S3 objects ([#2208](https://github.com/aws/aws-toolkit-jetbrains/issues/2208))
311
- **(Feature)** Add Dotnet5 Lambda support (Image only)

gradle.properties

+1-1
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.24-SNAPSHOT
5+
toolkitVersion=1.24
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)