Skip to content

Releases: snyk/snyk-visual-studio-plugin

2.5.0

22 Oct 11:15
8733eb1

Choose a tag to compare

What's Changed

  • chore(ci): correct docs sync path [IDA-563] by @rrama in #397

Full Changelog: 2.4.0...2.5.0

2.4.0

02 Sep 13:12
94f3f5f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

17 Jul 08:41
9b38dea

Choose a tag to compare

What's Changed

  • docs: add release document [IDE-1224] by @rrama in #374
  • docs: synchronizing README from snyk/user-docs by @github-actions[bot] in #375
  • fix: AI Fix cmd args by @ShawkyZ in #376
  • fix: update static html by @bastiandoetsch in #377
  • chore: Remove Snyk Code Quality feature [IDE-1176] by @bastiandoetsch in #381
  • feat: added PAT support [IDE-1189] by @ShawkyZ in #379
  • fix: update integration tests project dependencies by @ShawkyZ in #387
  • chore: new README.md source path [IDE-1266] by @rrama in #386
  • docs: synchronizing README from snyk/user-docs by @github-actions[bot] in #390
  • chore: update release action by @ShawkyZ in #392

Full Changelog: 2.2.1...2.3.0

Release 2.2.1

16 May 10:28
627454f

Choose a tag to compare

What's Changed

  • fix: update custom endpoint description [IDE-1081] by @acke in #355
  • fix: homogenize info nodes [IDE-936] by @bastiandoetsch in #356
  • fix: Unsquish the loading spinner [IDE-1101] by @rrama in #361
  • fix: move filtering ignored issues to the LS [IDE-899] by @rrama in #348
  • feat: handle IAW creation form [IDE-1075] by @rrama in #369
  • docs: update changelog for LS IVO filtering & IAW by @rrama in #370
  • fix: bump ls protocol version by @ShawkyZ in #373

Full Changelog: 2.1.1...2.2.1

Release 2.2.0

16 May 09:40
1f7d592

Choose a tag to compare

docs: update changelog for LS IVO filtering & IAW (#370)

Release 2.1.1

20 Mar 16:18
357ff24

Choose a tag to compare

Fixes:

  • Title for OSS tree node.

Release 2.1.0

13 Mar 14:41
606af38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

Release 2.0.1

28 Jan 09:12
3fcd5f1

Choose a tag to compare

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

09 Jan 08:57
3a304bb

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

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 <darius-beniamin.zdroba@snyk.io>