Skip to content

Commit 17192d4

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.53
1 parent 0e01d02 commit 17192d4

6 files changed

+21
-14
lines changed

.changes/1.53.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-11-23",
3+
"version" : "1.53",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Sync Serverless Application(SAM Accelerate)"
7+
}, {
8+
"type" : "feature",
9+
"description" : "New experiment to allow injection of AWS Connection details (region/credentials) into Golang Run Configurations"
10+
}, {
11+
"type" : "removal",
12+
"description" : "Removed support for 2021.3.x IDEs"
13+
} ]
14+
}

.changes/next-release/feature-377ceda4-1636-44f2-9274-4c411e3fcd66.json

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

.changes/next-release/feature-aedbaec5-a5c6-4865-82d5-96165851503d.json

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

.changes/next-release/removal-c680d29f-2e13-4dd8-b139-c2024a465c28.json

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

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
# _1.53_ (2022-11-23)
2+
- **(Feature)** Sync Serverless Application(SAM Accelerate)
3+
- **(Feature)** New experiment to allow injection of AWS Connection details (region/credentials) into Golang Run Configurations
4+
- **(Removal)** Removed support for 2021.3.x IDEs
5+
16
# _1.52_ (2022-10-19)
27
- **(Feature)** Added 2022.3 support
38
- **(Bug Fix)** Fix `credential_process` retrieval when command contains quoted arguments on Windows ([#3322](https://github.com/aws/aws-toolkit-jetbrains/issues/3322))
4-
- **(Bug Fix)** Fix `java.lang.IllegalStateException: Region provider data is missing default data` ([#3264](https://github.com/aws/aws-toolkit-jetbrains/issues/3264))
59
- **(Deprecation)** An upcoming release will remove support for IDEs based on the 2021.3 platform
10+
- **(Bug Fix)** Fix `java.lang.IllegalStateException: Region provider data is missing default data` ([#3264](https://github.com/aws/aws-toolkit-jetbrains/issues/3264))
611

712
# _1.51_ (2022-09-22)
813
- **(Feature)** Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services

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.53-SNAPSHOT
5+
toolkitVersion=1.53
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)