Releases: RealOrangeOne/django-sri
Releases · RealOrangeOne/django-sri
Version 0.7.0
This release is all about improving performance.
What's Changed
- Use
hashlib.file_digest
where available, and increase read buffer size by @RealOrangeOne in #97 - Remove size limit for cache key LRU by @RealOrangeOne in 3c54b9a
Full Changelog: 0.6.0...0.7.0
Version 0.6.0
What's Changed
- Fix issue in get_static_path by @hugorodgerbrown in #72
- Add support for attrs and update output format by @hugorodgerbrown in #69
- Officially support Django 4.2 by @RealOrangeOne in #93
New Contributors
- @hugorodgerbrown made their first contribution in #72
Full Changelog: 0.5.0...0.6.0
Release 0.5.0
- Ensure the post-processed file integrity is used when using manifest staticfiles storage
Release 0.4.0
- Replace APIs to use
pathlib
rather than strings - Use Django's caching framework to centralise caching
- Add support for Python 3.10 and Django 4.0
- Validate operating on Windows / macOS
- Change
algorithm
argument to be an enum
Release 0.3.0
- Reuse Django's staticfiles finder to resolve files, rather than custom implementation (fixes #61)
- Ship wheels 🎉
- Run CI for Python 3.9 and Django 3.1
Version 0.2.0
Massive API overhaul and cleanup (#6 )
Version 0.1.2
- Actually fix packaging issues. For real this time 🤞
Version 0.1.1
- Fix packaging issues
- Add PEP564 marker
- Expose
sri_integrity
method to module to make isolated importing easier
Version 0.1.0 - Initial Release
Bump version to 0.1.0
Initial version
Initial Version