josevalim
Creator of Elixir
Hi everyone,
I am really happy to announce Plug v1.4.0-rc.0. It has many improvements and bug fixes:
- Multipart support is now implemented in Plug, which guarantees compatibility between adapters, including during tests
- Range requests are now supported by Plug.Static, which means resumable downloads and videos
- Plug.Debugger has been improved to show more information, including the Exception.blame/3 feature from Elixir v1.5 if available
- Log an error when Cowboy aborts parsing headers due to limits
Here is the full CHANGELOG: plug/CHANGELOG.md at v1.4.0-rc.0 · elixir-plug/plug · GitHub
As usual, give a try in your applications by specifying:
{:plug, "~> 1.4-rc", override: true}
If you find any regression or bugs, please report them!
Have fun!
Trending in News
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dom
Bravo!
This bit me a year ago, but it looked hard to handle in Plug. Glad to see it’s fixed now.
matiso
This is great!
lessless
Great job, love it!