Skip to content

Commit 95fb522

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.74
1 parent ce34044 commit 95fb522

6 files changed

+20
-13
lines changed

.changes/1.74.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2023-07-25",
3+
"version" : "1.74",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Explorer is automatically refreshed with new credentials when they are added to credential file."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Added 2023.2 support"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix 'No display name is specified for configurable' in 2023.2"
13+
} ]
14+
}

.changes/next-release/bugfix-85e11e80-6e3e-49ed-bc29-aa4f7316f1ab.json

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

.changes/next-release/feature-931f7b6d-5437-4c08-9d38-39635fd87206.json

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

.changes/next-release/feature-cec0797c-cf3a-4e6f-a59b-e1343253a704.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.73_ (2023-07-19)
2+
- **(Feature)** CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching
3+
- **(Bug Fix)** CodeWhisperer: Run read operation in the background thread without runReadAction
4+
- **(Bug Fix)** CodeWhisperer: Fix an issue where CodeWhisperer would stuck in the invocation state indefinitely
5+
16
# _1.72_ (2023-07-11)
27
- **(Feature)** CodeWhisperer: Improve suggestion quality with enhanced file context fetching
38
- **(Bug Fix)** Fix AWS Lambda configuration window resize ([#3657](https://github.com/aws/aws-toolkit-jetbrains/issues/3657))

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.74-SNAPSHOT
5+
toolkitVersion=1.74
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)