v3.0.0
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 yourtransforms.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.