mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-05 04:24:21 +08:00
1.7 KiB
1.7 KiB
Changelog for Livebook v0.16
The format is based on Keep a Changelog.
Unreleased
This release marks Livebook Teams coming out of beta. It also brings experimental support for Python code evaluation. The Python integration is not feature complete and we plan to continue work on it. If you give it a try and you want to provide feedback, feel free to drop a comment on #2937.
Added
- (Experimental) Support for Python cells (#2936)
- Shortcut to toggle line wrapping in code cells (#2974)
- Support for automatic clustering in AWS execution environments (#2797)
- Example GitHub app notebook to the learn section (#2990)
- Support for OIDC group-based authorization in Teams apps (#2984)
Changed
- Bumped versions to Elixir 1.18.3 and Erlang 27.3.3 in the Docker image and the desktop app (#2987)
Fixed
- Improved UX when loading JS output fails or takes long time (#2975)
- Crashes when evaluating code that does a
:setopts
IO request (#2983) - Missing box borders in app outputs
v0.15
The CHANGELOG for v0.15 releases can be found in the v0.15 branch.