Hi everyone,
I'm glad to announce that Scrapyd 1.0 has been released and it's available at the usual places:
Scrapyd code has been relatively stable for a while (albeit lacking of certain features) so we decided to mark the 1.0 release. We hope this release marks a starting point towards many future Scrapyd improvements and contributions, such as a better API & UI (
Jordi, I hope you're still interested in helping there).
Another change that you may notice is that the "scrapy deploy" command has been moved to Scrapyd codebase now, as a standalone "scrapyd-deploy" command. This makes the deployment process self-contained in Scrapyd (both client and server side) which should bring more flexibility to changes in the whole deployment experience (API and client tool). You will notice scrapyd-deploy already has a few small improvements on how deployment errors are displayed, and this will continue to improve.
The ubuntu packages remain available through the official Scrapy APT repos, as usual, and there are two now:
1. scrapyd: the main scrapyd server, which install scrapyd as a system service
2. scrapyd-deploy which contains the client deployment tool
Pablo.