Releases: codingjoe/django-stdimage
Releases · codingjoe/django-stdimage
6.0.2
6.0.1
What's Changed
- Fix #229 -- Delete old file after validation has passed by @jeromelebleu in #293
Full Changelog: 6.0.0...6.0.1
6.0.0
BREAKING
This will be the final major release of django-stdimage
. We were ever busy last couple month
to release django-pictures. Django Pictures is focused on modern, responsive image serving.
We will continue to release bug fixes for this version.
What's Changed
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #289
- minor type in readme by @julzhk in #292
- Update CI pipline by @codingjoe in #288
- Fix Pillow ANTIALIAS deprecation warning by @codingjoe in #295
- Add migrations to enable a smooth transition to django-pictures by @codingjoe in #294
- inactive by @codingjoe in #296
New Contributors
Full Changelog: 5.3.3...6.0.0
5.3.3
Full Changelog: 5.3.2...5.3.3
5.3.2
What's Changed
- Bump black from 21.5b1 to 21.5b2 by @dependabot in #244
- Bump black from 21.5b2 to 21.6b0 by @dependabot in #245
- Bump isort from 5.8.0 to 5.9.1 by @dependabot in #247
- Bump isort from 5.9.1 to 5.9.2 by @dependabot in #249
- Bump black from 21.6b0 to 21.7b0 by @dependabot in #250
- Bump isort from 5.9.2 to 5.9.3 by @dependabot in #251
- Bump black from 21.7b0 to 21.8b0 by @dependabot in #253
- Bump black from 21.8b0 to 21.9b0 by @dependabot in #256
- Bump flake8 from 3.9.2 to 4.0.1 by @dependabot in #258
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #259
- Bump black from 21.9b0 to 21.10b0 by @dependabot in #260
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #261
- Bump isort from 5.9.3 to 5.10.0 by @dependabot in #262
- Bump isort from 5.10.0 to 5.10.1 by @dependabot in #263
- Bump bandit from 1.7.0 to 1.7.1 by @dependabot in #264
- Bump actions/setup-python from 2.2.2 to 2.3.0 by @dependabot in #266
- Bump black from 21.10b0 to 21.11b1 by @dependabot in #268
- Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #269
- Bump actions/setup-python from 2.3.0 to 2.3.1 by @dependabot in #270
- Bump black from 21.11b1 to 21.12b0 by @dependabot in #271
- Bump msgcheck from 3.1 to 4.0.0 by @dependabot in #272
- Bump bandit from 1.7.1 to 1.7.2 by @dependabot in #273
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #274
- Bump actions/setup-python from 2.3.1 to 2.3.2 by @dependabot in #275
- Bump actions/setup-python from 2.3.2 to 3 by @dependabot in #277
- Bump bandit from 1.7.2 to 1.7.3 by @dependabot in #278
- Bump bandit from 1.7.3 to 1.7.4 by @dependabot in #282
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #279
- Django 4.0 and Python 3.10 support by @vchrisb in #283
- Fix #246 -- Add support for deepcopy by @vchrisb in #265
- Bump actions/cache from 2.1.7 to 3 by @dependabot in #284
- Bump black from 22.1.0 to 22.3.0 by @dependabot in #285
Full Changelog: 5.3.1...5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
- Drop multiprocessing in
rendervariations
command.
It is preferred to use asynchronous renders and to perform
image rendering on optimized workers. Therefore, using multiprocessing
to simply queue tasks adds more errors than it does good. - Update CI setup to latest Django & Python version support