* Add async support to the middleware, to reduce overhead on async projects.
* Disable middleware at Django startup when ``DEBUG`` is ``False``.
1.4.0
------------------
* Drop support for Django 2.2, 3.0, and 3.1.
1.3.0
------------------
* “Debounce” reload events with a 50 millisecond window. This fixes an issue with repeat triggers of the same reload event. It should also help workflows where several files change in quick succession.