josevalim

josevalim

Creator of Elixir

Elixir v1.6.0-rc.1 released

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 release candidate a try. Since this is a pre-release, you may not find it in package manager, so you will have to use the precompiled packages, a version manager, or compile from source.

Thanks everyone who gave it a try and reported bugs so far.

Happy coding!

Most Liked

belaustegui

belaustegui

Thanks! :bow:

So far I’ve been testing our project with the RC-0 version and I have not found any problems. In fact everything has worked properly and the compilation times have been reduced.

sorentwo

sorentwo

Oban Core Team

I’ll second that you should give a version manager a try. Any of the Elixir specific version managers will do the trick, but I highly recommend asdf.

If you work with any other languages there is a good chance you need to manage those as well, asdf will do that just as well as it manages Elixir. On our team we manage Erlang, Elixir, Node, Python and Ruby versions with the same tool.

josevalim

josevalim

Creator of Elixir

It won’t - it has been moved to 1.7 so we can collect more feedback and evolve it further before merging.

arcseldon

arcseldon

Sergio - another option you may wish to try.

Find exenv very helpful.

exenv install 1.6.0-rc.1
exenv local 1.6.0-rc.1
exenv global 1.6.0-rc.1
exenv rehash

lukaszsamson

lukaszsamson

ElixirLS Core Team

Thanks.
I’ve been using 1.6 branch for at least two months in my projects. I had some minor issues with deps compilation but the overall quality is very good. rc1 looks fine too.
I haven’t formatted my whole codebase as there are cases where the formatter decreases source readability and it’s not worth the huge diffs.
I think that the changelog should mention String.split by "" as a breaking change though. IMO it’s previous behavior was not a bug to begin with and the change did break my code.

Where Next?

Popular in News Top

Elixir
1. Enhancements Elixir [File] Support distributed File.Stream [Module] Add Module.get_last_attribute/3 [Task] Reduce footprint of tasks ...
New
Elixir
1. Enhancements Elixir [Code] Add Code.eval_quoted_with_env/4 with support for the :prune_binding option ExUnit [ExUnit.Case] Allow te...
New
josevalim
Hi everyone, We have just released v1.7.0-rc.0. The CHANGELOG and precompiled files are here: https://github.com/elixir-lang/elixir/rel...
New
josevalim
See the release notes: https://github.com/elixir-ecto/ecto/releases/tag/2.2.0-rc.0 To try it in your projects: {:ecto, "~> 2.2.0-rc"...
New
Elixir
Release: Release v1.12.0-rc.1 · elixir-lang/elixir · GitHub 1. Enhancements Elixir [Code] Add Code.cursor_context/2 to return the conte...
New
Elixir
1. Enhancements Elixir [Code] Emit :defmodule tracing event on module definition Mix [Mix] Add Mix.install_project_dir/0 [Mix] Add env...
New
Elixir
1. Enhancements Elixir [Kernel] Speed up loading of runtime modules in the parallel compiler [Range] Optimize range membership implement...
New
jola
Hey everyone! It’s my enormous pleasure to present Hex Diff, an official hex.pm service for generating web-based diffs between package ve...
New
josevalim
Announcement: https://elixir-lang.org/blog/2018/07/25/elixir-v1-7-0-released/ Release notes: https://github.com/elixir-lang/elixir/relea...
New
Elixir
Release: Release v1.13.0-rc.1 · elixir-lang/elixir · GitHub 1. Enhancements Mix [Mix] Add Mix.installed?/0 2. Bug fixes Elixir [Appli...
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 42633 214
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New

We're in Beta

About us Mission Statement