File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
4
4
5
+ ## [ v0.15.2] ( https://github.com/livebook-dev/livebook/tree/v0.15.2 ) (2025-03-03)
6
+
7
+ ### Fixed
8
+
9
+ * Iframes not loading when Livebook starts normally, but iframe starts on a random port ([ #2947 ] ( https://github.com/livebook-dev/livebook/pull/2947 ) )
10
+ * Session cookie overflow error when user identity data exceeds 4kb ([ #2948 ] ( https://github.com/livebook-dev/livebook/pull/2948 ) )
11
+
5
12
## [ v0.15.1] ( https://github.com/livebook-dev/livebook/tree/v0.15.1 ) (2025-02-24)
6
13
7
14
### Changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
6
6
use Mix.Project
7
7
8
8
@ elixir_requirement "~> 1.18"
9
- @ version "0.15.1 "
9
+ @ version "0.15.2 "
10
10
@ description "Automate code & data workflows with interactive notebooks"
11
11
12
12
def project do
You can’t perform that action at this time.
0 commit comments