josevalim
Creator of Elixir
GenStage v0.10.0 released
Hello everyone,
We have just released GenStage 0.10.0 with an important bug fix if you were using the BroadcastDispatcher with a selector. It also has an improvements to Flow, both in terms of API and internals.
The CHANGELOG is shown below:
Enhancements
- Add
Flow.group_by/3andFlow.group_by_key/3as conveniences aroundFlow.reduce/3 - Add
Flow.map_values/2for mapping over the values in a key-value based state - Add
Flow.take_sort/3that efficiently sorts and takes the top N entries
Bug fixes
- Ensure BroadcastDispatcher sends demand to itself when custom selector discards events
- Ensure flows started with
Flow.start_link/2properly terminate if producers terminate - Ensure flows exit locally instead of relying on linked processes exits. With this change,
Flow.run(flow)andEnum.to_list(flow)no longer start stages linked directly to the caller but does so through a supervisor
Most Liked
Popular in News
Release: Release v1.13.1 · elixir-lang/elixir · GitHub
1. Bug fixes
Elixir
[Code] Do not show code snippets in SyntaxError and TokenMis...
New
Elixir v1.4.5 has been released with fixes for those interested in running Erlang/OTP 20: https://github.com/elixir-lang/elixir/releases/...
New
1. Enhancements
Elixir
[Code] Add :emit_warnings for Code.string_to_quoted/2
[File] Add :offset option to File.stream!/2
[Kernel] Auto i...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.10.3
1. Bug fixes
Elixir
[Code] Return [{mod, bin}] from Code.compile_fi...
New
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
Hello everyone,
I would like to propose the addition of the Registry project to Elixir:
https://github.com/elixir-lang/registry
The...
New
1. Bug fixes
Logger
[Logger.Translator] Fix logger crash when :gen_statem’s format_status/2 returns non-tuple
Mix
[mix deps.get] Fix r...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
Support for Erlang/OTP 21+
Elixir v1.10 requires Erlang/OTP 21+, all...
New
Release: Release v1.12.0-rc.0 · elixir-lang/elixir · GitHub
Note: this is a release candidate. Please try it out and give us feedback! G...
New
Elixir v1.5.0-rc.0 has been released.
This is a release candidate for the upcoming Elixir v1.5. It includes bug fixes, enhancements and...
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
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
15:22:35.803 [error] gen_event {lager_file_backend...
New
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
New
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!)
This post collects co...
New
Hi folks,
Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
New
Hey,
Just curious what are the main benefits of Elixir compared to Clojure?
When is Elixir more useful than Clojure and vice versa?
Th...
New
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New
Hey :wave:t3: Elixir community,
I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New







