release notes template
{{ tok.VERSION }} — {{ tok.RELEASE_TITLE }}
Template. Every release note follows this order so a reader can stop after the section they need.
at a glance
- version
{{ tok.VERSION }}- date
{{ tok.RELEASE_DATE }}- breaking changes
{{ tok.BREAKING_COUNT }}- new providers
{{ tok.NEW_PROVIDER_COUNT }}- tests
{{ tok.TEST_COUNTS }}
breaking changes
Listed first, each with the command affected, the old behaviour, the new behaviour, and the migration step. {{ tok.BREAKING_CHANGES }}
what it will now refuse to do
Any new refusal added to the safety model is a headline, not a footnote. {{ tok.NEW_REFUSALS }}
providers
Added, changed, or corrected provider behaviour, referencing the providers.json field that changed. {{ tok.PROVIDER_CHANGES }}
audits
{{ tok.AUDIT_CHANGES }}
proof results
Scenario matrix for this release, per cloud, with the evidence pack reference. {{ tok.PROOF_MATRIX }}
known gaps
What is unit-verified but not proven against a live system, and what is unresolved. Carried forward verbatim until resolved. {{ tok.KNOWN_GAPS }}
verification