Unreleased Release Notes

5.8.0

Deprecation Notes

  • The process_executor module has been deprecated, starting with Python 3.12. It is still available in older versions of Python. There is no replacement for it.

5.7.0

Bug Fixes

  • Redis job board driver no longer uses username and password for its connections to Redis Sentinel, to restore the previous behavior which was already used by some deployment tools. Add credential to sentinel_kwargs to enable authentication for Redis Sentinel.