Skip to content

CIDER 1.17 ("Cologne")

Latest
Compare
Choose a tag to compare
@bbatsov bbatsov released this 17 Feb 14:36
· 1 commit to master since this release

1.17.0 (2025-02-17)

New features

  • Automatic downloading of third-party Java sources for better Java documentation and jump-to-definition functionality. See Obtaining source JARs.
  • CIDER History: Add a command to delete history item at point.

Changes

  • Bump the injected nREPL version to 1.3.1.
  • Bump the injected cider-nrepl to 0.52.0.
  • #3574: New value per-project for cider-repl-history-file to save the history on a per-project basis.

Bugs fixed

  • #3763: Fix cider-docview-render completion popup error when symbol being completed does not have a docstring.
  • #3774: Fix overlay hangup when evaluating huge values.