branch: elpa/cider
commit 2d1f482dd0a444055876c95ed3822f0dc22991ed
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Bump the injected cider-nrepl to 0.62.0
---
CHANGELOG.md | 2 +-
lisp/cider-jack-in.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1aaeb08954..93bae35833 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,7 +82,7 @@
### Changes
- [#4081](https://github.com/clojure-emacs/cider/pull/4081): Remove the
long-obsolete (no-op since 1.18) `cider-stacktrace-analyze-at-point` and
`cider-stacktrace-analyze-in-region` commands.
-- Bump the injected `cider-nrepl` to 0.62.0-alpha2, which carries the hardened
content-type/slurp middleware backing the rich-content revival below (and no
longer double-sends `value` alongside content-typed responses).
+- Bump the injected `cider-nrepl` to 0.62.0, which carries the hardened
content-type/slurp middleware backing the rich-content revival below (and no
longer double-sends `value` alongside content-typed responses).
- Enable rich content in the REPL by default (`cider-repl-use-content-types`
is now t): image results render inline, and results naming external content
(files, URLs) render a `[show content]` button that fetches and renders it on
demand. The automatic fetching that got the feature disabled back in 0.25
([#2825](https://github.com/clojure-emacs/cider/issues/2825)) is gone - nothing
is transferred until the button is pressed - and the server side is hardened in
`cider-nrepl` 0.62 (URL-sch [...]
- Rename `cider-log-buffer-clear-p` to `cider-log-buffer-has-content-p` - the
old name read as the opposite of its behavior; it remains as an obsolete alias.
- Bump the default `cider-repl-history-size` from 500 to 5000.
diff --git a/lisp/cider-jack-in.el b/lisp/cider-jack-in.el
index 5350f33f48..eca95a644a 100644
--- a/lisp/cider-jack-in.el
+++ b/lisp/cider-jack-in.el
@@ -341,7 +341,7 @@ the artifact.")
Used when `cider-jack-in-auto-inject-clojure' is set to `latest'.")
-(defconst cider-required-middleware-version "0.62.0-alpha2"
+(defconst cider-required-middleware-version "0.62.0"
"The CIDER nREPL version that's known to work properly with CIDER.")
(defcustom cider-injected-middleware-version cider-required-middleware-version