Skip to content

v3.1.2

Compare
Choose a tag to compare
@adolski adolski released this 27 Jul 17:01
· 3246 commits to develop since this release
  • Fixed a resource leak that would cause landing pages, error pages, and the Control Panel to become inaccessible after a long time running.
  • Fixed a bug where the watermark wouldn't be added if redactions were enabled and set to use DelegateScriptStrategy but the delegate script was disabled.
  • Fixed tile sizes in the IIIF Image API 2.x information response when using KakaduProcessor.
  • HTTP 400 is returned in response to a request for an image that would be zero pixels on a side, even when the zero dimension is not explicit in the request. (For example, a size of 4, for an image that is at least five times wider than it is tall.) (Previously, it was only returned when zero pixels was explicitly requested, and the image returned for implicit zero sizes was incorrect.)