Skip to content

Commit affc181

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.64
1 parent c3089e2 commit affc181

7 files changed

+23
-17
lines changed

.changes/1.64.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2023-03-29",
3+
"version" : "1.64",
4+
"entries" : [ {
5+
"type" : "breaking",
6+
"description" : "Required SAM CLI upgrade to v1.78.0 to for using Sync Serverless Application option."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Support for RDS MariaDB instances (#3530)"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Added 2023.1 support"
13+
}, {
14+
"type" : "deprecation",
15+
"description" : "An upcoming release will remove support for IDEs based on the 2022.1 platform"
16+
} ]
17+
}

.changes/next-release/breaking-2d47a157-abf9-4f75-a62d-c8cb09a5ac38.json

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

.changes/next-release/deprecation-8217b758-a01b-4eda-add2-5ff38e69267f.json

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

.changes/next-release/feature-33017f7e-c362-4d52-b344-ae66f2742bee.json

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

.changes/next-release/feature-5d1b76ea-4915-46f9-9900-4ff94fea67ea.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _1.63_ (2023-03-24)
2+
- **(Bug Fix)** Fix issue where multiple Builder ID entries show up in connection list
3+
- **(Bug Fix)** Fix temporary deadlock when user fails to complete reauthentication request
4+
- **(Bug Fix)** Only allow cloning a repository from CodeCatalyst if it's hosted on CodeCatalyst
5+
16
# _1.62_ (2023-03-20)
27
- **(Bug Fix)** Show friendlier application name when signing in using SSO
38
- **(Bug Fix)** Fix confusing experience when attempting to sign in to multiple Builder IDs

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.64-SNAPSHOT
5+
toolkitVersion=1.64
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)