- Fix static :block response in fail2ban rule
- Use fully qualified function names in generated functions, to avoid issues
if
Plug.Conn
is not imported.
- Support
child_spec/1
function
- Don't use deprecated time units
- Require elixir 1.4
- Don't use parse transforms - they are deprecated
- Fix dialyzer issues with generated code
- Introduce
PlugAttack.Storage.Ets.clean/1
- Introduce
PlugAttack.Route.fail2ban/2
- Initial release