Skip to content

Releases: snyk/snyk-eclipse-plugin

v20220829.135217

30 Aug 09:03
a2982c7
Compare
Choose a tag to compare

Changes

  • add support for window/showDocument request
  • automatically start workspace scan on plugin startup
  • allow manually triggering a workspace scan via context menu or Snyk View

Fixed

  • Language Server does not shutdown anymore on disconnecting last document, it now uses a grace period of one hour

v20220818.075149

23 Aug 09:04
Compare
Choose a tag to compare

Changes

  • add support for window/showDocument request
  • automatically start workspace scan on plugin startup
  • allow manually triggering a workspace scan via context menu or Snyk View

Fixed

  • Language Server does not shutdown anymore on disconnecting last document, it now uses a grace period of one hour

v20220816.113522

16 Aug 12:37
dd96197
Compare
Choose a tag to compare

Changes

  • add support for window/showDocument request
  • automatically start workspace scan on plugin startup
  • allow manually triggering a workspace scan via context menu or Snyk View

Fixed

  • Language Server does not shutdown anymore on disconnecting last document, it now uses a grace period of one hour

v20220801.121815

02 Aug 09:03
Compare
Choose a tag to compare

Changes

  • add support for window/showDocument request
  • automatically start workspace scan on plugin startup
  • allow manually triggering a workspace scan via context menu or Snyk View

Fixed

  • Language Server does not shutdown anymore on disconnecting last document, it now uses a grace period of one hour

v20220725.070608

26 Jul 09:04
Compare
Choose a tag to compare

Changes

  • refactor LSP extensions to use snyk namespace - this will force an LS Server update
  • configure LS with initialize options instead of env vars
  • remove redundant CLI download
  • allow automatic/manual Snyk binary management
  • make CLI path configurable
  • pre-fill settings values from SNYK_API, SNYK_TOKEN, SNYK_CFG_ORG environment variables on first time plugin usage

v20220718.111138

18 Jul 10:15
700d61b
Compare
Choose a tag to compare

Changes

  • enable telemetry by default

v20220715.220301

15 Jul 21:07
8eb2f5b
Compare
Choose a tag to compare

Changes

  • enable telemetry by default

v20220627.112145

27 Jun 13:53
9e7095c
Compare
Choose a tag to compare

Fixes

  • parse and display findings of multi-module projects in Snyk View, supporting the --all-projects parameter there as well.
  • use preferences to configure additional environment variables in environment of CLI
  • proxy configuration for https proxy is now using https_proxy=http://configured-proxy-settings-in-eclipse instead of https_proxy=https://configured-proxy-settings-in-eclipse
  • support additional environment variables of the format a=b=c, e.g. needed for MAVEN_OPTS=-Djava.awt.headless=true

v20220620.201253

21 Jun 09:09
Compare
Choose a tag to compare

Fixes

  • fixed ConcurrentModificationException when submitting configuration to language server
  • don't shutdown Language Server when all associated files are closed, in order to preserve cached diagnostics for an hour

Changes

  • mark retrieved diagnostics as Snyk instead of Language Server to be able to filter, group and sort in problem view.

v20220610.102110

14 Jun 09:02
63b0ecc
Compare
Choose a tag to compare

Fixes

  • fixed legacy Snyk View scan under Windows
  • fixed passing of --insecure and --org parameters if empty

Changes

  • ⬆️ update jackson dependencies to 2.13.3