Announcement: Scrapyd 1.5.0b1 prerelease
jpmckinney opened this issue · 0 comments
jpmckinney commented
You can see the changelog here: https://scrapyd.readthedocs.io/en/latest/news.html
Based on my own deployment, I added one fix: https://github.com/scrapy/scrapyd/blob/master/docs/news.rst#unreleased
Please try it out and report issues here.
Remember that pip
(and other package managers) do not upgrade to pre-releases by default. You'll need to use an option (like pip install --pre scrapyd
) or specify the version (like pip install scrapyd==1.5.0b1
) to install the prerelease, using your preferred package manager.