Releases: snyk/snyk-intellij-plugin
Releases · snyk/snyk-intellij-plugin
2.19.0
What's Changed
- fix: guard against disposals in navigation by @rrama in #749
- docs: update release instructions by @acke in #748
- feat: integrate HTML config dialog from Language Server [IDE-1456] by @bastiandoetsch in #747
- fix: gaps in unified config dialog [IDE-1609] [IDE-1611] by @bastiandoetsch in #750
- fix(settings): avoid EDT violations and apply timeouts in HTML settings panel by @bastiandoetsch in #752
- fix: use EDT for filter change UI updates to prevent NPE in Swing HTML rendering by @bastiandoetsch in #753
- feat: add riskScoreThreshold field support by @bastiandoetsch in #754
- fix: race condition in authentication by @bastiandoetsch in #755
- fix: move ops out of EDT and fix trust triggering transaction guard [IDE-1635] by @bastiandoetsch in #756
- fix: handle out-of-bounds diagnostics from LS [IDE-1613] by @bastiandoetsch in #758
- chore: migrate to gitguardian [IDE-1536] by @bastiandoetsch in #761
- feat: add trusted folders sync, setAuthToken integration, and config improvements [IDE-1628] by @nick-y-snyk in #757
- chore: cleanup gson boolean custom handling, fix additionalParamaters… by @nick-y-snyk in #762
- feat: auto org selection is enabled by default; remove references to experimental feature [IDE-1663] by @andrewrobinsonhodges-snyk in #760
- fix: use class id for settings page, fix settings reset [IDE-1627][IDE-1674] by @andrewrobinsonhodges-snyk in #763
- fix: tree filtering and issue count display [IDE-1686] by @bastiandoetsch in #765
- refactor: remove obsolete code [IDE-1301] by @bastiandoetsch in #759
- fix: improve CLI availability checks and add integrity verification by @bastiandoetsch in #766
- fix: persist CLI path and manage binaries settings in HTML settings page [IDE-1680] by @andrewrobinsonhodges-snyk in #768
- fix: wait for async publishAsync in showDocument test by @acke in #771
- docs: update changelog to only link to github by @bastiandoetsch in #770
Full Changelog: v2.18.1...2.19.0
2.18.1
2.18.0
What's Changed
- chore: prepare for CCI ui FeatureFlag to always be true by @nick-y-snyk in #737
- fix: prevent thread deadlocks when showing authentication dialog by @andrewrobinsonhodges-snyk in #740
- fix: catch filenotfound exception on diags pulication by @andrewrobinsonhodges-snyk in #742
- feat(settings): add preferredOrg field to folder configuration by @bastiandoetsch in #735
- chore: update org settings text [IDE-1503] by @rrama in #743
- chore: update CHANGELOG by @rrama in #744
Full Changelog: v2.17.0...2.18.0
2.17.0
What's Changed
- chore(ci): correct docs sync path [IDA-563] by @rrama in #729
- fix: npe in document hover by @bastiandoetsch in #730
- fix: edt usage for model tree node reload by @bastiandoetsch in #733
- fix: fix so that additional parameters are written correctly to folder config [IDE-1471] by @acke in #732
- fix: Add ARM64 architecture support for Linux CLI downloads [IDE-1473] by @bastiandoetsch in #734
Full Changelog: v2.16.0...2.17.0
2.16.0
What's Changed
- chore: try to get test step running in release by @bastiandoetsch in #719
- chore: Update CHANGELOG.md by @bastiandoetsch in #720
- chore(ci): more RAM for security-scans [IDE-1286] by @rrama in #721
- chore: update codeowners [IDE-1357] by @prodsec-github-automation in #723
- docs: clarify pre-contribution asking [IDE-1240] by @rrama in #724
- feat: bump version support to include 2025.2 releases [IDE-1405] by @bastiandoetsch in #725
- chore: add security.md [PRODSEC-5886] by @cvaidas in #727
- fix: delta branch select bug [IDE-1425] by @acke in #726
- fix: added listener for reference folder changes by @acke in #728
New Contributors
- @prodsec-github-automation made their first contribution in #723
Full Changelog: v2.15.0...2.16.0
2.15.0
What's Changed
- perf(scan): optimize data structures by using Sets instead of Lists for scan issues by @bastiandoetsch in #701
- docs: add release document [IDE-1224] by @acke in #702
- docs: synchronizing README from snyk/user-docs by @github-actions[bot] in #703
- fix: not initialized exception in error handling [IDE-1228] by @bastiandoetsch in #704
- fix: only send issueId for AI fix by @ShawkyZ in #705
- fix: URI handling for URIs with special/blank characters [IDE-1203][IDE-1235] by @bastiandoetsch in #706
- Hotfix/2.13.1 by @bastiandoetsch in #707
- feat(lsp): Introduce project-specific Language Server capabilities [IDE-843] [IDE-1091] by @bastiandoetsch in #709
- chore: upgrade build to gradle intellij plugin 2.5.0 by @bastiandoetsch in #690
- chore: remove deprecated container and code quality functionality, cleanup [IDE-1176] by @bastiandoetsch in #710
- chore: remove container scan remnants [IDE-1176] by @rrama in #712
- docs: synchronizing README from snyk/user-docs by @github-actions[bot] in #711
- fix: allow login auth to be cancelled [IDE-962] by @rrama in #713
- feat: add pat support to intellij auth [ide-1183] by @andrewrobinsonhodges-snyk in #714
- chore: update changelog to note pat support by @andrewrobinsonhodges-snyk in #715
- chore: new README.md source path [IDE-1266] by @rrama in #716
- fix: replace colon with pipe separator for Windows path [IDE-1300] by @bastiandoetsch in #717
- fix: test step in release workflow by @bastiandoetsch in #718
Full Changelog: v2.13.0...2.15.0
v2.13.1
Fixed
- fixed not initialized exception in error handling during language server startup
- fixed handling of special characters in filepaths
Full Changelog: v2.13.0...v2.13.1
v2.13.0
Changed
- remove unnecessary dependency on com.intellij.modules.lang to enable Jetbrains Gateway usage
- optimize time spent in UI thread to avoid freezes on large projects
- support early access of Ignores Approval Workflow
Fixed
- fix ignores Issue View Options not hiding issues in editor
v2.12.2
Changed
- fix: initialize jcef browser with 'about:blank' fix usage in 2025.1
v2.12.1
Changed
- remove usage of internal IntelliJ API to allow plugin release