Releases: snyk/snyk-ls
Releases · snyk/snyk-ls
v20250311.183630
Changelog
What's Changed
- fix: unc file path to URI conversion by @ShawkyZ in #705
- fix: autofix unify code action and web panel view flows by @BBerabi in #696
- fix: concurrent processing in server, switch CLI download URL by @bastiandoetsch in #711
- feat: automated region configuration [IDE-731] by @acke in #710
- feat: add analytics event processing [IDE-736] by @bastiandoetsch in #712
- fix: release pipeline by @ShawkyZ in #715
- fix: better locking in auth concurrent operations by @bastiandoetsch in #713
- fix: auth mutex locking for callbacks by @ShawkyZ in #716
- fix: create gh release only on wf dispatch by @ShawkyZ in #717
- fix: build compiled license only on wf dispatch by @ShawkyZ in #718
- fix: add reportAnalytics command to initialize response by @bastiandoetsch in #720
- fix: delete lsconfig content if invalid json by @ShawkyZ in #721
- fix: add ls part for iac ignore button [IDE-683] by @DariusZdroba in #722
- chore: move iac ignore scripts from intellij plugin to ls by @DariusZdroba in #723
- refactor: unify css for code [IDE-778] by @DariusZdroba in #724
- fix: send correct analytics integration info for VS by @ShawkyZ in #726
- refactor: remove unnecessary css by @DariusZdroba in #725
- fix: add style for disabled ai fix button [IDE-779] by @DariusZdroba in #727
- fix: filter code quality and security issues based on config by @ShawkyZ in #728
- fix: data flow order for code [IDE-763] by @DariusZdroba in #730
- chore: update gaf by @bastiandoetsch in #732
- fix: bump GAF and code-client-go to bump x/crypto by @ShawkyZ in #737
- fix: code data-flow order [IDE-764] by @DariusZdroba in #733
- fix: update endpoint url by @andrewrobinsonhodges-snyk in #738
- chore: update GAF by @ShawkyZ in #739
- fix: check ctx for cancellation in
UploadAndAnalyzeWithIgnores
by @bastiandoetsch in #741 - fix: auth bugs by @ShawkyZ in #742
- fix: update x/net package by @ShawkyZ in #743
- fix: upgrade vulnerable pkg gomarkdown by @thisislawatts in #744
- fix: Allocation of Resources Without Limits or Throttling in github.com/go-git/go-git/v5/plumbing [IDE-855] by @bastiandoetsch in #746
- fix: dont resolve venv symlinks by @ShawkyZ in #747
- fix: only add workspace folder if not already added by @bastiandoetsch in #748
- fix: revert 746 by @ShawkyZ in #749
- fix: revert #749 by @ShawkyZ in #750
- chore: bump ls protocol version to 18 by @ShawkyZ in #751
- feat: Sending IDE+extension versions to autofix by @antoine-snyk in #745
- feat: Sending a user event when fixing inside the editor by @antoine-snyk in #752
- feat: support maven pom hierarchies for highlighting & fixes [IDE-846] by @bastiandoetsch in #756
- fix: fix issue metadata used for hashing [IDE-816] by @DariusZdroba in #757
- feat: add a new $/snyk.scanSummary notificiation [IDE-868] by @acke in #758
- feat: send initial summary panel notification by @DariusZdroba in #759
- fix: panic because nil dep by @ShawkyZ in #762
- chore: upgrade code-client-go by @PeterSchafer in #760
- feat: store folder config outside of git repo, add reference folder [IDE-870] by @bastiandoetsch in #763
- feat: send scan summary and scan base & working directory concurrently [IDE-776][IDE-896] by @ShawkyZ in #753
- fix: add ideScript to Summary html by @ShawkyZ in #765
- feat: add shared resources directory with html for scan summary panel by @andrewrobinsonhodges-snyk in #761
- hotfix: fix fileFilter and reduce memory usage [IDE-926] [IDE-662] by @ShawkyZ in #767
- Add Option for Pre-Scan command, fix auth race [IDE-908][IDE-939] by @bastiandoetsch in #764
- fix: use workdir folderConfig for ref Scan by @ShawkyZ in #771
- fix: ignore first dataflow element for oss fingerprint by @ShawkyZ in #773
- chore: migrate AI Fix JS logic from IDEs to LS [IDE-655] by @DariusZdroba in #770
- feat: added a new code action and code lens for showDocument by @acke in #772
- fix: issues with non-UTF-8 encoded files in Snyk Code [IDE-901] [IDE-906] [IDE-933] [IDE-950] by @bastiandoetsch in #776
- feat: add mcp server, refactoring [IDE-918] by @bastiandoetsch in #778
- feat: add scan source to metrics [IDE-924] by @bastiandoetsch in #781
- fix: add correct lesson url for license issues [IDE-971] by @DariusZdroba in #782
- feat: enable calling mcp commands via ls commands [IDE-923] by @bastiandoetsch in #784
- fix: new issue summary totals [IDE-977] by @andrewrobinsonhodges-snyk in #785
- fix: check folder trust before opening/changing/saving file [IDE-1008] by @bastiandoetsch in #786
- feat: AI fix explain [IDE-954] by @DariusZdroba in #774
- fix: hide AI fix for ignored issues [IDE-941] by @rrama in #788
- fix: cleanup inconsistent auth configuration when needed [IDE-916] by @bastiandoetsch in #787
- fix: use unique issue identity for delta matching [IDE-1017] [IDE-991] by @ShawkyZ in #790
- fix: remove non-working link. we don't have an alternative, yet by @bastiandoetsch in #789
- fix: update scan summary wording to account for users who have multiple open projects [IDE-978] by @andrewrobinsonhodges-snyk in #793
- fix: update reference html for scan summary with correct font scaling by @andrewrobinsonhodges-snyk in #791
- fix: UI of issues panel by @ShawkyZ in #794
- fix: render AI fix elements based on show-hidden class [IDE-1020] by @DariusZdroba in #796
- fix: avoid logging sensitive data on config updates by @bastiandoetsch in #797
- fix: code text color by @ShawkyZ in #798
- fix: lazy instantiation deepcode LLM binding by @DariusZdroba in #792
- fix: panic when issue id doesnt match by @ShawkyZ in #800
- fix: add api version query to explain API URL by @DariusZdroba in #801
- fix: move issue view option filtering to the LS to not display ignored diagnostics in editor [IDE-899] by @rrama in #795
- fix: delta race condition and default IssueViewOption by @ShawkyZ in #802
New Contributors
- @DariusZdroba made their first contribution in #722
- @andrewrobinsonhodges-snyk made their first contribution in #738
- @antoine-snyk made their first contribution in #745
- @rrama made their first contribution in #788
Full Changelog: v20241112.105448...v20250311.183630
v20241112.105448
Changelog
- 0d1ae91 fix: delete lsconfig content if invalid json