Skip to content

v6.0.0

Compare
Choose a tag to compare
@beomseoklee beomseoklee released this 21 Dec 18:19
· 51 commits to main since this release
e6655c6

⚠ BREAKING CHANGES

Version 6.0.0 does not support upgrading from previous versions due to the update that uses the AWS CDK to generate the AWS CloudFormation template.

Added

  • Crop feature in Thumbor URLs: #202
  • TypeScript typings: #293
  • Reduction effort support: #289
  • Allow custom requests for keys without file extensions: #273

Fixed

  • Unexpected behavior after adding support for images without extension: #307
  • Quality filter does not work with format filter (thumbor): #266
  • Auto WebP activated, Content-Type: image/webp returned, but still it's JPG encoded: #305
  • inferImageType doesn't support binary/octet-stream but not application/octet-stream: #306
  • SmartCrop boundary exceeded: #263
  • Custom rewrite does not work without file extensions: #268
  • Secrets manager cost issue: #291
  • inferImageType is slow: #303
  • If the file name contain (),the API will return 404,NoSuchKey,The specified key does not exist: #299
  • fit-in segment in URL path generates 404: #281
  • overlayWith top/left return int after percent conversion: #276