------------------ * Fixed ``Scheduler`` not compatible with BaseDupeFilter (294) * Added precommit hooks. * Switched to Python 3.12 as default build version.
0.8.0
------------------ * Fixed request fingerprint method. * Fixed support for Scrapy 2.6+. * Fixed tox tests and github workflow. * Deprecated ``REDIS_START_URLS_BATCH_SIZE``.
0.7.3
------------------ * Move docs to GitHub Wiki * Update tox and support dynamic tests * Update support for json data * Refactor max idle time * Add support for python3.7~python3.10 * Deprecate python2.x support
0.7.2
------------------ * Fix RedisStatsCollector._get_key() * Fix redis-py dependency version * Added maximum idle waiting time MAX_IDLE_TIME_BEFORE_CLOSE
0.7.1
------------------ * Fixes datetime parse error for redis-py 3.x. * Add support for stats extensions.