You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump zad-cli naar v0.8.0 en lees nieuwe diagnose-output (#50)
v0.8.0 verving het platte {error,status_code} JSON-formaat door een
diagnose-object (headline, summary, next_steps, fault). report_zad_error
leest nu die velden en valt terug op .error voor version-skew, zodat
netwerk- en onbekende fouten hun boodschap behouden in plaats van leeg
te tonen.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [4.0.6] - 2026-06-19
11
+
12
+
### Changed
13
+
- Bump zad-cli from v0.6.0 to v0.8.0 (admin orphan-report/orphan-confirm commands, and a new structured error diagnosis layer with source labels, next-step suggestions and CI exit codes 1/2/3)
14
+
- Update `report_zad_error` to read zad-cli's new diagnosis JSON (`headline`, `summary`, `next_steps`) so error annotations surface the cause and remediation; falls back to the old flat `error` field for version skew. Network/unknown failures (HTTP status 0) now keep their message instead of dropping it.
0 commit comments