This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Releases: antonagestam/collectfast
Releases · antonagestam/collectfast
2.2.0
2.1.0
2.0.1
2.0.0
- Drop support for Python 3.5.
- Drop support for Django 1.11.
- Drop support for
storages.backends.s3boto.S3BotoStorage
(removecollectfast.strategies.boto.BotoStrategy
). - Drop support for guessing strategies, e.g. require
COLLECTFAST_STRATEGY
to be set. - Package type hints.
- Support django-storages 1.9+.
- Validate types of settings.
1.3.2
- Support Django 3.0
- Limit django-storages to <1.9
1.3.0
1.2.0
Implement strategy for Google Cloud Storage
1.1.1
1.1.0 broke compatibility by not correctly guessing strategy for subclasses of supported storages.
1.1.0: imlement strategy abstraction
Large rewrite to simplify implementing support for more storage backends. Introduces a Strategy
abstraction that can be subclassed to implement support for different storage backends and needs.
Misc.:
- Remove
--ignore-etag
option - Get rid of wrapping quotes in hashes, bump cache key version
- Command tests now run with both boto and boto3
1.0.0
- Drops support for Python 2.