fffiloni commited on
Commit
0d6f21c
·
verified ·
1 Parent(s): 0a2f85b

Upload 6 files

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +5 -0
  2. README.md +5 -0
CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
 
2
  ## v190.32 — Validation hotfix + terminal UI convergence
3
 
 
1
+ ## v190.33 Linked validation terminal summary consistency
2
+
3
+ - v190.33 rewrites linked Space Test validation `summary.json` at the end of success and failure paths, so validation runs no longer remain listed as `running` after `state.json` has terminalized.
4
+ - Validation list/detail views continue to canonicalize from state and diagnostic artefacts, but the lightweight bucket summary is now terminal-consistent for manual audits and Runs Explorer cards.
5
+
6
 
7
  ## v190.32 — Validation hotfix + terminal UI convergence
8
 
README.md CHANGED
@@ -13,6 +13,11 @@ hf_oauth_scopes:
13
  - read-billing
14
  ---
15
 
 
 
 
 
 
16
  ## v190.32 Robust linked validation schema parsing
17
 
18
  - v190.32 hardens linked Space Test payload resolution when Gradio endpoint schemas contain heterogeneous parameter lists such as bare strings mixed with dict objects. The validation worker now normalizes schema parameters before reading metadata, preventing payload-resolution crashes like `'str' object has no attribute 'get'`.
 
13
  - read-billing
14
  ---
15
 
16
+ ## v190.33 Linked validation terminal summary consistency
17
+
18
+ - v190.33 rewrites linked Space Test validation `summary.json` at the end of success and failure paths, so validation runs no longer remain listed as `running` after `state.json` has terminalized.
19
+ - Validation list/detail views continue to canonicalize from state and diagnostic artefacts, but the lightweight bucket summary is now terminal-consistent for manual audits and Runs Explorer cards.
20
+
21
  ## v190.32 Robust linked validation schema parsing
22
 
23
  - v190.32 hardens linked Space Test payload resolution when Gradio endpoint schemas contain heterogeneous parameter lists such as bare strings mixed with dict objects. The validation worker now normalizes schema parameters before reading metadata, preventing payload-resolution crashes like `'str' object has no attribute 'get'`.