Releases: snyk/snyk-intellij-plugin
Releases · snyk/snyk-intellij-plugin
v2.8.4
Fixed
- dont use kotlin specific convenience function that may cause errors on non kotlin IDEs
v2.8.3
Added
- Add folder path to report analytics request.
- Support for 2024.4
- Spend less time in the UI thread
v2.8.2
Added
- Add folder path to report analytics request.
v2.8.1
Added
- Injects custom styling for the HTML panel used by Snyk Code for consistent ignores.
v2.8.0
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
Fixed
- Append /v1 to the endpoint when necessary
v2.7.20
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
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
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.
v2.7.17
Fixed
- Fixed problem in re-enablement of scan types when only one scan type was selected
Added
- Use https://api.XXX.snyk.io/v1 and https://api.XXX.snykgov.io/v1 as endpoint URLs
- Allow selection of CLI release channels (stable/preview)