Happening soon: Elixir Conf EU (22 - 24 April 2026). Get your ticket here!

Blog

Read about the latest stuff that's happening.

Elixir v1.8 released

January 14, 2019 by José Valim in Releases

Elixir v1.8 comes with many improvements at the infrastructure level, improving compilation time, speeding up common patterns, and adding features around introspection of the system.

Announcing GenStage

July 14, 2016 by José Valim in Announcements

GenStage is a new Elixir behaviour for exchanging events with back-pressure between Elixir processes. In this blog post we will cover the background that led us to GenStage, some example use cases, and what we are exploring for future releases.

Elixir v0.8.0 released

January 27, 2013 by José Valim in Releases

On the last 9th January, we celebrated two years since Elixir's first commit and to celebrate this occasion we have prepared a big release. Elixir v0.8 is out, with documentation, optimizations, bug fixes and shiny new features. Let's take a look at them!

Elixir v0.6.0 released

August 01, 2012 by José Valim in Releases

We have finally released Elixir v0.6.0! This release includes a build tool called Mix, support for Erlang typespecs, many improvements to IEx and improved IO, File and Macro support.

Elixir v0.5.0 released

May 25, 2012 by José Valim in Releases

We have finally released Elixir v0.5.0! This marks the first release since the language was rewritten. In this blog post, we will discuss what we achieved during this time and what are the next steps!

Today, a parallel compiler just landed in Elixir main. The goal of the parallel compiler is to compile files in parallel, automatically detecting dependencies between files. In this blog post, we are going to take a peek into the parallel compiler internals and learn more about Erlang and Elixir in the process.