Skip to content

Latest commit

 

History

History
180 lines (112 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

180 lines (112 loc) · 10.9 KB

3.0.0 (2024-10-22)

Features

  • Add support for Node 20, 22; remove support for Node 14, 16 (#226) (da5a94f)

BREAKING CHANGES

  • Removes support for Node 14, 16. (da5a94f)

2.2.0 (2023-05-15)

Features

  • Upgrade aws-sdk from 2.1362.0 to 2.1363.0 (#192) (3c3a953)

2.1.0 (2023-05-12)

Features

  • Add option to generate pre-signed URL with expiration time (#180) (d92363d)

2.0.2 (2023-04-21)

Bug Fixes

  • Remove development dependencies from production (#190) (73b17e4)

2.0.1 (2023-04-21)

Bug Fixes

2.0.0 (2023-04-21)

Features

  • Add support for Node 16, 18, remove support for Node 12, 15 (#189) (993534c)

BREAKING CHANGES

  • Removes support for Node 12 and 15 which have reached their End-of-Life date and are not officially maintained anymore. (993534c)

1.6.3 (2023-04-21)

Bug Fixes

  • upgrade aws-sdk from 2.906.0 to 2.907.0 (#166) (e224f0a)

1.6.2

Full Changelog

Breaking Changes

none

Notable Changes

none

Other Changes

  • Upgrade to AWS SDK 2.905.0 (Antonio Davi Macedo Coelho de Castro) #163

1.6.1

Full Changelog

Breaking Changes

none

Notable Changes

none

Other Changes

  • Upgraded to AWS SDK 2.879.0 (Manuel Trezza) #132

1.6.0

Full Changelog

  • NEW: Support passing baseUrl param as a function #106. Thanks to uzaysan

1.5.0

Full Changelog

  • NEW: Add file ACL override parameter #90. Thanks to Manuel
  • NEW: Added support for metadata and tagging files #83. Thanks to stevestencil

1.4.0

Full Changelog

  • NEW: Support endpoint in S3Overrides #79. Thanks to Kyle Barron
  • NEW: Support filename validation and AWS directories #76. Thanks to Mike Patnode

1.3.0

Full Changelog

1.2.3

Full Changelog

  • Another attempt at getting travis/npm working together #69

1.2.2

Full Changelog

v1.0.6 (2016-12-6)

Full Changelog

Closed issues:

  • commit bb933cc breaks adapter for me #31
  • getFileLocation does not URI encode filename in directAccess cases #28
  • Ability to Resize Images #27

Merged pull requests:

v1.0.5 (2016-08-16)

Full Changelog

Closed issues:

  • Files are not deleted on AWS S3 after being deleted on Parse-Dashboard. #17
  • Use AWS SDK & CLI standard configuration #14

Merged pull requests:

  • 24 hours in seconds is 86400, not 86400000 #21 (joeyslack)
  • Fix bug that put credentials on the wrong object. #19 (acinader)
  • Use default AWS credential provider. #15 (acinader)
  • Add an optional global cache control for all s3 uploaded files. #13 (KBog)

v1.0.4 (2016-07-18)

Full Changelog

Merged pull requests:

v1.0.3 (2016-05-24)

Full Changelog

Merged pull requests:

  • Updates changelog and version #10 (flovilmart)
  • Adding ability to ignore bucketPrefix for public URLs #9 (blacha)

v1.0.2 (2016-04-25)

Full Changelog

Closed issues:

  • Is it possible to save to a customized folder dynamically? #4
  • The S3 file adapter seems not working #2

Merged pull requests:

  • Adds option to specify an alternate baseUrl (e.g. CloudFront) #6 (flavordaaave)

v1.0.1 (2016-03-31)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator