Skip to content

Releases: snyk/snyk-visual-studio-plugin

Release 2.0.0

09 Jan 08:57
3a304bb
Compare
Choose a tag to compare

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

18 Nov 14:53
093a722
Compare
Choose a tag to compare
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

05 Sep 10:17
256ca54
Compare
Choose a tag to compare
chore: update README

Release 1.1.64

04 Sep 15:08
4460e77
Compare
Choose a tag to compare
chore: changed release action to tag on legacy-vs-extension branch

Release 1.1.63

29 Aug 06:21
e4b3568
Compare
Choose a tag to compare
chore: change default auth type to be oauth (#291)

* chore: change default auth type to be oauth

* chore: update changelog

Release 1.1.62

01 Aug 07:45
5946622
Compare
Choose a tag to compare
feat: OAuth2 option [IDE-461] [IDE-465] (#288)

Release 1.1.61

19 Jul 15:37
3c08932
Compare
Choose a tag to compare
chore: add deprecation notice for older version (#284)

* chore: add deprecation notice for older version

* chore: update changelog

Release 1.1.60

09 Jul 13:58
2f99635
Compare
Choose a tag to compare
feat: run integration tests on PR (#281)

* feat: run integration tests on PR

Release 1.1.59

13 Jun 09:37
d3f8f9a
Compare
Choose a tag to compare
refactor: transform persisted api custom endpoint to new schema (#275)

* fix: translate old api to new api endpoint

* chore: added more tests

* fix: transform snyk.io/api urls

Release 1.1.58

10 Jun 06:18
040ae6f
Compare
Choose a tag to compare
Fix: scrollbar rendering [IDE-392] (#273)