Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@github-actions 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 return Task objects including GroupTask objects that may contain subtasks instead of returning a single str of the task_id
  • 🚨BREAKING CHANGE🚨: Updated /result endpoint to accept Task objects instead of just a str of task_id. This included updating the endpoint to be a POST instead of GET endpoint.