Skip to content

1.2.4

Compare
Choose a tag to compare
@darwin darwin released this 11 Apr 15:08
· 1729 commits to master since this release
v1.2.4

A maintenance release

Make sure you stick to the latest tools.nrepl

When starting your nREPL server with Dirac middleware you might start seeing this warning:

-----------------------------------------------------------------------------------------------------------
WARNING!
We detected unexpected tools.nrepl library version in your nREPL server at nrepl://localhost:8230!
The server reported version 0.2.12, but Dirac expected version 0.2.13.
This could potentialy lead to unexpected behaviour. Please check your dependencies and use latest Dirac release.

For reference, the reported versions by the nREPL server are:
{:clojure "1.9.0-alpha15", :java "1.8.0_102", :nrepl "0.2.12"}

Also double check Dirac installation instructions: https://github.com/binaryage/dirac#start-nrepl-server.
-----------------------------------------------------------------------------------------------------------

That is because I bumped Dirac's org.clojure/tools.nrepl dependency to recently released version 0.2.13. You are likely getting it implicitly via org.clojure/clojure dependency which points to 0.2.12.

To get rid of this warning. Either use :exclusions on org.clojure/clojure or (better) explicitly declare a top-level dependency on org.clojure/tools.nrepl 0.2.13, like I did here.

Rolling DevTools

Merged commits 8fec2a6...090bc3e from official DevTools.
Should work best with Chrome ~59.0.3066.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.

Notable commits

none

All new work: v1.2.3...v1.2.4