Skip to content

v1.2.1 — Stream Invariant Test Hardening

Choose a tag to compare

@damienSavoldelli damienSavoldelli released this 15 Mar 09:22
· 106 commits to main since this release
e248ee9

What changed

  • Added a runner-level invariant test to enforce deterministic final artifacts between
    stream and non-stream execution paths.
  • The new test verifies that final payload content is equivalent in both modes, excluding
    runtime timestamp differences.

Why it matters

  • Prevents regressions where streaming UX could accidentally diverge from non-stream output
    artifacts.
  • Strengthens confidence in JSON/Markdown output consistency while stream support evolves.

Notes

  • v1.2.1 is a patch release focused on test hardening.
  • No runtime behavior change.
  • No CLI interface change.
  • No provider implementation change.
  • No output schema/contract change.

Stability Statement

  • The v1.x stability baseline remains unchanged.
  • Stream mode and non-stream mode continue to produce equivalent final artifacts by
    contract.

Scope Clarification

  • This release only reinforces validation guarantees.
  • No new feature scope was introduced.