mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
2 KiB
2 KiB
Changelog for Livebook v0.12
The format is based on Keep a Changelog.
Unreleased
Added
- Support for custom identity providers (#2301)
- Zero Trust authentication strategy for Teleport (#2296)
- Docs for shared Teams secrets and file storages (#2317, #2318)
- Support for sourcing S3 file system credentials from environment variables, AWS credentials, or Amazon EC2/ECS metadata (#2347, #2358)
Changed
- Required OTP version to >= 25 (#2333)
- Converting from Smart cell to Code cell to skip outputs (#2348)
- Smart cell attributes serialization in Live Markdown (#2364)
Removed
- The deprecated
warmup_apps.sh
script from Docker release in favour ofwarmup_apps
Fixed
- Session crashes when deleting a broken Smart cell (#2314)
- Session page crash when restoring cell with input from bin (#2312)
- Rare
Kino.JS.Live
output crashes on socket reconnection (#2363) - Persisting Smart cells with
-->
sequence in the attributes (#2364) - Downloading files in notebook export
- Secrets list not updating when deleting Teams hub secrets (#2371)
v0.11
The CHANGELOG for v0.11 releases can be found in the v0.11 branch.