Full list of changes from v4.3 <https://github.com/django-compressor/django-compressor/compare/4.3...4.3.1>_
Documentation fixes only
v4.3 (2023-01-06)
Full list of changes from v4.2 <https://github.com/django-compressor/django-compressor/compare/4.2...4.3>_
Officially support Python 3.11
v4.2 (2023-01-06)
Full list of changes from v4.1 <https://github.com/django-compressor/django-compressor/compare/4.1...4.2>_
Drop Python 3.6 and 3.7 support
Drop Django 2.2 and 3.1 support
Drop SlimItFilter
Update the CachedS3Boto3Storage example storage subclass in "Remote Storages"
to work properly after the v4.0 change to how duplicate file names are handled
by CompressorFileStorage
Update rsmin and jsmin versions
v4.1 (2022-08-03)
Full list of changes from v4.0 <https://github.com/django-compressor/django-compressor/compare/4.0...4.1>_
Add Django 4.1 compatibility
New setting COMPRESS_OFFLINE_MANIFEST_STORAGE to customize the offline manifest's file storage (#1112)
With this change the function compressor.cache.get_offline_manifest_filename() has been removed.
You can now use the new file storage compressor.storage.default_offline_manifest_storage to access the
location of the manifest.
Commits
88f679c Bump lxml from 4.9.1 to 4.9.2 in /requirements (#1162)
ff84d52 Bump coverage from 6.5.0 to 7.0.5 in /requirements (#1170)
2ecd279 Bump flake8 from 5.0.4 to 6.0.0 in /requirements (#1159)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps django-compressor from 4.0 to 4.3.1.
Changelog
Sourced from django-compressor's changelog.
Commits
88f679c
Bump lxml from 4.9.1 to 4.9.2 in /requirements (#1162)ff84d52
Bump coverage from 6.5.0 to 7.0.5 in /requirements (#1170)2ecd279
Bump flake8 from 5.0.4 to 6.0.0 in /requirements (#1159)01c1d50
Doc fixes, prepare 4.3.1cf44bfb
Update copyright year in docs1dee36d
Delete .readthedocs.yamld9f7b68
Update badge2030685
Prepare 4.3dc430c3
Officially support Python 3.11 (#1168)7baae36
Remove unnecessary Django version check (#1156)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)