Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:53
· 2 commits to main since this release
5be51a3

First release under the Depsy name.

Depsy is the extension previously published as Dependi. The rename was requested by the Dependi (dependi.io) maintainers, who are publishing their own Zed extension under the dependi id. Background in #377.

What changed since 1.10.0:

  • The extension id is depsy, the language server binary is depsy-lsp, the settings key is lsp.depsy, and the cache moved to ~/.cache/depsy.
  • lsp.dependi.initialization_options is still read as a fallback, so an existing configuration keeps working. The "ignore this package" code action also carries the entries of the old ignore list over to lsp.depsy, because Zed replaces arrays when it merges the two keys and would otherwise drop them.
  • aarch64 Linux builds work again with Rust 1.98 (cargo-zigbuild 0.23.2).
  • h2 bumped to 0.4.19 for RUSTSEC-2026-0258.

Nothing else changed: same parsers, registries, diagnostics and code actions as 1.10.0.

Migrating from Dependi:

  1. Install Depsy from the Zed extensions panel (extension id depsy-lsp as of 2.0.1, see the 2.0.1 notes). It shows up once zed-industries/extensions#7385 is merged.
  2. Uninstall dependi.
  3. Rename lsp.dependi to lsp.depsy in your settings when convenient. Not required.

Full Changelog: v1.10.0...v2.0.0