Skip to content

v5.0.0

Compare
Choose a tag to compare
@regevbr regevbr released this 12 Apr 17:19
· 34 commits to master since this release
525a3ed

diff

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 now SQSServiceException
  • 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