Skip to content

Commit 9e3243c

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.75
1 parent 0cec488 commit 9e3243c

6 files changed

+20
-13
lines changed

.changes/1.75.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2023-08-03",
3+
"version" : "1.75",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for Lambda runtime Python 3.11"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "codewhisperer: file context fetching not considering file extension correctly"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2023.1 and for for IDEs based on the 2022.2 platform"
13+
} ]
14+
}

.changes/next-release/bugfix-1b1d6034-d353-49bc-8c63-378d6face7af.json

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

.changes/next-release/deprecation-99dc0cf6-2858-430d-a6b3-c8ddd717ee1e.json

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

.changes/next-release/feature-5fdc8035-c665-4e94-9ce3-03f0179c881c.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.74_ (2023-07-25)
2+
- **(Feature)** Explorer is automatically refreshed with new credentials when they are added to credential file.
3+
- **(Feature)** Added 2023.2 support
4+
- **(Bug Fix)** Fix 'No display name is specified for configurable' in 2023.2
5+
16
# _1.73_ (2023-07-19)
27
- **(Feature)** CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching
38
- **(Bug Fix)** CodeWhisperer: Run read operation in the background thread without runReadAction

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.75-SNAPSHOT
5+
toolkitVersion=1.75
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)