Releases: acaloiaro/neoq
Releases · acaloiaro/neoq
v0.30.0
Changelog
Users on v0.23.0
to v0.29.0
and using the postgres backend are encouraged to upgrade to this Release to fix a bug which could allow multiple workers to pick up the same job. The conditions for multiple workers to pick up the same job are when neoq is shutdown and restarted with a non-empty Postgres queue.
Features
- 040c0de fix: Revert "feat: Hold connections and transactions for less time"
Others
- 6a368e0 Make multiple queue test less finicky
v0.29.0
v0.28.0
v0.27.0
Changelog
BREAKING CHANGES
- 23098bc break: Move queue name into Handler
Bug fixes
- bf2e07c fix: Accumulation of cancel() funcs enqueueing on pg backend
- 5f01b4e fix: Fix naked return in memory backend StartCron
Features
- 69f57ca feat: Disallow adding items to the unnamed queue
- d66905f feat: ensure memory backend exits gracefully during Shutdown()