Skip to content

Releases: bbc/sqs-consumer

v10.3.0

08 May 17:29
f4b071b
Compare
Choose a tag to compare

10.3.0 (2024-05-08)

Features

  • add the ability to extend errors from aws (#496) (f4b071b)

Chores

v10.2.1

30 Apr 20:03
bd9855b
Compare
Choose a tag to compare

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

30 Apr 12:16
42cfda5
Compare
Choose a tag to compare

10.2.0 (2024-04-30)

Fixes

Chores

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

v10.2.0-canary.0

29 Apr 20:35
6084f28
Compare
Choose a tag to compare
v10.2.0-canary.0 Pre-release
Pre-release

What's Changed

Full Changelog: v10.1.0...v10.2.0-canary.0

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