Skip to content

ROADMAP: v0.12 shipped, and benchmarks struck rather than deferred - #45

Merged
arpanghoshal merged 2 commits into
mainfrom
release/0.12.0
Sep 15, 2026
Merged

arpanghoshal merged 2 commits into
mainfrom
release/0.12.0

Conversation

@arpanghoshal

@arpanghoshal arpanghoshal commented Sep 15, 2026

Copy link
Copy Markdown
Member

Pairs with the kernel release PR.

Most of the v0.12 line was already true when the milestone opened: fuzzing, CodeQL, signed artifacts, concurrency stress, failure injection and upgrade testing all shipped in earlier milestones. What was genuinely missing was property tests and an SBOM, and both are here.

Benchmarks are struck from the line rather than carried forward. postgres.md withholds a throughput figure on purpose and soak.mdx says three times that its number is not one to plan against. A benchmark suite manufactures exactly the figure those pages decline to give, and a test is owed by a claim. There is no performance claim in this project to defend.

The import-cycle item is closed, and it was not the public-surface question the roadmap assumed: re-exporting kept every frozen name.

T180's allow-list gains one line from the new CHANGELOG entry: "signed" there is the distribution, signed by release.yml's attestation step, not a receipt, which is the distinction T180 exists to hold.

all checks passed             (ruff, ruff format, 1711 passed)
readiness 6,221 · api 83 pages 0 drifted · links 0 broken · lint 0 findings

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated production, release status, and verification examples to version 0.12.0.
    • Updated the reported test count to 6,221.
    • Added the shipped v0.12 Hardening milestone to the roadmap.
    • Documented completed security and reliability improvements, including property testing and software bill of materials (SBOM) generation.
    • Clarified that compatibility guarantees remain planned for v1.0.
    • Updated roadmap scope to reflect benchmark coverage and external security review status.

Most of the v0.12 line was already true when the milestone opened: fuzzing,
CodeQL, signed artifacts, concurrency stress, failure injection and upgrade
testing all shipped earlier. What was genuinely missing was property tests and
an SBOM, and both are here.

Benchmarks are struck from the line, not carried forward. postgres.md withholds
a throughput figure on purpose and soak.mdx says three times that its number is
not one to plan against; a benchmark suite manufactures exactly the figure those
pages decline to give. A test is owed by a claim, and there is no performance
claim here to defend.

The import-cycle item is closed, and it was not the public-surface question the
roadmap assumed: re-exporting kept every frozen name, so nothing public moved.

T180's allow-list gains one line from the new CHANGELOG entry. "Signed" there
is the distribution, signed by release.yml's attestation step, not a receipt,
which is the distinction T180 exists to hold.

Signed-off-by: arpan <contact@arpanghoshal.com>
@mintlify

mintlify Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
ctrlrun 🟢 Ready View Preview Sep 15, 2026, 1:21 AM

💡 Tip: Enable Automations to automatically generate PRs for you.

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: bacb2180-1555-4737-a93b-824135840a16

📥 Commits

Reviewing files that changed from the base of the PR and between fec000b and d4a0939.

📒 Files selected for processing (3)
  • docs/cookbook/verify-in-github-actions.mdx
  • docs/guides/verify-in-ci.mdx
  • docs/verify.md

Included review availability: Your plan provides up to 10 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The documentation now reports v0.12.0 and 6,221 tests. It records the shipped hardening milestone and SBOM, updates verification examples, and allow-lists the related changelog sentence.

Changes

v0.12 Release Documentation

Layer / File(s) Summary
Release status and validation
docs.mdx, docs/production/index.mdx, docs/ROADMAP.md, docs/cookbook/verify-in-github-actions.mdx, docs/guides/verify-in-ci.mdx, docs/verify.md, tests/test_release_documents.py
Release pages and verification examples now report v0.12.0. The reported test count is 6,221. The roadmap records the shipped hardening work and SBOM. The release-document test allow-lists the SBOM changelog sentence.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to d4a09

The documentation changes introduce no confirmed correctness, security, or availability risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the primary changes: it records the shipped v0.12 roadmap milestone and the removal of benchmarks rather than deferral.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.12.0

Comment @coderabbitai help to get the list of available commands.

The version moved and the quoted output did not. `test_every_quoted_verify_transcript_is_one_verify_actually_prints` runs verify
and compares, which is why CI caught it.

It should have been caught locally and was not: the docs venv still had 0.11.0
installed from another worktree, because the editable install that was supposed
to point it at the release branch had failed on shell quoting and I did not read
its output. The gate passed against the wrong library. Re-run against 0.12.0,
every generator and audit is clean.

Signed-off-by: arpan <contact@arpanghoshal.com>
@arpanghoshal
arpanghoshal merged commit 45b7a25 into main Sep 15, 2026
2 of 3 checks passed
@arpanghoshal
arpanghoshal deleted the release/0.12.0 branch September 15, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant