RepoJournal
Elixir & Phoenix

Elixir & Phoenix

Elixir, Phoenix, LiveView, and Ecto - the BEAM web stack

Keep up with Elixir & Phoenix in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Elixir & Phoenix Full archive →

The Wire · Showcase

LiveView crash fix lands as Elixir corrects Greek casing

By RepoJournal · Filed · About Elixir & Phoenix

Phoenix LiveView patches a stale-diff crash while Elixir fixes final sigma casing in Greek strings.

Phoenix LiveView is patching a crash that could occur when a view rejoined before pending diffs were applied, which could "try to apply a stale diff to a new tree and crash" [1]. The same PR also discards outdated pending diffs, ensuring only fresh state reaches the client [1]. In a related cleanup, async tasks of components removed from the tree are now properly canceled, closing issue #4401 [2]. Meanwhile, Elixir's standard library fixes Greek final sigma handling: `String.downcase("AΣ", :greek)` now returns `"aς"` instead of `"aσ"`, and `String.capitalize/2` gets the same correction [3]. A PR unifying map domain type lookup simplifies the codebase [4], and a separate PR fixes warnings when running tests [5]. With 12 commits and 8 PRs across both repos, this is a focused day of correctness fixes. LiveView users should upgrade to get the crash fix, and Elixir maintainers should review the sigma patch.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Tag pending diffs and discard outdated ones ↗ phoenixframework/phoenix_live_view
  2. [2] Cancel async tasks of components removed from the tree phoenixframework/phoenix_live_view
  3. [3] Fix final sigma handling in :greek ↗ elixir-lang/elixir
  4. [4] Unify map domain type lookup (#15789) elixir-lang/elixir
  5. [5] Fix warnings when running tests elixir-lang/elixir

Quick answers

What shipped in Elixir & Phoenix on August 25, 2026?
Phoenix LiveView patches a stale-diff crash while Elixir fixes final sigma casing in Greek strings. In total, 12 commits and 8 pull requests landed.
Who contributed to Elixir & Phoenix on August 25, 2026?
5 developers shipped this update, including AlexGx, Barna Kovacs, José Valim, Łukasz Samson, and SteffenDE.
What were the notable Elixir & Phoenix updates?
Tag pending diffs and discard outdated ones, Cancel async tasks of components removed from the tree, and Fix final sigma handling in :greek.

More from Elixir & Phoenix

Daily updates, in your inbox

Follow Elixir & Phoenix

Keep up with Elixir & Phoenix in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?