Skip to content

v4.1.4

Compare
Choose a tag to compare
@adolski adolski released this 02 Oct 20:51
· 789 commits to develop since this release
  • Fixed the health-check endpoint (at /health).
  • Fixed error responses when encountering empty request headers. (Thanks to @RRMoelker)
  • Fixed incorrect URIs in Link header values in certain IIIF Image API v2 image endpoint responses.
  • The ?response-content-disposition query argument correctly handles filenames containing spaces.
  • Image endpoints return HTTP 403 instead of 500 in response to AccessDeniedExceptions from the underlying Source.
  • Fixed two separate bugs in KakaduNativeProcessor that both caused empty regions to appear in certain images.
  • Fixed overly restrictive signature verification in KakaduDemoProcessor and OpenJpegProcessor that could cause errors with some valid images.
  • Fixed TurboJpegProcessor not respecting the processor.background_color configuration key.
  • Fixed the PurgeItemFromCache API method not working with S3Cache and AzureStorageCache.
  • When using AutomaticSelectionStrategy, processor initialization errors are logged at debug-level rather than error-level.