Skip to content

Releases: europeana/thumbnail-api

Version 0.9.0

13 Jan 14:31

Choose a tag to compare

What's Changed

  • ADD upload endpoint
  • ADD token validation for uploads
  • REFACTOR switch to use new ObjectStorage library (and AWS SDK 2.0)

Full Changelog: thumbnail-api-0.8.1...thumbnail-api-0.9.0

Version 0.8.1

23 Sep 15:31

Choose a tag to compare

FIX: issue with not closing S3 objects when returning 304 response
FIX: return 400 response when width is missing in v3 request
REFACTOR: reduced log level to DEBUG for retrieved items from old Amazon S3 storage
REFACTOR: disabled use of SpringDoc and Swagger

Full Changelog: thumbnail-api-0.8.0...thumbnail-api-0.8.1

Version 0.8.0

11 Sep 13:54

Choose a tag to compare

  • ADD log when we successfully retrieve an item from old Amazon S3 storage
  • REFACTOR change cache-control header to "public, max-age=604800, must-revalidate"
  • REFACTOR use streaming approach for generating output
  • REFACTOR upgrade to Java 17 and Spring Boot 3
  • REFACTOR change kubernetes liveness and readiness intervals

Full Changelog: thumbnail-api-0.7.1...thumbnail-api-0.8.0

Version 0.7.1

12 Apr 07:57

Choose a tag to compare

Various improvements for deploying to Kubernetes

  • REFACTOR switch to more up-to-date and smaller Docker image
  • REFACTOR update logging format
  • REFACTOR gathering APM data can now be disabled
  • REFACTOR allow for multiple routes

Version 0.7.0

31 Jan 10:30

Choose a tag to compare

What's Changed

Full Changelog: thumbnail-api-0.6...thumbnail-api-0.7

Version 0.6 Release

28 Oct 08:44

Choose a tag to compare

  • FIXED Hash Error

Version 0.5 beta

02 Jun 09:21

Choose a tag to compare

  • FIX URN issue
  • ADD standardized error messages

Version 0.4 beta

06 Oct 09:26

Choose a tag to compare

This release is a major refactoring of the Thumbnail API. It is now possible to configure from which storages a thumbnail should be retrieved based on the FQDN of the incoming request.

Version 0.3 beta

29 Sep 09:58

Choose a tag to compare

  • FIX The target server failed to respond exception
  • REMOVE charset=UTF-8 from content-type when returning image
  • SPIKE investigate different garbage Collector impact

Version 0.2 beta

23 Mar 14:59

Choose a tag to compare

This release include:

  • REFACTOR ObjectStorage library updated to use latest Amazon S3 SDK version
  • REFACTOR Better error logging