mpiton
zed-depsy
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(release): prepare v2.1.0 (#405) Cut the [Unreleased] section into 2.1.0 and bump the version in depsy-lsp, depsy-zed, extension.toml and the README. Contents: the extension installs the language-server release matching its own version by direct URL and no longer calls api.github.com, the server starts offline from an earlier download, downloads are checked in a staging directory before use, and the Rust dependency set was refreshed (dirs 7, reqwest 0.13.5, toml 1.1.6).
main
5 days ago
chore(release): prepare v2.1.0 Cut the [Unreleased] section into 2.1.0 and bump the version in depsy-lsp, depsy-zed, extension.toml and the README. Contents: the extension installs the language-server release matching its own version by direct URL and no longer calls api.github.com, the server starts offline from an earlier download, downloads are checked in a staging directory before use, and the Rust dependency set was refreshed (dirs 7, reqwest 0.13.5, toml 1.1.6).
chore/release-2.1.0
5 days ago
chore(deps): consolidate dependabot updates (#404) * chore(deps): refresh depsy-lsp lockfile Semver-compatible cargo update: reqwest 0.13.5, toml 1.1.6, codspeed-criterion-compat 4.7.0 and transitive crates. * chore(deps): bump dirs to 7 and codspeed-criterion-compat to 5 dirs 7 only changes preference_dir on Windows; depsy-lsp uses home_dir and cache_dir. codspeed 5 raises its MSRV to 1.85 and matches the cargo-codspeed release CI installs. * chore(deps): refresh depsy-zed lockfile * chore(deps): refresh fuzz lockfile and note dependency updates Fuzz crate picks up libfuzzer-sys 0.4.13 and the depsy-lsp bumps.
main
5 days ago
chore(deps): refresh fuzz lockfile and note dependency updates Fuzz crate picks up libfuzzer-sys 0.4.13 and the depsy-lsp bumps.
chore/deps-september-2026
5 days ago
fix(zed): start the language server without GitHub access (#403) * fix(zed): start the language server without GitHub access The extension asked api.github.com for the latest release on every Zed start, so a network that cannot reach GitHub (or the unauthenticated rate limit) left the language server unable to start even with a binary already on disk. The extension now installs only the release tagged with its own version, by direct download URL. Once that binary is on disk, start-up makes no network request. When the download fails, the newest release still on disk is started instead and one line is printed on stderr. A download that fails checksum verification is deleted rather than started unverified at the next launch, and older releases are removed after a verified download. Document `lsp.depsy.binary.path` for offline installations and add `depsy-zed/Cargo.toml` to the release bump list; a unit test keeps the three version numbers in step. Closes #400 * fix: apply PR review feedback
main
5 days ago
fix: apply PR review feedback
fix/400-offline-lsp-start
6 days ago
fix(zed): start the language server without GitHub access The extension asked api.github.com for the latest release on every Zed start, so a network that cannot reach GitHub (or the unauthenticated rate limit) left the language server unable to start even with a binary already on disk. The extension now installs only the release tagged with its own version, by direct download URL. Once that binary is on disk, start-up makes no network request. When the download fails, the newest release still on disk is started instead and one line is printed on stderr. A download that fails checksum verification is deleted rather than started unverified at the next launch, and older releases are removed after a verified download. Document `lsp.depsy.binary.path` for offline installations and add `depsy-zed/Cargo.toml` to the release bump list; a unit test keeps the three version numbers in step. Closes #400
fix/400-offline-lsp-start
6 days ago
deps(rust): bump reqwest from 0.13.4 to 0.13.5 in /depsy-lsp Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.4...v0.13.5) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/depsy-lsp/reqwest-0.13.5
6 days ago
Latest Branches
CodSpeed Performance Gauge
+10%
chore(release): prepare v2.1.0
#405
5 days ago
72ca6df
chore/release-2.1.0
CodSpeed Performance Gauge
-12%
chore(deps): consolidate dependabot updates
#404
5 days ago
3ce5dc8
chore/deps-september-2026
CodSpeed Performance Gauge
0%
fix(zed): start the language server without GitHub access
#403
6 days ago
a429698
fix/400-offline-lsp-start
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs