Retinal Versions Save

🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered

v0.11.0

6 years ago

Summary

This release includes a fix/feature to add the output image's content type to the S3 Objects metadata. Unless you were relying on the output imaging in S3 having an application/octet-stream content-type—which seems unlikely—this should be a non-breaking change.

Changelog

Changed

  • add output image's ContentType to S3 Object's parameters (previously defaulted to application/octet-stream) (#43, #44)

v0.10.0

6 years ago

Summary

Maintenance release.

Changelog

Added

  • added this CHANGELOG from @adieuadieu
  • added new prebuilt [email protected] binary for Lambda

Changed