From 164aaa2eb605922630c012c779e82fe6739b403c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 11 Dec 2023 15:05:10 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89745df3..df4d19319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Support for custom identity providers ([#2301](https://github.com/livebook-dev/livebook/pull/2301)) * Zero Trust authentication strategy for Teleport ([#2296](https://github.com/livebook-dev/livebook/pull/2296)) +* Docs for shared Teams secrets and file storages ([#2317](https://github.com/livebook-dev/livebook/pull/2317), [#2318](https://github.com/livebook-dev/livebook/pull/2318)) +* Support for sourcing S3 file system credentials from environment variables, AWS credentials, or Amazon EC2/ECS metadata ([#2347](https://github.com/livebook-dev/livebook/pull/2347), [#2358](https://github.com/livebook-dev/livebook/pull/2358)) + +### Changed + +* Required OTP version to >= 25 ([#2333](https://github.com/livebook-dev/livebook/pull/2333)) +* Converting from Smart cell to Code cell to skip outputs ([#2348](https://github.com/livebook-dev/livebook/pull/2348)) +* Smart cell attributes serialization in Live Markdown ([#2364](https://github.com/livebook-dev/livebook/pull/2364)) ### Removed * The deprecated `warmup_apps.sh` script from Docker release in favour of `warmup_apps` +### Fixed + +* Session crashes when deleting a broken Smart cell ([#2314](https://github.com/livebook-dev/livebook/pull/2314)) +* Session page crash when restoring cell with input from bin ([#2312](https://github.com/livebook-dev/livebook/pull/2312)) +* Rare `Kino.JS.Live` output crashes on socket reconnection ([#2363](https://github.com/livebook-dev/livebook/pull/2363)) +* Persisting Smart cells with `-->` sequence in the attributes ([#2364](https://github.com/livebook-dev/livebook/pull/2364)) +* Downloading files in notebook export +* Secrets list not updating when deleting Teams hub secrets ([#2371](https://github.com/livebook-dev/livebook/pull/2371)) + ## v0.11 The CHANGELOG for v0.11 releases can be found in the [v0.11](https://github.com/livebook-dev/livebook/tree/v0.11/CHANGELOG.md) branch.