Releases: my8100/logparser
Releases · my8100/logparser
0.8.3
What's Changed
- Set the default logging level to INFO by @my8100 in #14
- Fix PATTERN_LOG_ENDING to be compatible with scrapy-fieldstats by @my8100 in #17
- Test py38 instead of py35 on CircleCI by @my8100 in #18
- Fix CircleCI config on Python image by @my8100 in #27
- Fix log parsing issues and update tests by @my8100 in #28
- Add SIGINT and SIGBREAK (Windows) to SIGTERM_PATTERN by @jpmckinney in #19
- Support telnet for Python 3.13 by @my8100 in #29
- Release v0.8.3 and support Python 3.13 by @my8100 in #30
New Contributors
- @jpmckinney made their first contribution in #19
Full Changelog: v0.8.2...v0.8.3
0.8.2
Highlights:
- Support telneting with auth for Scrapy>=1.5.2, except for Windows and Fedora
Fixed:
- Stats collected via telnet are not being updated periodically