v5.0.0
BREAKING CHANGES
- Dropped support for Node versions below 16
- changed to sqs sdk v3, which breaks some configurations and types - SQS, S3, awsConfig (passing credentials is different)
- all
AWSError
are nowSQSServiceException
- message attributes can't be Buffer (use Uint8Array instead)
Fixed
- xml2js is vulnerable to prototype pollution #128
Added
- Moved to aws sdk v3 #95 (also reduces the dependencies size)
- Support for node 19