Skip to content

Releases: bbc/sqs-consumer

v10.1.0

27 Apr 16:38
45f0916
Compare
Choose a tag to compare

10.1.0 (2024-04-27)

Features

  • extend authentication error to handle more codes (#489) (45f0916)

v10.0.1

27 Apr 16:00
494ed94
Compare
Choose a tag to compare

10.0.1 (2024-04-27)

Chores

v10.0.0

27 Apr 15:49
6cfe9c6
Compare
Choose a tag to compare

Potentially Breaking Changes

SQS Consumer has been transitioned to use ESM in its codebase, in order to support this, we have had to change how we deploy the package in order to build both ESM and CJS versions of the package.

This may cause issues with your software, if it does, please let us know.

What's Changed

Full Changelog: v9.1.0...v10.0.0

v10.0.0-canary.3

21 Mar 23:13
56ec79a
Compare
Choose a tag to compare
v10.0.0-canary.3 Pre-release
Pre-release

What's Changed

  • fix: removing bind and refactoring consumer by @mogu4iy in #478

Full Changelog: v10.0.0-canary.2...v10.0.0-canary.3

v10.0.0-canary.2

14 Mar 17:34
0b0dfb6
Compare
Choose a tag to compare
v10.0.0-canary.2 Pre-release
Pre-release

Potentially Breaking Changes

SQS Consumer has been transitioned to use ESM in its codebase, in order to support this, we have had to change how we deploy the package in order to build both ESM and CJS versions of the package.

This may cause issues with your software, if it does, please let us know.

What's Changed

Full Changelog: v9.1.0...v10.0.0-canary.2

v9.1.0

12 Mar 15:17
c031e1e
Compare
Choose a tag to compare

9.1.0 (2024-03-12)

Features

Bug Fixes

Chores

v9.0.0

11 Mar 19:57
bed4dc6
Compare
Choose a tag to compare

9.0.0 (2024-03-11)

⚠ BREAKING CHANGES

  • removed handler_processing debugger in favour of status (consumer.status.isPolling) (#470)
  • replaced the isRunning method with status (Please now use consumer.status.isRunning to check this state) (#459)

Potentially Breaking Changes

  • We upgraded the AWS SDK to the latest major version. (#468)

Features

  • removing handler_processing debugger in favour of status (#470) (b554da6)
  • replacing the isRunning method with status (#459) (9f07383)

Chores

v8.2.0

06 Feb 18:22
b834205
Compare
Choose a tag to compare

8.2.0 (2024-02-06)

Features

Chores

v8.1.5

21 Jan 03:40
c64e3ba
Compare
Choose a tag to compare

8.1.5 (2024-01-21)

Chores

  • adding publishConfig for provenance (c64e3ba)

v8.1.4

21 Jan 03:36
534e42c
Compare
Choose a tag to compare

8.1.4 (2024-01-21)

Chores

  • changing CI to set NODE_AUTH_TOKEN instead (534e42c)
  • changing release workflow to use semantic versioning (ccf92ee)
  • creating workflow for tagging merges (2629729)
  • updating attributeNames type docs (#452) (84385d2)