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
'Bundle schema_version %d is not supported by this verifier (expected %d).',
184
+
'Bundle schema_version %d is not the v2 history-export structural marker (%d); the v2 bundle shape is frozen and a different value indicates a parallel primitive that this verifier does not recognize.',
@@ -420,7 +420,7 @@ private static function specs(): array
420
420
'companion_doc' => 'docs/api-stability.md frozen-event tables in `durable-workflow/workflow`',
421
421
],
422
422
'history_export_bundle' => [
423
-
'description' => 'JSON Schema for the history-export bundle that the server emits and that replay tooling consumes: ordered history events, payload references, payload codec metadata, lineage edges, and bundle manifest.',
423
+
'description' => 'JSON Schema for the history-export bundle that the server emits and that replay tooling consumes: ordered history events, payload references, payload codec metadata, lineage edges, and bundle manifest. The schema is defined once for the v2 release; the schema id `durable-workflow.v2.history-export` is the canonical version anchor and the only allowed breaking change is a parallel primitive (a new schema id alongside the existing one).',
'the v2 history-export bundle is defined once for v2; a breaking shape change must take the parallel-primitive route, not bump a schema_version ladder within v2',
0 commit comments