Skip to content

Release 1.12.83

Choose a tag to compare

@jlangch jlangch released this 05 Mar 09:02
· 751 commits to master since this release

[1.12.83] - 2026-03-05

Enhancements

  • Added sessions to the remote REPL connections to support current namespace and dynamic vars.
    All forms evaluated within a session run within the same session related thread on the server.
    The session implicitly starts with the !remote command and stops with the !local command.

  • The finder function marks now dynamic vars as 'dynamic' in the generated output

Updated dependencies:

  • Bumped VAVR from 1.0.0 to 1.0.1