clojure-lsp Released first release of clojure-lsp this year, https://github.com/clojure-lsp/clojure-lsp/releases/tag/2025.01.22-23.28.23, with important bumps and fixes!
• General
◦ Bump clj-kondo to 2025.01.16
◦ Bump lsp4clj to 1.11.0.
◦ Add semantic version sorting in completion lib versions. https://github.com/clojure-lsp/clojure-lsp/issues/1913
◦ Fix internal error in range formatting. https://github.com/clojure-lsp/clojure-lsp/issues/1931
◦ Drop support for jdk 8. https://github.com/clojure-lsp/clojure-lsp/issues/1942
◦ Improve CI speed for Windows and linux aarch64 builds
• Editor
◦ Change simple keyword completion to return all known keywords. https://github.com/clojure-lsp/clojure-lsp/issues/1920
◦ Return textEdit to CompletionItems to fix completion in Zed https://github.com/clojure-lsp/clojure-lsp/issues/1933
◦ Restrict linked edits to namespace aliases only, and fix a few related issues https://github.com/clojure-lsp/clojure-lsp/pull/1947
• API/CLI
◦ Add :project-and-shallow-analysis type to dump command
◦ Add :diagnostics to dump command output (successor of :findings)
looks like https://github.com/clojure-lsp/clojure-lsp/actions/runs/12919000116 is blocked by an approval? my brew upgrade is failing because it can't download (the release didn't finish so the file isn't there, even though the homebrew repo was updated)
the homebrew repo was not supposed to be updated, I'll fix it
should be fixed
cc @ericdallo