Skip to content

Releases: pconstantinou/neoq

v0.16.0

26 Jun 14:07
Compare
Choose a tag to compare

Changelog

Others

  • bcc39d1 Remove safety check for running too soon

v0.15.0

26 Jun 13:56
Compare
Choose a tag to compare

Changelog

Others

v0.14.0

26 Jun 13:32
Compare
Choose a tag to compare

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

  • d05bf4e Merge with main branch
  • 93ad210 chore(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
  • 3afe2fa chore: Add test coverage over postgres future jobs

v0.13.0

25 Mar 17:38
f84f7cb
Compare
Choose a tag to compare

Changelog

Others

  • f84f7cb Merge pull request #3 from pconstantinou/bug/set-context
  • 951f8ca Set job in context before calling updates

v0.12.0

26 Feb 09:00
4a13c41
Compare
Choose a tag to compare

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

v0.11.0

23 Feb 08:41
e7ef0a4
Compare
Choose a tag to compare

Changelog

Others

  • 016b2d2 Fix overwrite
  • 675327e Handle edge cases better
  • e7ef0a4 Merge pull request #1 from pconstantinou/feature/bump-version

v0.10.0

23 Feb 08:40
9255606
Compare
Choose a tag to compare

Changelog

Features

  • c16dd3d feat: improve PG database initialization errors

Others

  • 9255606 Merge branch 'acaloiaro:main' into main

v0.9.0

16 Feb 08:44
Compare
Choose a tag to compare

Changelog

Others

v0.8.0

11 Feb 02:50
Compare
Choose a tag to compare

Changelog

Others

  • 8b68a09 Bump version numbers of build actions

v0.7.0

11 Feb 02:43
Compare
Choose a tag to compare

Changelog

Others

  • af450bf Merge from main of the test suite