Releases: snyk/snyk-visual-studio-plugin
Releases · snyk/snyk-visual-studio-plugin
Release 2.1.1
Fixes:
- Title for OSS tree node.
Release 2.1.0
What's Changed
- chore: bump ls protocol version to 18 by @ShawkyZ in #340
- fix: non-ascii characters in path by @ShawkyZ in #341
- feat: handle summary panel notification and render it in toolwindow [IDE-893] by @DariusZdroba in #342
- feat: compare sha512 hashes of static resources to reference files by @andrewrobinsonhodges-snyk in #343
- feat: reference folder for delta scan [IDE-953] by @ShawkyZ in #345
- fix: total issue counts for code scans [IDE-944] by @rrama in #346
- feat: Apply Edit and ShowDocument command [IDE-958] by @ShawkyZ in #344
- feat: static resource checks by @andrewrobinsonhodges-snyk in #347
- fix: issue cache and update severity icons by @ShawkyZ in #350
New Contributors
- @andrewrobinsonhodges-snyk made their first contribution in #343
- @rrama made their first contribution in #346
Full Changelog: 2.0.1...2.1.0
Release 2.0.1
Fixes
- URI to Path conversion should handle non-ascii characters.
- Added ThreadContextEnricher to Logger.
- Fixed Additional Options persistence.
- Disable LS Trust and rely only on extension trust logic.
- Ensure Scan and Trust commands are running in the Background.
Release 2.0.0
Snyk Security Changelog
[2.0.0]
Changed
- Visual Studio extension is now fully integrated with Snyk Language Server protocol.
- Reported issues now are highlighted directly in your editor.
- Reported issues are now shown in the Visual Studio Error Window.
- Code Actions in the editor to learn about the reported issue.
- Apply AI fixes from the text editor.
- Added IaC Scanning.
- Added Auto Scanning Option.
- Plugin will scan automatically on save or when it starts.
- New Authentication modal dialog with a copy link button in case the browser doesn't automatically open.
- New design for all issue description panels.
- Better support for light and dark themes.
- Added preview release for the extension.
- Added CLI release channels in the settings.
- Added a new LS initialize state.
- Added Html rendering for issues.
- Download CLI depending on Language Server Protocol version.
- Deleted Code Client Library.
- Improve memory footprint by loading issue desciption on demand.
- Add plugin installed event
- Remove Common Project
- Added Net new issues scan support.
Fixed
- Fixed UI Freeze when changing authentication method.
- Fixed UI Freeze when issues are being rendered.
- Fixed UI Freeze when calling getSastEnabled.
- Fixed UI Freeze after settings window is closed.
- Fixed Jumpy navigation when issues are rendered in the tree.
- Fixed Disabled Authentication button and token textbox in case of failed authentication.
- High DPI scaling rendering.
- Fixed CLI downloader always attempting to download after extension starts.
- Fixed State transition when Automatic download for CLI is selected.
- Removed TLS enforcement from the extension.
- OSS TreeNode empty state.
Release 1.1.66
fix: initialize ToolWindow when command is triggered (#324) * fix: initialize ToolWindow when command is triggered * chore: update changelog Co-authored-by: Darius-Beniamin Zdroba <[email protected]>
Release 1.1.65
chore: update README
Release 1.1.64
chore: changed release action to tag on legacy-vs-extension branch
Release 1.1.63
chore: change default auth type to be oauth (#291) * chore: change default auth type to be oauth * chore: update changelog
Release 1.1.62
feat: OAuth2 option [IDE-461] [IDE-465] (#288)
Release 1.1.61
chore: add deprecation notice for older version (#284) * chore: add deprecation notice for older version * chore: update changelog