Skip to content

v1.20.4

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:41
· 358 commits to main since this release

1. Security

  • [List] Avoid recursion when invalid charlists are given to List.to_string/1 or List.to_charlist/1 (CVE-2026-75758, GHSA-jf5q-v438-665c)

2. Bug fixes

Elixir

  • [Base] Fix false positives in Base64 validation
  • [Kernel] Fix inferred type of :erlang.split_binary/2 when given a bitstring
  • [Kernel] Fix type checker crash on comprehensions with a non-returning :into expression
  • [String] Fix final sigma handling in Greek casing
  • [Task] Fix Task.yield_many/2 waiting indefinitely when :limit exceeds the task count