Skip to content

Commit 49914a9

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.69
1 parent d080b87 commit 49914a9

11 files changed

+42
-33
lines changed

.changes/1.69.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"date" : "2023-06-13",
3+
"version" : "1.69",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer improves auto-suggestions for python csharp typescript and javascript"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Removed 10 secs delay when connecting to Dev environments of Small Instance Size"
10+
}, {
11+
"type" : "feature",
12+
"description" : "CodeWhisperer: Improve file context fetching logic"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Inlay not supported exception in injected editor"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "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"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Add error notification to upgrade SAM CLI v1.85-1.86.1 if on windows"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Always use AWS smile logo to reduce confusion if users are on the 'New UI' (#3636)"
25+
}, {
26+
"type" : "removal",
27+
"description" : "Remove support for Gateway 2022.2 and 2022.3."
28+
} ]
29+
}

.changes/next-release/breaking-e9604c43-8ba5-4000-a6a1-c20287e63d4d.json

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

.changes/next-release/bugfix-4368a4bf-b49c-4ce9-8a74-f2b6b4a31c26.json

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

.changes/next-release/bugfix-640570f6-26fb-44b3-9021-52c87017cbf1.json

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

.changes/next-release/bugfix-6e280568-d490-406b-a79f-dc02c2263d2e.json

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

.changes/next-release/bugfix-aa6e8e1f-6b2e-4dc3-b3e0-4176aaf16ba3.json

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

.changes/next-release/feature-327862eb-4f1a-4a68-a016-9573fb00c4d7.json

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

.changes/next-release/feature-35e7dcab-10d3-48c8-889a-8ccc8347732b.json

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

.changes/next-release/feature-f8b49943-a0b7-4089-b564-238fe17954fb.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# _1.68_ (2023-05-30)
2+
- **(Feature)** CodeWhisperer supports application wide connections
3+
- **(Feature)** CodeWhisperer improves auto-suggestions for java
4+
- **(Bug Fix)** Fix threading issue preventing SAM Applications from opening in Rider 2023.1
5+
- **(Bug Fix)** Fix issue reconnecting to CodeWhisperer using an Identity Center directory outside of us-east-1 ([#3662](https://github.com/aws/aws-toolkit-jetbrains/issues/3662))
6+
- **(Bug Fix)** Fix 'null' is not a connection when authenticating to CodeWhisperer
7+
- **(Bug Fix)** CodeWhisperer: user is sometimes required to re-login before token expiration
8+
- **(Bug Fix)** Fix issue where the "Do not ask again" option is not respected when switching connections on CodeWhisperer/CodeCatalyst
9+
- **(Deprecation)** An upcoming release will remove support for JetBrains Gateway version 2022.2 and version 2022.3
10+
- **(Removal)** Remove support for Aurora MySQL v1 ([#3356](https://github.com/aws/aws-toolkit-jetbrains/issues/3356))
11+
- **(Removal)** Removed support for 2022.1.x IDEs
12+
113
# _1.67_ (2023-04-27)
214
- **(Feature)** Using the least permissive set of scopes for features during BuilderID/SSO login. Using the same connection for multiple features will request additional scopes to be used.
315
- **(Feature)** Add support for Lambda Runtime Java17

0 commit comments

Comments
 (0)