Releases: acaloiaro/neoq
Releases · acaloiaro/neoq
v0.69.0
Changelog
Others
- 54f3364 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0
v0.68.0
Changelog
Features
- 9e3e803 feat: log job_id regardless of error
v0.67.0
Changelog
Features
- a6f7fbc feat: Add public jobs.WithJobContext()
v0.66.0
Changelog
Features
- 37b6732 feat: Automatically reconnect when the PG listener connection fails
v0.65.0
Changelog
Features
- 0105403 feat: add support for recovery callbacks
v0.64.0
Changelog
Others
- f6ef118 chore(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
v0.63.0
Changelog
Features
- b401809 feat: fix infinite scheduling loop when job gets scheduled after deadline
v0.62.0
Changelog
Bug fixes
- 441a392 fix: An incorrect error was thrown when jobs exceeding their deadline were scheduled
v0.61.0
Changelog
Features
- 672e101 feat: Update migrations postgres URI parsing and add tests