Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Releases: adieuadieu/retinal

v0.11.0

23 Jul 11:41
Compare
Choose a tag to compare

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

02 Jul 10:58
0daab33
Compare
Choose a tag to compare

Summary

Maintenance release.

Changelog

Added

  • added this CHANGELOG from @adieuadieu
  • added new prebuilt sharp@0.18.2 binary for Lambda

Changed

  • upgraded dependencies: sharp@0.18.2, serverless@0.16.1 from @adieuadieu