- Fix #3 which caused deadlocks and process to hang forever. Thanks @vidakDK and @covuworie!
- Docs update to factor changes into CHANGELOG.md
- Added internal feature to have CI set PyPi version from git tag on release
- Refactored tests and increased coverage to 100%
- Remove support for Python 3.6 and 3.7
- Add support for Python 3.10
- Fix docs to specify supported OS (Linux, MacOS)
- Update CI to including MacOS, Python 3.10 tests
- Bump dependencies
- Add support for Python 3.9
- Add examples for basic and Celery-based use cases to /examples
- Add tests for Celery using a real localhost broker
- Improvements to readme content and format
- Bump dependencies
- Fix #11 to allow billiard version to float
- Remove support for Python 2.7. Now Python 3.6+ only
- Migrate from TravisCI to Github actions
- Migrate from setup.py to Poetry
- Add tests for invalid return values from Spiders
- Bump dependencies
- Breaking API changes to allow passing of *args and **kwargs to running spider
- Patches to support Celery 4+ and Billiard 3.5.+. Thanks to @mrge and @bmartel.
- Fix to allow Scrapy version to float in requirements.txt
- Pin Scrapy and billiard versions
- Initial release