Releases: acaloiaro/neoq
Releases · acaloiaro/neoq
v0.40.0
Changelog
Others
- 659a654 chore(log): Make logging consistent and make sure queue is logged.
- fb1fec1 chore: Minor tweak
v0.39.0
Changelog
Bug fixes
- 26c6921 fix(pg): Fixed data race conditions in unit tests
v0.38.0
Changelog
Bug fixes
- 42da4d8 fix(pg): Fixed error logs for multi node cron jobs. (#94)
v0.37.0
Changelog
Bug fixes
- 12a6667 fix: Redis backend does not respect MaxRetries
- 845f96a fix: memory backend does not respect MaxRetries
- 0db1180 fix: neoq_jobs.id is an integer and should be bigint
v0.36.0
Changelog
Bug fixes
- afd1f4c fix: MaxRetries not persisting in PG backend
Others
- c04ef69 Update github action config
v0.35.0
Changelog
Features
- 35085be feat: Announce jobs using PG trigger
- de2e101 feat: Default to disable synchronous postgres commit
v0.34.0
Changelog
Bug fixes
- fab0736 fix(ci): Fixed github actions tests on PRs
Others
- 52e118e chore(test): Adding a test for multiple consumers with the pg backend.
v0.33.0
Changelog
Bug fixes
- a17ea73 fix: Bare 'make' fails due to
go vet