- Support for file upload support via `multipart/form-data`. 1 - Test coverage is now 100%. 13
0.7a0
* Alpha: support for `multipart/form-data`. 1
0.6.1
- Now packaged as a `sdist` as well as a `bdist_wheel`
0.6
- Requests with an `Authorization: Bearer xxx` header are no longer subject to CSRF checks. 11 - Requests without cookies are no longer subject to CSRF checks unless the page path is explicitly listed in `always_protect`. 11
0.5.1
* Fixed bug where original ASGI headers were not being passed through for some cases. 10
0.5
- Send `Vary: Cookie` on all pages that display the csrftoken in e.g. a hidden form field. 9