Releases: pconstantinou/neoq
Releases · pconstantinou/neoq
v0.16.0
v0.15.0
v0.14.0
Changelog
Bug fixes
- 310bebf fix: An incorrect error was thrown when jobs exceeding their deadline were scheduled
Features
- f5e7ee8 feat: Add public jobs.WithJobContext()
- e3d6237 feat: Automatically reconnect when the PG listener connection fails
- 1fb07c0 feat: Make fingerprint unique to each queue
- bc26e01 feat: Update migrations postgres URI parsing and add tests
- 584a182 feat: add support for recovery callbacks
- 076a3f6 feat: fix infinite scheduling loop when job gets scheduled after deadline
- 90a3f89 feat: log job_id regardless of error
Others
v0.13.0
v0.12.0
Changelog
Others
- 2984d56 Add error log when run too early
- 4a13c41 Merge pull request #2 from pconstantinou/feature/bump-version
- bb62dfa Refactor unit tests
- 631892b Refactor unit tests
- 840809b Refactored tests
- 0ed090c Switch job overwrite option to try update then insert since ON CONFLICT doesn't work with WHERE on NULL's
- ad4410e Try to work around runafter error