Skip to content

v3.0.0

Compare
Choose a tag to compare
@alexwlchan alexwlchan released this 31 Jan 15:43
· 67 commits to development since this release
a4da900

This release drops support for Python 2.7, which went out-of-support at the end of 2019. Loris is now Python 3 only.

Features:

  • Loris now supports downloading images as tif. To enable this, add "tif" to your transforms.target_formats setting. Thanks @cbutcosk for the patch! (#427)
  • Loris now allows decimal points in the size parameter, e.g. pct:12.5. Thanks @lutzhelm for the patch! (#445)
  • Loris uses the image identifier to set a Content-Disposition header in responses. This will cause browsers to download images with a more meaningful filename. (#476)

Bugfixes:

  • Loris no longer hangs if the Kakadu or OpenJPEG transformation process gets stuck. (#442)

There are some changes to the way caches are laid out. Caches will need to be rebuilt, but this should happen automatically as users request images from Loris.