Packages
livebook
0.15.3
0.19.8
0.19.7
0.19.6
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.3
0.17.2
0.17.1
0.17.0
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.14.0-rc.1
0.14.0-rc.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Automate code & data workflows with interactive notebooks
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog for Livebook v0.15
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.15.3](https://github.com/livebook-dev/livebook/tree/v0.15.3) (2025-03-10)
### Fixed
* Crash when logging out from Livebook with identity provider configured ([#2953](https://github.com/livebook-dev/livebook/pull/2953))
## [v0.15.2](https://github.com/livebook-dev/livebook/tree/v0.15.2) (2025-03-03)
### Fixed
* Iframes not loading when Livebook starts normally, but iframe starts on a random port ([#2947](https://github.com/livebook-dev/livebook/pull/2947))
* Session cookie overflow error when user identity data exceeds 4kb ([#2948](https://github.com/livebook-dev/livebook/pull/2948))
## [v0.15.1](https://github.com/livebook-dev/livebook/tree/v0.15.1) (2025-02-24)
### Changed
* Updated Kino version references to point to 0.15.0
## [v0.15.0](https://github.com/livebook-dev/livebook/tree/v0.15.0) (2025-02-21)
### Added
* Support for defining modules in the Erlang cell ([#2806](https://github.com/livebook-dev/livebook/pull/2806))
* Option to specifying erl flags for Standalone runtime node ([#2843](https://github.com/livebook-dev/livebook/pull/2843))
* Support for specifying max height on grid output ([#2846](https://github.com/livebook-dev/livebook/pull/2846))
* Introduced authentication via Livebook Teams for Livebook app servers, including third-party SSO integrations ([#2837](https://github.com/livebook-dev/livebook/pull/2837), [#2919](https://github.com/livebook-dev/livebook/pull/2919))
* HTTP proxy configuration via env variables (`HTTP_PROXY`, `HTTPS_PROXY`) ([#2850](https://github.com/livebook-dev/livebook/pull/2850))
* Deployment group environment variables included in generated Livebook app server instructions ([#2858](https://github.com/livebook-dev/livebook/pull/2858))
* Added Clickhouse to the database connection cell options ([#2840](https://github.com/livebook-dev/livebook/pull/2840))
* Logs whenever code is evaluated evaluation (level info) ([#2880](https://github.com/livebook-dev/livebook/pull/2880))
* Added `LIVEBOOK_LOG_LEVEL` and `LIVEBOOK_LOG_METADATA` for customizing logged information ([#2880](https://github.com/livebook-dev/livebook/pull/2880))
* Shell code block highlighting in Markdown cells
* Added a custom view option that hides code ([#2889](https://github.com/livebook-dev/livebook/pull/2889))
* Information accessed via `Kino.Workspace.info()` to include payload returned from identity provider ([#2890](https://github.com/livebook-dev/livebook/pull/2890))
* Support for text styles in plain text output ([#2928](https://github.com/livebook-dev/livebook/pull/2928))
* Support for `nil` fields in forms ([#2931](https://github.com/livebook-dev/livebook/pull/2931))
### Changed
* (Desktop) The server to start on a fixed port by default (`32123`) and fall back to random if taken ([#2867](https://github.com/livebook-dev/livebook/pull/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](https://github.com/livebook-dev/livebook/pull/2933))
* Improveed file select to list files matching search anywhere in the name ([#2932](https://github.com/livebook-dev/livebook/pull/2932))
### Removed
* Removed `LIVEBOOK_APPS_PATH_HUB_ID` in favour of `LIVEBOOK_TEAMS_AUTH` ([#2829](https://github.com/livebook-dev/livebook/pull/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](https://github.com/livebook-dev/livebook/pull/2852))
* (Desktop) "Copy URL" not pasting properly into Terminal
* (Desktop) Subsequent installations on Windows leading to conflicting Hex archives ([#2859](https://github.com/livebook-dev/livebook/pull/2859))
* Erlang snippets in Markdown cells being exported as Erlang code cells
* (Desktop) Fixed opening notebook files with space in the path ([#2926](https://github.com/livebook-dev/livebook/pull/2926))
* Tab content disappearning in nested tab outputs
## v0.14
The CHANGELOG for v0.14 releases can be found in the [v0.14](https://github.com/livebook-dev/livebook/tree/v0.14/CHANGELOG.md) branch.