Skip to content

Commit fe5d71d

Browse files
author
aws-toolkit-automation
committed
Release 1.78.0
1 parent 182cdd2 commit fe5d71d

8 files changed

+32
-19
lines changed

.changes/1.78.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-06-27",
3+
"version": "1.78.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "ECS: tasks from unrelated task definitions are shown in the \"Open Terminal...\" command"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Show re-authentication prompt if connection expires at extension restart."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Use the `Search Log Group` command to search all log streams in a CloudWatch Log Group"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeWhisperer improves auto-suggestions for tsx and jsx"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-7e9427f3-d9cc-4b9b-983f-7ce5c5702368.json

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

.changes/next-release/Bug Fix-95b9f0dd-0811-4703-957b-deb1cea28f05.json

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

.changes/next-release/Feature-074c9027-8146-44f6-b89e-c52c32a48378.json

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

.changes/next-release/Feature-274d2890-0a84-4a43-9ca3-1037f4d212b7.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.78.0 2023-06-27
2+
3+
- **Bug Fix** ECS: tasks from unrelated task definitions are shown in the "Open Terminal..." command
4+
- **Bug Fix** Show re-authentication prompt if connection expires at extension restart.
5+
- **Feature** Use the `Search Log Group` command to search all log streams in a CloudWatch Log Group
6+
- **Feature** CodeWhisperer improves auto-suggestions for tsx and jsx
7+
18
## 1.77.0 2023-06-12
29

310
- **Bug Fix** SAM CLI 1.85-1.86 fails on Windows

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including support for CodeWhisperer, CodeCatalyst, Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.78.0-SNAPSHOT",
5+
"version": "1.78.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)