Skip to content

Commit 418a85f

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.50
1 parent 809b5d2 commit 418a85f

7 files changed

+24
-17
lines changed

.changes/1.50.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2022-08-23",
3+
"version" : "1.50",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix opening toolwindow tabs in incorrect thread in Cloudwatch Logs"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix hitting enter inside braces will produce an extra newline (#3270)"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "Remove support for deprecated Lambda runtime Python 3.6"
13+
}, {
14+
"type" : "removal",
15+
"description" : "Removed support for 2021.2.x IDEs"
16+
} ]
17+
}

.changes/next-release/bugfix-0c056100-04bf-4c38-bbe4-0d8f5cdaae0c.json

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

.changes/next-release/bugfix-f4efde0c-8cd5-413c-af47-aaf1f38aa84d.json

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

.changes/next-release/deprecation-7dcfe507-e960-42df-899c-26cc83dd549d.json

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

.changes/next-release/removal-1289d4a2-8c15-4963-8e64-808b40b7e80d.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _1.50_ (2022-08-23)
2+
- **(Bug Fix)** Fix opening toolwindow tabs in incorrect thread in Cloudwatch Logs
3+
- **(Bug Fix)** Fix hitting enter inside braces will produce an extra newline ([#3270](https://github.com/aws/aws-toolkit-jetbrains/issues/3270))
4+
- **(Deprecation)** Remove support for deprecated Lambda runtime Python 3.6
5+
- **(Removal)** Removed support for 2021.2.x IDEs
6+
17
# _1.49_ (2022-08-11)
28
- **(Bug Fix)** Fix IllegalCallableAccessException thrown in several UI panels ([#3228](https://github.com/aws/aws-toolkit-jetbrains/issues/3228))
39
- **(Bug Fix)** Fix to stop showing CodeWhisperer's welcome page every time on project start

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.50-SNAPSHOT
5+
toolkitVersion=1.50
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)