josevalim
Creator of Elixir
Elixir v1.3.0-rc.0 released
Hello everyone,
We are glad to announce our first release candidate for Elixir v1.3.0. This release includes the new Calendar types as well as many improvements to the toolchain. We hope it will make everyone more productive, specially when using Mix and ExUnit.
Since this is a release candidate, there is a chance your package managers won’t be updated to include it. Luckily, you can use a version manager or compile from source.
To learn more about this release, read the CHANGELOG or access its docs.
We recommend everyone to take this new release for a spin and let us know how it goes. This release should be fully backwards compatible, please report any inconsistencies you find in our issues tracker.
Happy coding!
Trending in News
Other Trending Topics
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
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
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
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #performance
- #security










First Post!
AstonJ
Nice one - thanks José (and team!)
Most Liked
josevalim
By the way, this release includes a new warning when using imperative assignment. This means that, after updating Elixir, compiling your dependencies may emit many warnings. Many of those dependencies may already have been fixed, so we also recommend updating those dependencies at some point by running:
In case a dependency still emits warnings after migrating to latest, consider sending them a pull request.
barruumrex
Yes. The else form is in the release notes.
Qqwy
Great work. I really look forward to using the new Date and Time structs. (This is a lot better than the old
Date.from_erl({2016,01,02})that libraries like Timex provided).The new improved testing functionality and the great compilation improvements for Mix look very juicy as well.
Last Post!
Onor.io
Hey maybe there should be announcement about Elixir 1.2.6 posted here too? I would post it but I don’t have the privileges to do so.
BTW, I have created a 1.2.6 Chocolatey NuGet package but the moderation process on CNG seems to have gotten a bit slower recently so I’m not sure when it will be visible to everyone.