Releases: loris-imageserver/loris
Releases · loris-imageserver/loris
v3.2.1
v3.2.0
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.
v2.3.3
v2.3.2
v2.3.1
v2.3.0
This release:
- Adds support for Python 3
- Allows asterisks and pipes in identifiers (thanks @giorgiosironi and @bcail, see #381 and #389)
- Fixes a bug where Loris would ignore the proxy_path setting in the Link header (thanks @bcail, see #395)
- Fixes a bug in the InfoCache that caused it to be smaller than expected (thanks @bnbalsamo, see #396)
This release adds a new dependency on attrs.
2.2.0
Thanks to @azaroth42 for IIIF Auth support, and @alexwlchan for improving tests.
v2.1.0
2.1.0
The is a pre-release that adds several features to the resolvers, and a handful of bugfixes. It does not implement all IIIF 2.1 features yet--don't be fooled by the version number.