plug v1.7.0 Release Notes

Release Date: 2018-10-20 // over 5 years ago
  • ✨ Enhancements

    • [Plug] Require Elixir v1.4+
    • [Plug.Session] Support MFAs for cookie session secrets
    • [Plug.Test] Add put_peer_data
    • [Plug.Adapters.Cowboy] Extract into [plug_cowboy][plug_cowboy]
    • [Plug.Adapters.Cowboy2] Extract into [plug_cowboy][plug_cowboy]

    🐛 Bug fixes

    • [Plug.SSL] Don't redirect excluded hosts on Plug.SSL

    💥 Breaking Changes

    • [Plug] Applications may need to add :plug_cowboy to your deps to use this version