Skip to content

Releases: PruvoNet/squiss-ts

v5.0.0

12 Apr 17:19
525a3ed

Choose a tag to compare

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

v4.4.1

31 Aug 19:13
2774421

Choose a tag to compare

fix #125 - iltorb should not be part of the published package json

v4.4.0

30 Aug 10:51
202968c

Choose a tag to compare

  • improved compilation time (#120) thanks @Raiszo for your contribution!

v4.3.0

20 Jul 09:08
f498a4d

Choose a tag to compare

added support for node 18. Thanks @ted-pulsen for noticing and contributing :-)

v4.2.2

07 Apr 09:41
69b88d4

Choose a tag to compare

fix semver node 6 support (#113)

v4.2.1

14 Jul 17:41
25d087e

Choose a tag to compare

diff

Fixed

  • fix windows support #110

v4.2.0

14 Jul 15:35
0f8f031

Choose a tag to compare

diff

Fixed

  • Stop using travis.ci as it is not free anymore #106
  • Allow node 16 and test on it #105

v4.1.1

25 Jul 17:09
305b9ed

Choose a tag to compare

diff

Fixed

  • Change license to apache 2 #90
  • Updated dependencies #91
  • Added tests for node 14 #91

v4.1.0

10 Apr 17:53
16cb51b

Choose a tag to compare

diff

Fixed

  • Consider migrating to the compression built into zlib #87

v4.0.10

24 Feb 14:30
b647ff3

Choose a tag to compare

diff

Fixed

  • Updated dependencies #81