Skip to content

nREPL 1.1.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 20 Feb 07:17
· 42 commits to master since this release

Bugs fixed

  • #307: Fix issue where TLS accept loop could sometimes exit prematurely. This caused tests to hang sometimes.
  • #311: Make --interactive option work when starting a server on a filesystem socket with --socket PATH.

Changes

  • #304: Improve completions op by switching internally to compliment-lite. The change is mostly transparent, but should result in more accurate completion results.