Skip to content

Releases: django-q2/django-q2

v1.7.2

09 Sep 22:22
2c456cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

09 Sep 22:22
689c881
Compare
Choose a tag to compare

Attempt to fix deploy pipeline

Full Changelog: v1.7.0...v1.7.1

v1.7.0

08 Sep 02:09
923c5da
Compare
Choose a tag to compare

Biggest changes:

  • Dropped support for Django 3.2 and 4.1
  • Added support for Django 5.1
  • Fixed a bug where setting max_attempts to 1 would still retry the task once more
  • Fixed a bug where tasks would keep on getting retried if they were timed out, regardless of max_attempts value.
  • Oracle ORM compatibility

What's Changed

  • Remove django 3.2 and 4.1 by @GDay in #183
  • Fix max attempts for value 1 by @GDay in #185
  • Replace black/isort with ruff by @GDay in #188
  • Fix repeating task after timeout by @GDay in #184
  • fix: Oracle ORM backend compatibility #180 by @jv3ga in #186
  • chore: Update CI for Django 4.2 Python 3.12 support by @kimihito in #208
  • chore: Add Support Django 5.1 by @kimihito in #207
  • Call mark_process_dead on the dead worker if prometheus_client is installed by @Ch00k in #212
  • Add example project by @GDay in #215
  • Add index on task table by @GDay in #164

New Contributors

Full Changelog: v1.6.2...v1.7.0

v1.6.2

05 Mar 16:07
7add68f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

13 Oct 21:33
e3be22a
Compare
Choose a tag to compare

What's Changed

  • Fix strict versions for python/django by @GDay in #130

Full Changelog: v1.6.0...v1.6.1

v1.6.0

13 Oct 00:19
750c654
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.5...v1.6.0

v1.5.5

01 Sep 14:37
aa79a6e
Compare
Choose a tag to compare

What's Changed

  • Move worker, scheduler, pusher and monitor to separate files by @GDay in #100
  • Remove deprecated usage pkg_resources by @Lordshinjo in #103
  • Fix not picking up result from falsy result by @GDay in #107
  • Add documentation to migrate from django-q to django-q2 by @GDay in #108

New Contributors

Full Changelog: v1.5.4...v1.5.5

v1.5.4

28 Jun 23:06
f8501bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

14 May 01:24
f8321e7
Compare
Choose a tag to compare

What's Changed

  • Add post_spawn signal. by @hooverdc in #93
  • Worker post spawn signal documentation by @GDay in #95
  • Make processes identifiable with uuid4 by @GDay in #91

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

12 Apr 23:42
fb96010
Compare
Choose a tag to compare

What's Changed

  • Added Django 4.2 to the test matrix, fixed deprecation warning by @maerteijn in #89
  • Updated docs to mention support for Django 4.2

New Contributors

Full Changelog: v1.5.1...v1.5.2