Skip to content

Commit 7908ece

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.73
1 parent 19742b8 commit 7908ece

6 files changed

+19
-13
lines changed

.changes/1.73.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2023-07-19",
3+
"version" : "1.73",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "CodeWhisperer: Run read operation in the background thread without runReadAction"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "CodeWhisperer: Fix an issue where CodeWhisperer would stuck in the invocation state indefinitely"
13+
} ]
14+
}

.changes/next-release/bugfix-1dc5ae0c-1b75-4665-aaf4-ade0960cddcd.json

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

.changes/next-release/bugfix-6bbbb228-bbb0-4707-8117-5171de1add3e.json

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

.changes/next-release/feature-c2fbfcde-621d-40d2-b756-3121ba7441bd.json

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.72_ (2023-07-11)
2+
- **(Feature)** CodeWhisperer: Improve suggestion quality with enhanced file context fetching
3+
- **(Bug Fix)** Fix AWS Lambda configuration window resize ([#3657](https://github.com/aws/aws-toolkit-jetbrains/issues/3657))
4+
15
# _1.71_ (2023-07-06)
26
- **(Bug Fix)** Fix inproper request format when sending empty supplemental context
37

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.73-SNAPSHOT
5+
toolkitVersion=1.73
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)