Skip to content

Releases: snyk/snyk-intellij-plugin

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

v2.7.20

21 May 09:11
bf772d7
Compare
Choose a tag to compare

Added

  • (LS OSS) Starts rendering the Tree Nodes for OSS via the LS
  • (LS OSS) Renders the Suggestion Panel for OSS via the LS

v2.7.19

14 May 09:12
1915ccd
Compare
Choose a tag to compare

Added

  • Refactors some files so they can be used by more than just Snyk Code
  • De-duplicated code which will be used by all products loaded via the Language Server
  • Registry flag for integrating Snyk OSS scans in JetBrains via the LS

v2.7.18

07 May 09:12
95d9210
Compare
Choose a tag to compare

Added

  • Improved theming in the Code Issue Panel by applying IntelliJ theme colors dynamically to JCEF components. This ensures consistency of UI elements with the rest of the IDE.