Releases: snyk/snyk-eclipse-plugin
Releases · snyk/snyk-eclipse-plugin
v20220905.164345
Changes
- promote language server from BETA to GA
- announce workspace folder capability correctly
- disable / enable Snyk Code based on org settings
v20220829.135217
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
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
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
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
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
Changes
- enable telemetry by default
v20220715.220301
Changes
- enable telemetry by default
v20220627.112145
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 ofhttps_proxy=https://configured-proxy-settings-in-eclipse
- support additional environment variables of the format
a=b=c
, e.g. needed forMAVEN_OPTS=-Djava.awt.headless=true
v20220620.201253
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 ofLanguage Server
to be able to filter, group and sort in problem view.