Sqs Consumer Versions Save

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate

v10.2.1

2 weeks ago

10.2.1 (2024-04-30)

Bug Fixes

  • build exclusive type files (65008eb)
  • default extension for cjs (bd9855b)
  • types extension for cjs (8bc6239)

Chores

v10.2.0

2 weeks ago

10.2.0 (2024-04-30)

Fixes

Chores

  • don't add package.json for types dir (6084f28)

v10.2.0-canary.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v10.1.0...v10.2.0-canary.0

v10.1.0

3 weeks ago

10.1.0 (2024-04-27)

Features

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

v10.0.1

3 weeks ago

10.0.1 (2024-04-27)

Chores

v10.0.0

3 weeks ago

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: https://github.com/bbc/sqs-consumer/compare/v9.1.0...v10.0.0

v10.0.0-canary.3

1 month ago

What's Changed

Full Changelog: https://github.com/bbc/sqs-consumer/compare/v10.0.0-canary.2...v10.0.0-canary.3

v10.0.0-canary.2

2 months ago

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: https://github.com/bbc/sqs-consumer/compare/v9.1.0...v10.0.0-canary.2

v9.1.0

2 months ago

9.1.0 (2024-03-12)

Features

  • feat: Add useQueueUrlAsEndpoint to ConsumerOptions by @mogu4iy (#472) (075bd54)

Bug Fixes

  • handle CredentialsProviderError from AWS SDK JS v3 by @jamesmbourne (#474) (9a14d66)

Chores

v9.0.0

2 months ago

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