Skip to content

Releases: bbc/sqs-consumer

v11.2.0

19 Oct 12:06
e09c759
Compare
Choose a tag to compare

11.2.0 (2024-10-19)

Features

  • allows a number to be entered in terminateVisibilityTimeout for customisation (#520) (e09c759)

v11.2.0-canary.1

14 Oct 12:51
e09c759
Compare
Choose a tag to compare
v11.2.0-canary.1 Pre-release
Pre-release

11.2.0-canary.1 (2024-10-14)

Features

  • allows a number to be entered in terminateVisibilityTimeout for customisation (#520) (e09c759)

v11.1.0

01 Oct 20:36
7609799
Compare
Choose a tag to compare

11.1.0 (2024-10-01)

Features

Chores

v11.1.0-canary.2

01 Oct 20:21
7609799
Compare
Choose a tag to compare
v11.1.0-canary.2 Pre-release
Pre-release

11.1.0-canary.2 (2024-10-01)

Chores

v11.1.0-canary.1

01 Oct 20:10
c35eb4c
Compare
Choose a tag to compare
v11.1.0-canary.1 Pre-release
Pre-release

11.1.0-canary.1 (2024-10-01)

Features

v11.0.2

16 Aug 11:39
e74f41a
Compare
Choose a tag to compare

11.0.2 (2024-08-16)

Chores

v11.0.2-canary.1

16 Aug 11:35
e74f41a
Compare
Choose a tag to compare
v11.0.2-canary.1 Pre-release
Pre-release

11.0.2-canary.1 (2024-08-16)

Chores

v11.0.1

11 Jul 22:41
f8a739e
Compare
Choose a tag to compare

11.0.1 (2024-07-11)

Chores

v11.0.1-canary.1

11 Jul 22:38
f8a739e
Compare
Choose a tag to compare
v11.0.1-canary.1 Pre-release
Pre-release

11.0.1-canary.1 (2024-07-11)

Chores

v11.0.0

10 Jul 16:37
b2b5b94
Compare
Choose a tag to compare

11.0.0 (2024-07-10)

SQS Consumer is now available on JSR 🎉

As part of this release, we are now publishing SQS Consumer to JSR as well as NPM.

You can find the package here.

AWS SDK has been updated to the latest version

We have also updated AWS SDK to v3.6. This is largely the reason why this release has been marked as a major one, as we treat AWS SDK minor changes as major releases. Please check AWS' changelogs to see any changes that might effect you before updating.

Important

A change was made in version 3.582.0 of the AWS SDK that updated @smithy/node-http-handler with a change that may cause max event listener errors in your application, as described in this issue.

Please ensure that your package lock lists version 3.1.2 of @smithy/node-http-handler or later to ensure you are not effected by this.

Dependency Updates

  • Updated dependency versions to the latest possible (#501) (66c1819)
  • Updated the AWS sdk version (59624e3)

Features

CI Changes

  • Extended the branches that workflows run on (18df66e)
  • Only run publish after tests have completed (58247e9)
  • Adjusted the workflow for canary publishing (25bbb27)
  • Updated conventional commits (524db1c)
  • Updated npmignore (b2b5b94)