Releases: bbc/sqs-consumer
Releases · bbc/sqs-consumer
v11.5.1
11.5.1 (2025-02-27)
Bug Fixes
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
Chores
- explaining the fifo warning (7dfed5d)
v11.5.0
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
Features
- send the queueUrl alongside emitted events (#560) (3ca59bf)
v11.5.0-canary.1
Features
- append more context to errors from the consumer (#559) (7bc55fc)
v11.4.0
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