Elixir
Elixir Core Team
Elixir v1.9.2 released
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.2
1. Enhancements
Mix
- [mix release] Allow
{:from_app, app_name}as a version for releases
2. Bug fixes
Elixir
- [Kernel] Ensure compilation works for a variable named
super - [Kernel] Ensure capture operator of a local function expands correctly inside a macro
- [Regex] Ensure dynamic recompilation of regexes considers options. This fixes an issue where parsing the protocol in
URI.parse/1seemingly looked case sensitive when running Elixir precompiled on another machine
Mix
- [mix release] Use
Base.encode32when generating cookie to avoid unsafe chars - [mix release] Fix
installcommand on Windows - [mix release] Quote executable path on Windows to ensure it works on directories with spaces
Have fun!
Most Liked
josevalim
Creator of Elixir
I have backported :tar to v1.9 so if we do a new patch release, it will be included.
10
DiodonHystrix
gmile
@DiodonHystrix tar was added in https://github.com/elixir-lang/elixir/pull/9290. It’s currently available in master. I believe it’s a feature we’ll have to wait for until the next major release.
1
Popular in News
Elixir v1.14 brings many improvements to the debugging experience in Elixir
and data-type inspection. It also includes a new abstraction...
New
Hello everyone,
A new release candidate for Ecto is out. It fixes two regressions on the previous release candidate and adds three new ...
New
Hi everyone,
We are glad to announce that the second release candidate for Elixir v1.6.0 is out.
Check out the CHANGELOG and give the...
New
1. Bug fixes
Elixir
[bin/elixir] Properly handle the --dbg flag in Elixir’s CLI
[Code.Formatter] Add brackets around keyword lists when ...
New
Note this release includes offline Elixir installers for Windows per supported Erlang/OTP version.
1. Enhancements
Elixir
[Module] Mark...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.10.4
1. Bug fixes
Elixir
[Kernel] Fix a bug where custom types were prin...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.13.3
1. Enhancements
Mix
[mix format] Supply file and line to formatter ...
New
1. Enhancements
[Code] Code.string_to_quoted/2 honors :static_atoms_encoder for multi-letter sigils
2. Bug fixes
ExUnit
[ExUnit.Captur...
New
Official announcement: https://elixir-lang.org/blog/2018/01/17/elixir-v1-6-0-released/
Thanks everyone who gave the release candidate a...
New
This release includes initial support for Erlang/OTP 28, for those who want to try it out. In such cases, you may use Elixir v1.18.4 prec...
New
Other popular topics
Hi everyone!
I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
Hello, I get Persian date from my client and convert it to normal calendar like this:
def jalali_string_to_miladi_english_number(persi...
New
In Ruby, I can go:
User.find_by(email: "foobar@email.com").update(email: "hello@email.com")
How can I do something similar in Elixir? ...
New
can someone please explain to me how Enum.reduce works with maps
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
Hey guys.
I'm new to elixir and im really stocked about it. But I ran into a bit of problem - I need to convert a date sting, for examp...
New
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including.
What is Phoenix LiveV...
New







