0.8.2 (2019-08-04)
- New Features
- Support telneting with auth for Scrapy>=1.5.2, except for Windows and Fedora
- Improvements
- Add LOG_CATEGORIES_LIMIT option for reducing json file size (issue #5)
- Bug Fixes
- Fix parsing error due to unicode signs in crawler stats (issue #2)
- Stats collected via telnet are not being updated periodically (issue #4)
- Others
- Support continuous integration (CI) on CircleCI
- New Features
- Support collecting crawler_stats and crawler_engine via telnet if available (Note that this feature temporarily only works for Scrapy 1.5.1 and its earlier version since telnet console now requires username and password after Scrapy 1.5.2)
- Improvements
- Set 'pages' and 'items' of the parsing result to None if not available, instead of 0
- Change key of the parsing result from 'elapsed' to 'runtime'
- First release version (compatible with ScrapydWeb v1.1.0)