Release 0.4.0
github-actions
released this
20 Dec 21:21
·
146 commits
to b50c2fdabfd88d1e64a296d6bf7272fba22cf29b
since this release
0.4.0 - 2021-06-04
Added
- Batch compute capabilities to
/compute
and/compute-procedure
Changed
- 🚨BREAKING CHANGE🚨: Updated
/compute*
endpoints to returnTask
objects includingGroupTask
objects that may contain subtasks instead of returning a singlestr
of thetask_id
- 🚨BREAKING CHANGE🚨: Updated
/result
endpoint to acceptTask
objects instead of just astr
oftask_id
. This included updating the endpoint to be aPOST
instead ofGET
endpoint.