Skip to content

Releases: bbc/sqs-consumer

v11.6.0

27 Feb 18:34
6da8a6c
Compare
Choose a tag to compare

11.6.0 (2025-02-27)

Features

v11.6.0-canary.1

27 Feb 18:06
6da8a6c
Compare
Choose a tag to compare
v11.6.0-canary.1 Pre-release
Pre-release

11.6.0-canary.1 (2025-02-27)

Features

v11.5.1

27 Feb 17:13
7dfed5d
Compare
Choose a tag to compare

11.5.1 (2025-02-27)

Bug Fixes

  • always emit a message from emitError (#565) (e259048)

Please Note: The above change included a change to the types for the error emitted event, with this change, the message parameter is now explicitly undefined, so we changed the types to reflect this. If you have strict types in your application, this might require an update.

Chores

  • add fifo queue warning (2fc0039)
  • explaining the fifo warning (7dfed5d)

v11.5.1-canary.3

27 Feb 17:06
7dfed5d
Compare
Choose a tag to compare
v11.5.1-canary.3 Pre-release
Pre-release

11.5.1-canary.3 (2025-02-27)

Chores

  • explaining the fifo warning (7dfed5d)

v11.5.1-canary.2

27 Feb 16:50
e259048
Compare
Choose a tag to compare
v11.5.1-canary.2 Pre-release
Pre-release

11.5.1-canary.2 (2025-02-27)

Bug Fixes

  • always emit a message from emitError (#565) (e259048)

v11.5.1-canary.1

29 Jan 01:05
2fc0039
Compare
Choose a tag to compare
v11.5.1-canary.1 Pre-release
Pre-release

11.5.1-canary.1 (2025-01-29)

Chores

v11.5.0

28 Jan 22:39
3ca59bf
Compare
Choose a tag to compare

11.5.0 (2025-01-28)

Features

  • append more context to errors from the consumer (#559) (7bc55fc)
  • send the queueUrl alongside emitted events (#560) (3ca59bf)

v11.5.0-canary.2

28 Jan 22:13
3ca59bf
Compare
Choose a tag to compare
v11.5.0-canary.2 Pre-release
Pre-release

11.5.0-canary.2 (2025-01-28)

Features

  • send the queueUrl alongside emitted events (#560) (3ca59bf)

v11.5.0-canary.1

28 Jan 20:38
7bc55fc
Compare
Choose a tag to compare
v11.5.0-canary.1 Pre-release
Pre-release

11.5.0-canary.1 (2025-01-28)

Features

  • append more context to errors from the consumer (#559) (7bc55fc)

v11.4.0

08 Jan 11:59
047e426
Compare
Choose a tag to compare

11.4.0 (2025-01-08)

Features

  • adding the ability to pass a function to terminateVisibilityTimeout (#553) (62d12bc)
  • updating aws sdk to 3.723.0 (#556) (047e426)

Chores