Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Nothing (yet)!

1.2.0 - 2024-08-30

Added

  • Verbose Django 404 error page when settings.py:DEBUG is True (Upstream PR)

Fixed

  • Fix Django compatibility with third-party sync middleware
    • ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of asgiref.AsyncToSync
  • Respect Django settings.py:FORCE_SCRIPT_NAME configuration value (Upstream PR)

1.1.0 - 2024-08-27

Added

  • Files are now compressed within a thread pool to increase performance (Upstream PR)

Fixed

  • Fix Django StreamingHttpResponse must consume synchronous iterators warning
  • Fix Django bug where file paths could fail to be followed on Windows (Upstream PR)

1.0.0 - 2024-05-08

Changed