Skip to content

Releases: 68publishers/image-storage-lambda

v0.2.0

16 Aug 02:35
Compare
Choose a tag to compare

Added

  • added eslint
  • added support for AVIF
  • added support for animated GIF and WebP
  • added Makefile

Changed

  • updated node to the version 18
  • migrated from CommonJS to ESM
  • changed directory structure
  • small refactoring - private priperties and methods, removed unneccessary code etc.
  • updated sharp and aws-sdk dependencies
  • removed dependency inversify
  • changed background color to white when transparent image is converted to jpeg

v0.1.5

31 Oct 19:26
Compare
Choose a tag to compare
Signature and Version parameters in the response

- added Lambda's config variable `VERSION_PARAMETER_NAME`
- added Signature and Version parameters into an image response
- added Signature parameter into a noimage response

v0.1.4

31 Oct 01:30
Compare
Choose a tag to compare
  • added option CACHE_MAX_AGE
  • added document's metadata CacheControl and Expires that are based on the option
  • updated the application template

v0.1.3

30 Apr 20:48
Compare
Choose a tag to compare
Fixed error `Internal server error. Cannot read property 'w' of null`

v0.1.2

26 Apr 23:45
Compare
Choose a tag to compare
  • added modifier ar (Aspect ratio)
  • added modifier f (Fit)

Both modifiers are described in the README.

v0.1.1

19 Apr 23:39
Compare
Choose a tag to compare

Added FUNDING.yml

v0.1 - First release

19 Apr 23:19
Compare
Choose a tag to compare