Skip to content

Releases: jasongi/collectfasta

3.2.0

09 Jul 16:09
0cc9d4e
Compare
Choose a tag to compare

What's Changed

  • Add support for custom S3ManifestStaticStorage subclasses with location set. by @jasongi in #4

Full Changelog: 3.1.3...3.2.0

3.1.3

04 Mar 10:12
Compare
Choose a tag to compare

fixed 2-pass to copy subdirectories

3.1.2

04 Mar 07:54
Compare
Choose a tag to compare
  • fix types to work with python 3.12

3.1.1

04 Mar 07:20
Compare
Choose a tag to compare

removed type ignores, updated tests

3.1.0

03 Mar 17:33
Compare
Choose a tag to compare

add new strategies for two-pass collectstatic where the first pass is file or memory based

3.0.1

02 Mar 17:56
Compare
Choose a tag to compare
  • Refactor boto3 strategy to wrap the storage classes to re-introduce preloading of metadata

3.0.0

25 Feb 09:41
Compare
Choose a tag to compare
  • Rename to collectfasta with new maintainer/repo
  • Remove some deprecated settings
  • Ability to run live tests against localstack/fake GCP instead of the real APIs
  • refactor tests to use the STORAGES config
  • implement preloading of S3 metadata for boto3 strategy as it was removed by django-storages
  • dropped support for Python 3.6-3.8
  • dropped support for Django < 4.2