Language
Elixir Releases
Track every Elixir release from latest stable to end-of-life. Version timelines, OTP compatibility, and upgrade guidance for Elixir developers.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Embed Badges
Add live Elixir status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about Elixir releases and lifecycle.
How long are Elixir versions supported?
Elixir supports the latest five minor versions with bug fixes and security patches. Older versions are considered EOL.
What is the relationship between Elixir and Erlang/OTP?
Elixir runs on the Erlang VM (BEAM). Each Elixir version supports specific OTP versions. Check compatibility before upgrading either.
How often does Elixir release new versions?
Elixir ships new minor versions roughly every 6-12 months, with patch releases for bug fixes in between.
Is upgrading Elixir versions difficult?
Elixir follows semantic versioning and provides deprecation warnings. Minor version upgrades are typically straightforward with clear migration guides.