2.0.0 (2023-12-07)
- make use of
HttpRequest.auser()
(from Django 5.x) during async middleware (#22) (c9e45ee) - require Python 3.10+ (#20) (0385c6f)
- update minimum Django version to 5.0 (#21) (3c8b4cb)
- fix the format of unlinked version headings (fixes #14) (#15) (f78a425)
- use
main
branch for source links (fixes #11) (#12) (0638259)
1.1.0 (2023-07-02)
- celery: add support for tracing Celery tasks (closes #2) (#8) (ad916e7)
- dispatch signals to enable third-party integrations (closes #4) (#5) (887a131)
- initial functionality (ab9dfdf)
- initial documentation (e972a80)
- main: bump version 1.0.0 (d38356b)