Releases: parse-community/parse-server-s3-adapter
Releases · parse-community/parse-server-s3-adapter
4.1.0
4.1.0 (2025-01-03)
Features
- Upgrade @aws-sdk/client-s3 from 3.668.0 to 3.709.0 (#235) (a344626)
4.0.0
4.0.0 (2025-01-01)
Features
- Migrate S3 Client from AWS SDK v2 to v3 (#231) (8ac6014)
BREAKING CHANGES
- The AWS S3 credentials are now set under
s3overrides.credentials
instead of directly under the s3overrides
key; see the migration guide for more details. (8ac6014)
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