Releases: PruvoNet/squiss-ts
Releases · PruvoNet/squiss-ts
v5.5.1
v5.5.0
v5.4.0
v5.3.0
v5.2.3
v5.2.2
v5.2.1
v5.2.0
v5.1.0
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