Releases: snyk/snyk-intellij-plugin
Releases · snyk/snyk-intellij-plugin
v2.7.6
Fixed
- some code refactorings and code smells
v2.7.5
What's Changed
- chore: update snyk job by @bastiandoetsch in #477
- fix: bump deps by @bastiandoetsch in #478
- feat: integrate experimental option to get Snyk Code results from Language Server (pre-alpha) [IDE-134] by @bastiandoetsch in #474
- fix: remove remnants of false-positives [IDE-134] by @bastiandoetsch in #479
Full Changelog: v2.7.4...v2.7.5
v2.7.4
Fixed
- move all clean-up tasks on project close to a background task and limit execution to 5s
- close down & re-initialize language server when new CLI file is activated
- change trust service to work on project content roots instead of project base dir
v2.7.3
Fixed
- only send analytics when connected to an MT US environment
v2.7.2
Fixed
- manually downloaded binaries were causing problems initiating scans
v2.7.1
Fixed
- only start up language server after CLI update (fixes lock error on Windows)
- only start up one instance of language server, manage projects via workspace folders
v2.7.0
Added
- Snyk controller extension point
v2.6.2
Fixed
- remove more intellij-specific code and configuration
v2.6.1
Fixed
- don't use kotlin library on non-kotlin IDEs
v2.6.0
Added
- support for IntelliJ 2023.3 platform