Releases: francescopepe/formigo
Releases · francescopepe/formigo
v0.0.10
v0.0.9
v0.0.8
0.0.8 (2024-08-22)
Features
- add batch response to support partial failures (a9f90db)
- make formigo.Message JSON encodable (9d72b46)
- 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.
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
What's Changed
- Fix context cancellation in buffered consumer by @francescopepe in #7
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Remove error reporter and use a function instead by @francescopepe in #3
- Update worker by @francescopepe in #4
- Improve SQS client by @francescopepe in #5
- Fix README.md by @francescopepe in #6
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Add main files by @francescopepe in #1
- Improvements by @francescopepe in #2
New Contributors
- @francescopepe made their first contribution in #1
Full Changelog: https://github.com/francescopepe/go-queue-worker/commits/v0.0.1