Skip to content

Commit 232dafc

Browse files
author
aws-toolkit-automation
committed
Release 1.86.0
1 parent 4bdd722 commit 232dafc

11 files changed

+47
-31
lines changed

.changes/1.86.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2023-08-24",
3+
"version": "1.86.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: Fix test file supplemental context not working as expected on OS not using '/' as file path separator"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer sometimes fails on big files"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeWhisperer: fix java test file name MyClassTests.java (plural) will not be captured if file is not living in a test folder"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "SAM: create, run and debug Python 3.11 Lambdas #3753"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "SAM run/debug detects and displays SAM CLI errors, so you spend less time inspecting the Output"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "SAM template detection now skips directories specified in [user settings](https://code.visualstudio.com/docs/getstarted/settings) `files.exclude`, `search.exclude`, or `files.watcherExclude`. This improves performance on big workspaces and avoids the \"Scanning CloudFormation templates...\" message. [#3510](https://github.com/aws/aws-toolkit-vscode/issues/3510)"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Toolkit no longer explicitly checks if Docker is running, instead it lets SAM CLI decide that #3588"
32+
}
33+
]
34+
}

.changes/next-release/Bug Fix-3d1f0437-68e9-47ce-b3e6-72f859c6d72f.json

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

.changes/next-release/Bug Fix-880d1db0-1a68-4fbb-96c8-af1a988238bb.json

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

.changes/next-release/Bug Fix-d47847cc-bbb7-4c26-a102-82943152654a.json

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

.changes/next-release/Feature-01d0b317-9c72-42b7-b81c-5b21967094a4.json

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

.changes/next-release/Feature-c4dffad5-a36b-4f38-95d2-efbb2196c103.json

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

.changes/next-release/Feature-f2e37981-fba6-4a29-bdf3-4e06fa4dfa2f.json

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

.changes/next-release/Feature-f3f8fadc-c390-4099-8eff-894b78f4cc58.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.86.0 2023-08-24
2+
3+
- **Bug Fix** CodeWhisperer: Fix test file supplemental context not working as expected on OS not using '/' as file path separator
4+
- **Bug Fix** CodeWhisperer sometimes fails on big files
5+
- **Bug Fix** CodeWhisperer: fix java test file name MyClassTests.java (plural) will not be captured if file is not living in a test folder
6+
- **Feature** SAM: create, run and debug Python 3.11 Lambdas #3753
7+
- **Feature** SAM run/debug detects and displays SAM CLI errors, so you spend less time inspecting the Output
8+
- **Feature** SAM template detection now skips directories specified in [user settings](https://code.visualstudio.com/docs/getstarted/settings) `files.exclude`, `search.exclude`, or `files.watcherExclude`. This improves performance on big workspaces and avoids the "Scanning CloudFormation templates..." message. [#3510](https://github.com/aws/aws-toolkit-vscode/issues/3510)
9+
- **Feature** Toolkit no longer explicitly checks if Docker is running, instead it lets SAM CLI decide that #3588
10+
111
## 1.85.0 2023-08-17
212

313
- **Bug Fix** IAM Identity Center (SSO): misleading "Permission set" warning for scope-based SSO/IdC connection

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.

0 commit comments

Comments
 (0)