Skip to content

Commit 3e9178f

Browse files
author
aws-toolkit-automation
committed
Release 1.87.0
1 parent b4b431d commit 3e9178f

8 files changed

+32
-19
lines changed

.changes/1.87.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-08-31",
3+
"version": "1.87.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Minimum required VS Code version is now 1.68"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CloudWatch Logs: \"Search Log Group\" shows multiple progress popups"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CloudWatch Logs: \"View Full Log Stream\" is limited to 1000 events instead of the `aws.cwl.limit` user setting"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Telemetry setting description includes a details link"
20+
}
21+
]
22+
}

.changes/next-release/Breaking Change-5d46678e-8c2e-4fb3-8398-2adf4fe2ebbd.json

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

.changes/next-release/Bug Fix-d9e4139d-a80c-4259-8492-605a5bce232a.json

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

.changes/next-release/Bug Fix-f8528a3d-0300-44b6-ad2b-524dd5e9cd10.json

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

.changes/next-release/Feature-b473d1cf-ceff-4d40-9024-29d045e4dbee.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.87.0 2023-08-31
2+
3+
- **Breaking Change** Minimum required VS Code version is now 1.68
4+
- **Bug Fix** CloudWatch Logs: "Search Log Group" shows multiple progress popups
5+
- **Bug Fix** CloudWatch Logs: "View Full Log Stream" is limited to 1000 events instead of the `aws.cwl.limit` user setting
6+
- **Feature** Telemetry setting description includes a details link
7+
18
## 1.86.0 2023-08-24
29

310
- **Bug Fix** CodeWhisperer: Fix test file supplemental context not working as expected on OS not using '/' as file path separator

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 CodeWhisperer, CodeCatalyst, and support for Lambda, S3, CloudWatch Logs, and many other services",
5-
"version": "1.87.0-SNAPSHOT",
5+
"version": "1.87.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)