plug_accesslog v0.15.0 Release Notes

Release Date: 2020-07-12 // over 3 years ago
    • ✨ Enhancements

      • Protocol for %r is now logged as reported by Plug.Conn.get_http_protocol/1
      • System environment configuration can set an optional default value to be used if the environment variable is unset
    • Backwards incompatible changes

      • Minimum required elixir version is now ~> 1.7

Previous changes from v0.14.0

    ➕ Additional formatting directives

    - %{VARNAME}e - Environment variable contents

    Backwards incompatible changes

    • All modules of the DefaultFormatter have been changed to not append to a passed message anymore but return iodata. The public method has been renamed from append to format to reflect this change.