Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 14:44
· 664 commits to main since this release

This release requires fractal-server 1.4.6.

  • Improved id and timestamp layout on jobs table (#420).
  • Added query parameters to avoid loading unused fields on the following GET endpoints (#420):
    • /api/v1/job/, /api/v1/{project.id}/job/, /admin/job/ (log param)
    • /api/v1/task/ (args_schema param)
    • /api/v1/dataset/, /api/v1/project/{project.id}/dataset/ (history param)
  • Added show_tmp_logs=true query parameter to display log of running jobs (#420).