Skip to content

Releases: snyk/snyk-intellij-plugin

v2.8.8

09 Jul 09:11
3a2cfaa
Compare
Choose a tag to compare

Added

  • renders code actions and code lenses for OpenSource scans via the LS

Fixes

  • Upgraded github/codeql-action/upload-sarif from v1 to v3 in GitHub Actions workflow.
  • change some of the colours used in the HTML panel so it's consistent with designs
  • renders errors or Snyk Code and Snyk OpenSource failed scans through the Language Server
  • update plugin description generation to updated readme
  • add --all-projects to all IDEs, not only Rider

Changes

  • update required protocol version to 12

v2.8.7

25 Jun 09:11
78bd0c6
Compare
Choose a tag to compare

Fixes

  • fix issue counts when there are ignores and add some warnings about the Issue View Options
  • fix AI fix counts when there are ignores

v2.8.6

18 Jun 09:11
2581e2d
Compare
Choose a tag to compare

Fixed

  • automatically migrate old-format endpoint to https://api.xxx.snyk.io endpoint and save it in settings. Also, add tooltip to custom endpoint field explaining the format.
  • fix multi-file links in the DataFlow HTML panel

v2.8.5

13 Jun 08:42
fbb4eb7
Compare
Choose a tag to compare

Fixed

  • don't display balloon warnings if IaC error is ignored (e.g. no IaC files found)
  • don't output amplitude errors as warning, only debug

v2.8.4

11 Jun 16:50
7e295e5
Compare
Choose a tag to compare

Fixed

  • dont use kotlin specific convenience function that may cause errors on non kotlin IDEs

v2.8.3

11 Jun 16:25
1ee7f6b
Compare
Choose a tag to compare

Added

  • Add folder path to report analytics request.
  • Support for 2024.4
  • Spend less time in the UI thread

v2.8.2

11 Jun 09:11
bfcce11
Compare
Choose a tag to compare

Added

  • Add folder path to report analytics request.

v2.8.1

04 Jun 09:11
6e5ec6d
Compare
Choose a tag to compare

Added

  • Injects custom styling for the HTML panel used by Snyk Code for consistent ignores.

v2.8.0

27 May 12:04
ee413ba
Compare
Choose a tag to compare

Added

  • Serve Snyk Code functionality via language server. This enables auto-scanning on startup / save, code actions for Snyk Learn and, if enabled, Snyk Auto-Fix. The number of uploaded files is not shown anymore.

v2.7.21

23 May 14:54
2eb8c47
Compare
Choose a tag to compare

Fixed

  • Append /v1 to the endpoint when necessary