2.1.0
[2.1.0] - 2021-03-24
Notable changes include changing Lambda runtime to Node 14 and updating Sharp
Added
- Adds ACM_CERTIFICATE_ARN configuration variable (@tyrauber)
Changed
- ImageRequest exceptions now throw S3Exception instead of generic Error (@marco-primiceri)
- No longer require serverless-apiw-binary and serverless-apigwy-binary (@tyrauber)
- Responses now include a Last-Modified header with the generation time for an image (@tyrauber)
- Security hash is no longer case-sensitive
- Index function now always returns a response to support middleware applications (@tyrauber)
- Lambda timeout increased from default (6 seconds) to 10 seconds
- Improve CI workflow (@dashmug)
- Update to Sharp 0.27.2
- Update Lambda runtime to Node 14
- Removed Serverless Offline plugin due to lack of Node 14 compatibility
Fixed
- Fix potential issue processing font expectations (@tyrauber)
- Properly capture S3 exceptions (@marco-primiceri)
- pngquant was not working properly
- fit=max was not working properly (@kylecotter)
- Fix config for custom CloudFormation Outputs. (@dashmug)
- Don't process SVGs in format=auto (@kylecotter)