Skip to content

Releases: livebook-dev/livebook

v0.18.1

07 Dec 11:35

Choose a tag to compare

Fixed

  • Erlang packages failing to install due to old rebar3 version

nightly

25 Oct 11:31
73731b7

Choose a tag to compare

Automated nightly release.

v0.18.0

01 Dec 13:57

Choose a tag to compare

Added

  • LIVEBOOK_IMAGE_REGISTRY_URL env var to configure a custom Docker image registry (#3066)
  • Git file storage for Teams app servers (#3056, #3075)
  • New fields to LIVEBOOK_LOG_METADATA to support structured data in code evaluation logs (#3077, #3078)
  • Support for grouping Teams apps into folders and updated apps page (#3088, #3091, #3099, #3101)
  • Support for Google Workspace OIDC in Teams apps (#3102)

Changed

  • Drag-and-drop of .csv and .parquet files to generate ADBC code (#3085)

Removed

  • LIVEBOOK_FIPS env var using deprecated OTP API in favour of ERL_AFLAGS="-crypto fips_mode true" (#3097)

v0.17.3

23 Oct 20:16

Choose a tag to compare

Fixed

  • Editor blur on Safari (#3083)
  • Deploying notebooks with attachments from CLI via Teams (#3084)

v0.17.2

15 Sep 08:20

Choose a tag to compare

Added

  • Added prefix to secret name field, to indicate the corresponding environment variable (#3063)

Fixed

  • (Desktop) Fixed macOS notarization (#3061, #3062)

v0.17.1

04 Sep 18:19

Choose a tag to compare

Updated

  • Bumped LiveView version

v0.17.0

04 Sep 08:55

Choose a tag to compare

Added

  • Deploying notebooks from CLI via Teams (#3034)
  • Deployment permissions (#3044)

Fixed

  • Drag and drop on file input

v0.16.4

20 Jun 10:19

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

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

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)