josevalim

josevalim

Creator of Elixir

Elixir v1.5.0-rc.1 has been released.

This is the second release candidate for the upcoming Elixir v1.5. It includes bug fixes, enhancements and it integrates many new features that are part of OTP 20+.

Compared to the previous release candidate, it includes the ability to set breakpoints in IEx and further improves compilation times from 10% to 15% on average.

Here is the prerelease page with CHANGELOG: Release v1.5.0-rc.1 · elixir-lang/elixir · GitHub

Since it is a release candidate, please report any breaking changes you may find. To run this version, you can either compile from source or use the precompiled packages in the link above. If you need help to compile from source or use the precompiled packages, check our Install page.

Special thanks to everyone who tried the first release candidate and reported regressions!

Happy coding!

EDIT: A regression on Stream.chunk/4 has been found and fixed on both master and v1.5 branches. If you run into this bug in your applications, you can consider using Stream.chunk_every/4. For libraries that use Stream.chunk/4, it is best to wait for the next release candidate and/or the final version.

First 7 of 7 Posts Switch mode

OvermindDL1

OvermindDL1

I’ve been watching that PR you’ve been building, it looks awesome!

Eiji

Eiji

I’m using first release candidate when working on my library ExApi - better error messages are really useful and it’s also stable . :slight_smile:
btw. I need only to write documentation and tests for this library. I’m not spending on it much time, but it already looks really good. I will publish it as soon as possible.

PatNowak

PatNowak

Does the debugging works only in IEx? If so, will it work fine when using iex -S mix phoenix.server?

aseigo

aseigo

Very excited about this release … so many good things in it!

In the release notes there is this:

[Kernel] Cache the AST on definitions. This speeds up the compilation time from 10% to 15% measured across different projects

Does anyone have a link, or a pointer to where I could look, for some numbers on this? I couldn’t find it in a quick rummaging through the PR’s…

Also .. Optimize String.replace_* functions by michalmuskala · Pull Request #6240 · elixir-lang/elixir · GitHub ← that one is potentially significant, perhaps interesting enough to make it into the release notes as well?

Also .. has it been considered to add links to the relevant PRs (if any?) for entires on the release notes to make it easier for people to drill down into what the changes entail?

aseigo

aseigo

Sweet, thanks! Looks like I’ll have to do some local measurements, still … thank goodness for asdf, no? :slight_smile:

josevalim

josevalim OP

Creator of Elixir

Yes. it only works on IEx and it will work fine with the command above.

— All posts loaded —

Where Next? Top

Trending in News Top

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New

We're in Beta

About us Mission Statement