Releases: parse-community/parse-server-s3-adapter
Releases · parse-community/parse-server-s3-adapter
3.0.0
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
2.2.0 (2023-05-15)
Features
- Upgrade aws-sdk from 2.1362.0 to 2.1363.0 (#192) (3c3a953)
2.1.0
2.1.0 (2023-05-12)
Features
- Add option to generate pre-signed URL with expiration time (#180) (d92363d)
2.0.2
2.0.2 (2023-04-21)
Bug Fixes
- Remove development dependencies from production (#190) (73b17e4)
2.0.1
2.0.1 (2023-04-21)
Bug Fixes
2.0.0
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
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
Other Changes
- Upgrade to AWS SDK 2.905.0 (Antonio Davi Macedo Coelho de Castro) #163
1.6.1
Other Changes
Upgraded to AWS SDK 2.879.0 (Manuel Trezza) #132
1.6.0
- NEW: Support passing baseUrl param as a function #106. Thanks to uzaysan