Skip to content

Releases: jazzband/sorl-thumbnail

13.0.0

25 Nov 20:39

Choose a tag to compare

What's Changed

  • THUMBNAIL_STORAGE should now be an alias in the Django STORAGES setting.
    The old way of specifying a dotted path to a Storage module is still supported.
  • Fixed serialization to use storage aliases instead of backend class paths, ensuring
    storage OPTIONS (like bucket names and credentials) are preserved when thumbnails are
    cached and retrieved. Fixes issues with S3, Google Cloud Storage, and other cloud backends.
  • Confirmed support for Python 3.13 (on Django 5.1+).
  • Drop support for Python 3.8 and 3.9.
  • Add support for Django 5.2
  • Accept a tuple as blur radius use GaussianBlur from PIL (#773)
  • Fixed a performance issue in convert engine with _get_exif_orientation
  • Reduced logging in ThumbnailBackend when THUMBNAIL_DUMMY is activated
  • Privileged sRGB as default for ImageMagick colorspace

New Contributors

Full Changelog: 12.11.0...13.0.0

12.11.0

18 Sep 07:03

Choose a tag to compare

What's Changed

Full Changelog: 12.10.0...12.11.0

12.10.0

05 Oct 05:16
16dcfc8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.9.0...v12.10.0

12.9.0

29 Aug 17:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.8.0...12.9.0

12.8.0

10 Feb 21:25

Choose a tag to compare

Updated CHANGES for 12.8.0

12.7.0

23 Nov 15:49
0a0309e

Choose a tag to compare

Bump version (#656)

12.6.3

13 Feb 12:40

Choose a tag to compare

Correction in convert_engine with unknown exif orientation

12.6.2

31 Jan 12:01
d958c05

Choose a tag to compare

Version 12.6.2 (#615)

12.6.1

27 Jan 08:07

Choose a tag to compare

Re-add Python 3.4 and 3.5 definitions + change log for #610