josevalim
Creator of Elixir
Plug v1.2.0-rc.0 released
Hello everyone,
Plug v1.2.0-rc.0 has been released. The biggest changes are:
- Moved Mime support to an external library
- A new error page designed specially for Elixir and our verbose exceptions (since we try to make them very clear and explanatory)
- More secure defaults for encryption algorithms
Please give it a try by adding this to your mix.exs:
{:plug, "~> 1.2.0-rc", override: true}]
We would appreciate some feedback so we can move on and release 1.2.0 final. 
Links
- Tweet (with screenshots): https://twitter.com/elixirlang/status/753171413821976577
- CHANGELOG: https://github.com/elixir-lang/plug/blob/master/CHANGELOG.md
Most Liked
benwilson512
Author of Craft GraphQL APIs in Elixir with Absinthe
Does the change in default max connections affect Phoenix or was it already overriding that?
1
josevalim
Creator of Elixir
It seems to affect Phoenix as well.
1
Popular in News
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.2
1. Enhancements
Mix
[mix release] Allow {:from_app, app_name} as a v...
New
Release: Release v1.13.1 · elixir-lang/elixir · GitHub
1. Bug fixes
Elixir
[Code] Do not show code snippets in SyntaxError and TokenMis...
New
Full announcement: Elixir v1.18 released: type checking of calls, LSP listeners, built-in JSON, and more - The Elixir programming languag...
New
1. Enhancements
Elixir
[File] Support distributed File.Stream
[Module] Add Module.get_last_attribute/3
[Task] Reduce footprint of tasks ...
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
1. Enhancements
IEx
[IEx.Autocomplete] Speed up loading of struct suggestions
2. Bug fixes
Elixir
[Code.Fragment] Fix Code.Fragment.su...
New
Note: this is a language proposal so please keep the discussion on topic. If you want to talk about related behaviour but not strictly pa...
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
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
Release: Release v1.13.0-rc.0 · elixir-lang/elixir · GitHub
The focus behind Elixir v1.13 has been on tooling, mainly tooling related to...
New
Other popular topics
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
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
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
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
Hi,
I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible.
total = 10
while total != 0
...
New
Hello, I have map which I want to convert it to string like this:
the map:
%{last_name: "tavakkoli", name: "shahryar"}
the string I ne...
New
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
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New







