Changelog
master
Master
changes
Changes
0-3-0
0.3.0
warning
Warning
- Livebook started using long names distribution since v0.13.0, we are moving from short
to long names in this version. Livebook should be started with env var
LIVEBOOK_NODE
set tolivebook@{HOSTNAME}
, where{HOSTNAME}
is set according to mode Livebook is started in. Development mode is updated in Makefile, hostname for production mode should be taken from current Altworxaltworx-prod.yml
.
changes-1
Changes
0-2-0
0.2.0
changes-2
Changes
- Fixed problem in RPC calls in production environment. (PR)