0.8.4 (2025-01-05)
- Others
- Support allure report on CircleCI (PR #31)
0.8.3 (2025-01-01)
- New Features
- Support telnet for Python 3.13 (PR #29)
- Bug Fixes
- Fix log parsing issues and update tests (issue #26)
- Others
- Fix CircleCI config on Python image (PR #27)
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)