Contributors: @lociii
- Remove support for EOL
Django
versions3.2
,4.0
and4.1
- Add support for
Django
version5.0
- Minimum required
celery
version is now5.3.0
, released 06/2023 - Minimum required
django-celery-beat
version is now2.5.0
, releases 03/2023 - Minimum required
kombu
version is now5.3.0
, releases 06/2023 - Renovate build environment
Contributors: @lociii
- The token holding job
token_bucket_token
will now ignore it's result and should not pop up in result backends stuck as pending anymore. - Minimum required version of django-celery-beat is now 2.4.0 which adds support for Django 4.1
Contributors: @lociii
- Fix token consumption, see #4
- Renamed
retry_backoff
tocountdown
to align wording with Celery and better reflect the behavior, see #4 and docs
Contributors: @Esquire-gh
- Make the refill queue name configurable per bucket, see #2 and docs
- Make it configurable if a failed token retrieval should increase the retry count, see #2 and docs
Contributors: @lociii, @Esquire-gh
- Initial release