Skip to content

Commit 57f3920

Browse files
committed
Merge branch 'feature/rubysecurityscans'
2 parents eecec9f + 3cbefec commit 57f3920

File tree

709 files changed

+56897
-28093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

709 files changed

+56897
-28093
lines changed

.changes/1.100.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-11-26",
3+
"version": "1.100.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix a not connected error when starting connection to CodeCatalyst Dev Environment from link"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "CodeWhisperer supports Json, yaml and Tf"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer security scans support typescript, csharp, json, yaml, tf and hcl files."
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Auth: Redesign Add Connection page to show all options at once"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "CodeWhisperer: Uses Generative AI and automated reasoning to rewrite lines of code flagged for security vulnerabilities during a security scan."
24+
}
25+
]
26+
}

.changes/1.93.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-10-05",
3+
"version": "1.93.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM: local debugging of a .NET lambda may fail if `containerbuild=true`"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "BuilderID/IdentityCenter: Fix 'Invalid Client' error in the browser when re-authenticating"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: remove unnecessary \"Proceed to login\" prompt"
16+
}
17+
]
18+
}

.changes/1.94.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-10-12",
3+
"version": "1.94.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "CodeWhisperer: improve auto-suggestions for additional languages"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "StepFunctions: Support rendering SFN graph with ItemProcessor field"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "auth: Adding or switching connections in CodeWhisperer, CodeCatalyst and Explorer is now faster and requires fewer steps"
16+
}
17+
]
18+
}

.changes/1.95.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2023-10-17",
3+
"version": "1.95.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Redshift is now available in AWS Explorer. You can author and execute SQL queries from VS Code notebooks, and view your database objects in their Redshift warehouses."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Public preview for CodeWhisperer Enterprise: Enterprise customers can now customize CodeWhisperer to adopt and suggest code based on organization specific codebases."
12+
}
13+
]
14+
}

.changes/1.96.0.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"date": "2023-10-26",
3+
"version": "1.96.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM debugging: \"Invalid (or missing) template file\" may occur even when a valid template.yaml is specified by `invokeTarget.templatePath` in the launch config. #2614"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Redshift: The output message is not clear when a sql query is successful but returns no record."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Redshift: Re-launched connection wizard shows the old (stale) connection."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "`AWS: Add SAM Debug Configuration` command only works the first time it is invoked."
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Improved performance of CloudFormation file watcher startup"
24+
},
25+
{
26+
"type": "Bug Fix",
27+
"description": "Output panel always opens at VS Code launch."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Detect and notify about invalid settings.json #3910"
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "Redshift: \"Create Notebook\" opens an untitled document instead of prompting to \"Save As\""
36+
},
37+
{
38+
"type": "Feature",
39+
"description": "CloudWatch Logs: Preserve quickpick menu position when loading more items."
40+
},
41+
{
42+
"type": "Feature",
43+
"description": "CodeWhisperer: reduce auto-suggestions when there is immediate right context"
44+
}
45+
]
46+
}

.changes/1.97.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2023-11-02",
3+
"version": "1.97.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: fix and improve closing symbols handling (brackets, parenthesis, quotes etc)"
8+
}
9+
]
10+
}

.changes/1.98.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-11-09",
3+
"version": "1.98.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer, CodeCatalyst may require login again after Switching VSCode workspaces"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "\"Scanning CloudFormation templates...\" message `Cancel` button does not fully stop the scan"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "ECS: `SimulatePrincipalPolicy` permission is no longer required for users to run `exec command`"
16+
}
17+
]
18+
}

.changes/1.99.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-11-17",
3+
"version": "1.99.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "CodeWhisperer: status bar lists options when clicked and shows suggestion state"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Don't show \"invalid settings.json\" message if settings.json is valid but unwritable"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: faster code completion by enabling HTTP connection reuse for completions API"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Connect to Amazon CodeCatalyst Dev Environments with IAM Identity Center"
20+
}
21+
]
22+
}

.changes/2.0.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2023-11-28",
3+
"version": "2.0.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer status bar showing even when not in use"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Auth: Delete SSO connections from quickpick with button on hover"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Support for Amazon Q, your generative AI–powered assistant designed for work that can be tailored to your business, code, data, and operations."
16+
}
17+
]
18+
}

.changes/2.1.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2023-11-30",
3+
"version": "2.1.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Use MDE endpoint set by environment variable"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "AWS Application Composer is now available from the AWS Toolkit for Visual Studio Code. Visualize and design AWS CloudFormation and AWS SAM applications from your local machine. Use integrations with featured services such as Amazon CodeWhisperer, AWS Step Functions, and AWS SAM to improve your development experience."
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)