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. :smiley:

Links

12 Likes

Does the change in default max connections affect Phoenix or was it already overriding that?

1 Like

It seems to affect Phoenix as well.

1 Like