scriptworker 0.8.1 and 0.7.1
Oct. 18th, 2016 09:46 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Tl;dr: I just shipped
scriptworker 0.8.1 (changelog) (github) (pypi)
and
scriptworker 0.7.1 (changelog) (github) (pypi)
These are patch releases, and are currently the only versions of scriptworker that work.
scriptworker 0.8.1
The json, embedded in the Azure XML, now contains a new property, hintId. Ideally this wouldn't have broken anything, but I was using that json dict as kwargs, rather than explicitly passing taskId
and runId
. This means that older versions of scriptworker no longer successfully poll for tasks.
This is now fixed in scriptworker 0.8.1.
scriptworker 0.7.1
Scriptworker 0.8.0 made some non-backwards-compatible changes to its config format, and there may be more such changes in the near future. To simplify things for other people working on scriptworker, I suggested they stay on 0.7.0 for the time being if they wanted to avoid the churn.
To allow for this, I created a 0.7.x branch and released 0.7.1 off of it. Currently, 0.8.1 and 0.7.1 are the only two versions of scriptworker that will successfully poll Azure for tasks.