Releases: Pod-Point/go-queue-worker
Releases · Pod-Point/go-queue-worker
v1.0.0
1.0.0 (2025-07-01)
Bug Fixes
- try running commitlint from base to head insead (e1dea93)
- update formigo reference and delete retract block in go.mod (84934ce)
Features
reportFuncreturns a boolean value to decide whether the error counts towards to threshold (ab739c8)- add batch response to support partial failures (a9f90db)
- export Worker, Consumer and Handlers (3e4b72c)
- make formigo.Message JSON encodable (9d72b46)
- make the retriever stop immediately if the context is canceled (0ffeeae)
- pass formigo message to handlers to get more info (1967ed6)
chore
- rename single message handler and consumer to message handler and consumer (0936e34)
BREAKING CHANGES
- multiMessageHandler renamed to batchHandler. It now requires a BatchResponse
- single message handler and consumer renamed
- messages passed to the handlers are not the queue messages, but formigo ones.
reportFuncmust return a boolean
v0.0.5
Full Changelog: v0.0.3...v0.0.5
v0.0.3
Merge pull request #7 from francescopepe/FP/fix-context-cancellation-…