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.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¶
- Forked from
whitenoise
to add ASGI support.