Skip to content

Commit f1e1d88

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.70
1 parent 467ec26 commit f1e1d88

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

.changes/1.70.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2023-06-27",
3+
"version" : "1.70",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer improves auto-suggestions for tsx and jsx"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Show re-authenticate prompt when invoking CodeWhisperer APIs while connection expired"
10+
} ]
11+
}

.changes/next-release/bugfix-78561cf0-b3ff-4121-a4ff-5f690cbdf1b0.json

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

.changes/next-release/feature-ac398c46-6a96-4448-8e53-7102d62b9e25.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# _1.69_ (2023-06-13)
2+
- **(Feature)** CodeWhisperer improves auto-suggestions for python csharp typescript and javascript
3+
- **(Feature)** Removed 10 secs delay when connecting to Dev environments of Small Instance Size
4+
- **(Feature)** CodeWhisperer: Improve file context fetching logic
5+
- **(Bug Fix)** Inlay not supported exception in injected editor
6+
- **(Bug Fix)** fix right context merging not accounting userinput, which result in cases CodeWhisperer still show recommendation where user already type the content of recommendation out thus no character is being inserted by CodeWhisperer
7+
- **(Bug Fix)** Add error notification to upgrade SAM CLI v1.85-1.86.1 if on windows
8+
- **(Bug Fix)** Always use AWS smile logo to reduce confusion if users are on the 'New UI' ([#3636](https://github.com/aws/aws-toolkit-jetbrains/issues/3636))
9+
- **(Removal)** Remove support for Gateway 2022.2 and 2022.3.
10+
111
# _1.68_ (2023-05-30)
212
- **(Feature)** CodeWhisperer supports application wide connections
313
- **(Feature)** CodeWhisperer improves auto-suggestions for java

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.70-SNAPSHOT
5+
toolkitVersion=1.70
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)