mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +08:00
Update changelog
This commit is contained in:
parent
4dd36a6ce5
commit
164aaa2eb6
1 changed files with 17 additions and 0 deletions
17
CHANGELOG.md
17
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))
|
* 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))
|
* 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
|
### Removed
|
||||||
|
|
||||||
* The deprecated `warmup_apps.sh` script from Docker release in favour of `warmup_apps`
|
* 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
|
## 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue