Skip to content

v1.7.0

Compare
Choose a tag to compare
@GDay GDay released this 08 Sep 02:09
· 8 commits to master since this release
923c5da

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