Releases: rmax/scrapy-redis
Releases · rmax/scrapy-redis
v0.9.1
v0.9.0
What's Changed
- Removed unused import. by @sourcepirate in #292
- build: use python3.12 as default version by @rmax in #297
- maint: precommit format, fixes and update copyright by @rmax in #298
- fix: Scheduler not compatible with BaseDupeFilter by @HairlessVillager in #294
New Contributors
- @sourcepirate made their first contribution in #292
- @HairlessVillager made their first contribution in #294
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- [settings] Deprecate REDIS_START_URLS_BATCH_SIZE by @LuckyPigeon in #259
- [spiders] Remove duplicate check setting types by @LuckyPigeon in #261
- fix(sec): upgrade scrapy to 2.6.0 by @lifefloating in #270
- [dev] Deprecated function scrapy.utils.request.request_fingerprint() warning by @LuckyPigeon in #275
- [dev] Add customize fingerprint by @LuckyPigeon in #280
- [spiders] Remove 'spider' argument to ExecutionEngine.crawl by @mic1on in #286
- Fix test requirements and simplified tox config by @rmax in #295
New Contributors
- @lifefloating made their first contribution in #270
- @mic1on made their first contribution in #286
Full Changelog: 0.7.3...v0.8.0
Version 0.7.3 Released
Release patch version 0.7.23:
Version 0.7.2 Released
Version 0.7.1 Released
- Support priority start_urls. #172
- Support init batch tasks. #176
- Fixes datetime parsing error for redis-py 3.x. #190
- Add support for stats extensions. #186
- Support using pipeline when read redis lit queue. #169
- Support to configure different redis-server db by adding REDIS_DB #166
- Add option to decode responses in python3 #146
- Add support for making dupefilter support create from spider #83
- Fix example: update dmoz spider domain #164