We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9b888 commit fbeede7Copy full SHA for fbeede7
CHANGELOG.md
@@ -1,5 +1,14 @@
1
*Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.*
2
3
+# Unreleased
4
+
5
+* Improved id and timestamp layout on jobs table (\#420).
6
+* Added query parameters to avoid loading unused fields on the following GET endpoints (\#420):
7
+ * `/api/v1/job/`, `/api/v1/{project.id}/job/`, `/admin/job/` (`log` param)
8
+ * `/api/v1/task/` (`args_schema` param)
9
+ * `/api/v1/dataset/`, `/api/v1/project/{project.id}/dataset/` (`history` param)
10
+* Added `show_tmp_logs=true` query parameter to display log of running jobs (\#420).
11
12
# 0.9.2
13
14
* Supported JSON Schema `allOf` feature in task arguments form (\#417).
0 commit comments