Skip to content

CIDER 1.15 ("Cogne")

Compare
Choose a tag to compare
@bbatsov bbatsov released this 10 Jun 16:39
· 49 commits to master since this release

1.15.0 (2024-06-10)

New features

  • #3692: Add ability to switch view modes in the inspector (bound to v).
  • #3693: Add cider-enable-nrepl-jvmti-agent defcustom to enable loading native nREPL JVMTI agent which restores thread stop ability on Java 21+.

Changes

  • #3691: Deprecate cider-sync-request:inspect-set-* functions in favor of generic inspect-refresh op.
  • Bump the injected cider-nrepl to 0.49.0.
  • Bump the injected nREPL version to 1.2.0.

Bugs fixed

  • #3696: Don't eagerly complete a candidate if there are other candidates matching flex style.
  • #3698: Fix error messages in non-JVM runtimes being suppressed when cider-show-error-buffer is set to nil.