Skip to content

Releases: cofin/litestar-saq

v0.1.13

27 Nov 23:45
c904bf4
Compare
Choose a tag to compare

What's Changed

  • fix: State.get can return None if key is not found, return a empty TaskQueues by @FranzForstmayr in #15

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

27 Nov 21:39
b77dba6
Compare
Choose a tag to compare

What's Changed

  • feat: adds additional slot value by @cofin in #14

Full Changelog: v0.1.11...v0.1.12

v0.1.11

18 Oct 22:57
27cfd7b
Compare
Choose a tag to compare

What's Changed

  • feat: allow controller to be configured with guards by @cofin in #13

Full Changelog: v0.1.10...v0.1.11

v0.1.10

17 Oct 19:24
06d924b
Compare
Choose a tag to compare

What's Changed

  • feat: hiredis optional; add option to run in existing process by @cofin in #12

Full Changelog: v0.1.9...v0.1.10

v0.1.9

17 Oct 14:26
d1551d2
Compare
Choose a tag to compare

What's Changed

  • feat: adds redis kwargs and info command by @cofin in #11

Full Changelog: v0.1.8...v0.1.9

v0.1.8

13 Oct 16:37
6224ee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

13 Oct 03:58
878de63
Compare
Choose a tag to compare

What's Changed

  • fix: adjust type hint for tasks and cron jobs by @cofin in #9

Full Changelog: v0.1.6...v0.1.7

v0.1.6

13 Oct 02:05
74258f0
Compare
Choose a tag to compare

What's Changed

  • fix: convert UI controller toTaskQueues dependency by @cofin in #8

Full Changelog: v0.1.5...v0.1.6

v0.1.5

13 Oct 01:44
bdab4a7
Compare
Choose a tag to compare

What's Changed

  • fix: misconfiguration with slots by @cofin in #7

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Oct 01:12
fcc6a38
Compare
Choose a tag to compare

What's Changed

  • fix(saq-controller): Return a 404 status code when the job is not found by @Alc-Alc in #5
  • feat: various usability fixes by @cofin in #6
  • feat: jobs can be configured with list of strings as well
  • feat: Moves into a builder function for CLI and controller
  • feat: plugin has a get_queues function
  • feat: allow worker to schedule in running event loop

New Contributors

Full Changelog: v0.1.3...v0.1.4