Skip to content

Releases: anacronw/multer-s3

🚢 3.0.1 / 2022-05-31

31 May 11:54
2c3e532
Compare
Choose a tag to compare

🐛 Fixes

  • Fix _handleFile and _removeFile crashes (#172)

🚢 3.0.0 / 2022-05-27

27 May 09:03
6003dda
Compare
Choose a tag to compare

💥 Breaking Changes

  • Upgrade to AWS JavaScript SDK V3 (#162)

    Migration Guide:

    When upgrading to this version, you also need to migrate from version 2 of the AWS JavaScript SDK to version 3. Instead of passing an instance of the old aws.S3, use the new S3Client class from @aws-sdk/client-s3.

    The minimum required version of Node.js has also been increased to 12.0.0, to align with the AWS JavaScript SDK.

🚢 2.10.0 / 2021-10-17

17 Oct 12:12
2718671
Compare
Choose a tag to compare

🎉 Enhancements

  • Add support for content encoding (#157)

🚢 2.9.1 / 2021-10-14

14 Oct 08:49
6a14dcb
Compare
Choose a tag to compare

🐛 Fixes

  • Fix SVG check for large files (#103)

🌹 Internal Changes

  • Update README to Correct Backend API (#148)