Skip to content

Commit 3fca3ac

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.20
1 parent 60b859c commit 3fca3ac

8 files changed

+28
-21
lines changed

.changes/1.20.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2020-10-22",
3+
"version" : "1.20",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for `+` in AWS profile names"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix being unable to use a SSO profile in a credential chain"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix Aurora MySQL 5.7 not showing up in the AWS Explorer"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name"
16+
}, {
17+
"type" : "deprecation",
18+
"description" : "2019.3 support will be removed in the next release"
19+
} ]
20+
}

.changes/next-release/bugfix-317bc95d-c66a-415a-abe5-adbec7bb52c9.json

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

.changes/next-release/bugfix-f167fb0e-58c8-4493-86fc-a6620ef22a6f.json

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

.changes/next-release/bugfix-f40816f6-d88b-4870-8a4b-59bc061626f3.json

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

.changes/next-release/deprecation-407a34ef-c785-45eb-b3f1-20c394878d8c.json

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

.changes/next-release/feature-12767a0c-60b1-48b3-82c6-3f0ea2bb3b21.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _1.20_ (2020-10-22)
2+
- **(Feature)** Add support for `+` in AWS profile names
3+
- **(Bug Fix)** Fix being unable to use a SSO profile in a credential chain
4+
- **(Bug Fix)** Fix Aurora MySQL 5.7 not showing up in the AWS Explorer
5+
- **(Bug Fix)** Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name
6+
- **(Deprecation)** 2019.3 support will be removed in the next release
7+
18
# _1.19_ (2020-10-07)
29
- **(Feature)** Add the ability to copy the URL to an S3 object
310
- **(Feature)** Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)

gradle.properties

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT
5+
toolkitVersion=1.20
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)