Skip to content

v1.0.3 (2024-02-29)

Choose a tag to compare

@alorence alorence released this 29 Feb 20:37
· 327 commits to main since this release

Improvements

  • When package defusedxml is installed in the same environment, builtin xmlrpc.client module is patched to reduce
    the risk of various XML payload based attacks on the server

Fixes

  • Fix dependency to packaging introduced in previous release.

Misc

  • Added support for Django 5.0 (Thanks to @washeck)
  • Reduced the verbosity of the package. Startup initialization message is now a DEBUG log instead of
    an INFO one (Thanks to @washeck)
  • Dropped use of Black and PyLint. Use Ruff to enforce all linting rules and code formatting