Skip to content

Commit

Permalink
Updating version to 1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 23, 2022
1 parent 0e01d02 commit 17192d4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .changes/1.53.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date" : "2022-11-23",
"version" : "1.53",
"entries" : [ {
"type" : "feature",
"description" : "Sync Serverless Application(SAM Accelerate)"
}, {
"type" : "feature",
"description" : "New experiment to allow injection of AWS Connection details (region/credentials) into Golang Run Configurations"
}, {
"type" : "removal",
"description" : "Removed support for 2021.3.x IDEs"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# _1.53_ (2022-11-23)
- **(Feature)** Sync Serverless Application(SAM Accelerate)
- **(Feature)** New experiment to allow injection of AWS Connection details (region/credentials) into Golang Run Configurations
- **(Removal)** Removed support for 2021.3.x IDEs

# _1.52_ (2022-10-19)
- **(Feature)** Added 2022.3 support
- **(Bug Fix)** Fix `credential_process` retrieval when command contains quoted arguments on Windows ([#3322](https://github.com/aws/aws-toolkit-jetbrains/issues/3322))
- **(Bug Fix)** Fix `java.lang.IllegalStateException: Region provider data is missing default data` ([#3264](https://github.com/aws/aws-toolkit-jetbrains/issues/3264))
- **(Deprecation)** An upcoming release will remove support for IDEs based on the 2021.3 platform
- **(Bug Fix)** Fix `java.lang.IllegalStateException: Region provider data is missing default data` ([#3264](https://github.com/aws/aws-toolkit-jetbrains/issues/3264))

# _1.51_ (2022-09-22)
- **(Feature)** Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services
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.53-SNAPSHOT
toolkitVersion=1.53

# Publish Settings
publishToken=
Expand Down

0 comments on commit 17192d4

Please sign in to comment.