Skip to content

Releases: livebook-dev/livebook

v0.15.2

03 Mar 13:07
Compare
Choose a tag to compare

Fixed

  • Iframes not loading when Livebook starts normally, but iframe starts on a random port (#2947)
  • Session cookie overflow error when user identity data exceeds 4kb (#2948)

nightly

25 Oct 11:31
Compare
Choose a tag to compare

Automated nightly release.

v0.15.1

24 Feb 05:08
Compare
Choose a tag to compare

Changed

  • Updated Kino version references to point to 0.15.0

v0.15.0

20 Feb 17:02
Compare
Choose a tag to compare

Added

  • Support for defining modules in the Erlang cell (#2806)
  • Option to specifying erl flags for Standalone runtime node (#2843)
  • Support for specifying max height on grid output (#2846)
  • Introduced authentication via Livebook Teams for Livebook app servers, including third-party SSO integrations (#2837, #2919)
  • HTTP proxy configuration via env variables (HTTP_PROXY, HTTPS_PROXY) (#2850)
  • Deployment group environment variables included in generated Livebook app server instructions (#2858)
  • Added Clickhouse to the database connection cell options (#2840)
  • Logs whenever code is evaluated evaluation (level info) (#2880)
  • Added LIVEBOOK_LOG_LEVEL and LIVEBOOK_LOG_METADATA for customizing logged information (#2880)
  • Shell code block highlighting in Markdown cells
  • Added a custom view option that hides code (#2889)
  • Information accessed via Kino.Workspace.info() to include payload returned from identity provider (#2890)
  • Support for text styles in plain text output (#2928)
  • Support for nil fields in forms (#2931)

Changed

  • (Desktop) The server to start on a fixed port by default (32123) and fall back to random if taken (#2867)
  • Bumped versions to Elixir 1.18.2 and Erlang 27.2.2 in the Docker image and the desktop app
  • Bumped the required Elixir version to 1.18
  • In case you set RELEASE_DISTRIBUTION, it has been ignored since v0.13, but now it must not be set
  • Changed the Docker image to use Ubuntu 24.04
  • Updateed Docker base image to Ubuntu 24.04 (#2933)
  • Improveed file select to list files matching search anywhere in the name (#2932)

Removed

  • Removed LIVEBOOK_APPS_PATH_HUB_ID in favour of LIVEBOOK_TEAMS_AUTH (#2829)

Fixed

  • Proper namespace to be selected when reopening K8s runtime settings
  • Importing notebook via livebook.dev/run to download attachments
  • Kino forms to not emit change event on the first render (#2852)
  • (Desktop) "Copy URL" not pasting properly into Terminal
  • (Desktop) Subsequent installations on Windows leading to conflicting Hex archives (#2859)
  • Erlang snippets in Markdown cells being exported as Erlang code cells
  • (Desktop) Fixed opening notebook files with space in the path (#2926)
  • Tab content disappearning in nested tab outputs

v0.14.7

01 Feb 09:52
Compare
Choose a tag to compare

Fixed

  • Teams websocket not reconnecting after a graceful close (#2924)

v0.14.6

23 Jan 18:35
Compare
Choose a tag to compare

Added

  • Extra logging around Livebook connection to Teams (#2914)

v0.14.5

25 Oct 15:03
Compare
Choose a tag to compare

Fixed

  • Imports and process dictionary being erased after errored evaluation (#2822)
  • PVC deletion removing all PVCs in Kubernetes runtime settings

v0.14.4

04 Oct 20:12
Compare
Choose a tag to compare

Added

  • Documented stamping (#2815)

Fixed

  • Crashes under certain exec configuration when starting K8s runtime (#2817)
  • Fixed Teams app deployments with attachment files
  • App deployment continuing retries even once the app is deactivated

v0.14.3

03 Oct 07:39
Compare
Choose a tag to compare

Added

  • Support for go back and go forward in cell editors using keyboard shortcuts (#2789)
  • Setting to disable autoclosing brackets in the editor (#2805)

Changed

  • Module names in the outline to always be shown in full (#2810)

Fixed

  • Crashes under certain exec configuration when starting K8s runtime (#2793)
  • Handling of Erlang syntax errors (#2800)
  • Fixed missing code highlighting on certain function calls

v0.14.2

20 Sep 12:07
Compare
Choose a tag to compare

Fixed

  • Fixed warning about missing kubectl to show only when applicable