Skip to content

Release 1.12.81

Choose a tag to compare

@jlangch jlangch released this 22 Feb 19:46
· 827 commits to master since this release

[1.12.81] - 2026-02-22

Enhancements

  • Added the setup option -minimal to setup a minimal REPL
$ java -jar venice-1.12.81.jar -setup -minimal -colors -dir ./repl

     REPL_HOME
     ├── libs
     │   ├── venice-1.12.81.jar
     │   ├── jansi-2.4.1.jar
     │   └── repl.json
     ├── tmp
     ├── repl.env
     └── repl.sh
  • Mac OSX: The REPL installer creates now an additional repl.command file.
    While the repl.sh shell script must be executed from within a terminal,
    the repl.command shell script can be double-clicked in the OSX Finder
    to run.
    Note: repl.sh can be manually associated with the Terminal App to allow
    double click to run it