Skip to content

Releases: livebook-dev/livebook

nightly

25 Oct 11:31
4997e07
Compare
Choose a tag to compare

Automated nightly release.

v0.16.4

20 Jun 10:19
Compare
Choose a tag to compare

Fixed

  • Livebook automatic clustering within AWS ECS (#3022)
  • Embedding livebook inside iframe with LIVEBOOK_WITHIN_IFRAME (#3024)

v0.16.3

17 Jun 19:54
Compare
Choose a tag to compare

Added

  • Support for logging in JSON format via LIVEBOOK_LOG_FORMAT=json (#3017)

Changed

  • Updated Docker images to use CUDA 12.8 and include NCCL (#3018)

v0.16.2

04 Jun 21:15
Compare
Choose a tag to compare

Added

  • Notebook export to include errors when exporting with outputs (#3009)
  • Support for enabling reevaluate automatically for Smart cells

Fixed

  • GitHub stars notebook to execute without errors when GitHubs API rate limit (#3006)
  • Startup errors in env.sh when using the Docker deployment (#3013)

v0.16.1

21 May 11:43
Compare
Choose a tag to compare

Fixed

  • Fly runtime and FLAME workers failing to start due to missing epmd

v0.16.0

20 May 19:54
Compare
Choose a tag to compare

This release marks Livebook Teams coming out of beta. It also brings experimental support for Python code evaluation. The Python integration is not feature complete and we plan to continue work on it. If you give it a try and you want to provide feedback, feel free to drop a comment on #2937.

Added

  • (Experimental) Support for Python cells (#2936)
  • Shortcut to toggle line wrapping in code cells (#2974)
  • Support for automatic clustering in AWS execution environments (#2797)
  • Example GitHub app notebook to the learn section (#2990)
  • Support for OIDC group-based authorization in Teams apps (#2984)

Changed

  • Bumped versions to Elixir 1.18.3 and Erlang 27.3.3 in the Docker image and the desktop app (#2987)

Fixed

  • Improved UX when loading JS output fails or takes long time (#2975)
  • Crashes when evaluating code that does a :setopts IO request (#2983)
  • Missing box borders in app outputs
  • Handling of livebook:// URLs on macOS and Windows (#3002)

v0.15.5

03 Apr 14:35
Compare
Choose a tag to compare

Added

  • Option to logout from Livebook app (#2961)

Fixed

  • Escript installation on Windows with symlinks disabled (#2965)
  • Escript static files not available after macOS automatic tmpdir cleanup
  • Fixed mailto: URLs treated as relative in Markdown cells

v0.15.4

12 Mar 13:25
Compare
Choose a tag to compare

Fixed

  • K8s runtime failing to connect due to missing CA certificates (#2957)
  • (Desktop) Fix Windows installer failing path checks step (#2958)

v0.15.3

10 Mar 12:17
Compare
Choose a tag to compare

Fixed

  • Crash when logging out from Livebook with identity provider configured (#2953)

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)