2026-03-21

sqry v4.10.1 → v4.10.5

sqry v4.10.5 covers the work shipped between v4.10.1 and v4.10.5. This release cycle improved cross-language visibility, smoothed out the editor experience, and tightened packaging so the artifacts developers install line up more reliably with the tagged release.

Cross-Language Visibility

sqry now reports real cross-language edge counts in index status instead of placeholder zeros. That means the CLI, LSP, and VS Code surfaces can show accurate per-language-pair activity when you are working across boundaries like Rust and C, JavaScript and HTTP services, or other mixed-language graphs.

This release also keeps the cross-language count and listing paths aligned, so the totals you see in index status match the relations the tools can actually enumerate.

Better VS Code and LSP Usability

Several day-to-day workflow improvements landed in the editor integrations:

Taken together, those changes make the editor and MCP surfaces easier to interpret during large workspace analysis.

Distribution and Packaging

This release cycle also improved how sqry is packaged and discovered:

These changes are mostly invisible when everything is working, but they make installs, updates, and integrations more predictable.

Cleaner Builds

Two recurring build warnings were also removed from bundled components:

That keeps local builds, CI logs, and release validation easier to read when you are checking for real problems.

Notes

Upgrading

cargo install sqry-cli
sqry --version
# sqry 4.10.5

Or download binaries from GitHub Releases.

← All releases