Releases: europeana/thumbnail-api
Releases · europeana/thumbnail-api
Version 0.9.0
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
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
- 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
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
What's Changed
Full Changelog: thumbnail-api-0.6...thumbnail-api-0.7
Version 0.6 Release
- FIXED Hash Error
Version 0.5 beta
- FIX URN issue
- ADD standardized error messages
Version 0.4 beta
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
- 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
This release include:
- REFACTOR ObjectStorage library updated to use latest Amazon S3 SDK version
- REFACTOR Better error logging