release: prepare Astrid 2026.9.0 - #1811
Closed
joshuajbouw wants to merge 5 commits into
Closed
Conversation
Signed-off-by: Joshua J. Bouw <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the source tree for Astrid Runtime 0.11.0 without publishing or tagging it.
Changes:
- Bumps workspace crates and path dependencies to 0.11.0.
- Consolidates pending change fragments into the 0.11.0 changelog.
- Updates the publication contract and documentation for 29 crates.
Reviewed changes
Copilot reviewed 43 out of 44 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Cargo.toml |
Sets workspace and internal dependency versions to 0.11.0. |
Cargo.lock |
Records 0.11.0 for workspace packages. |
CHANGELOG.md |
Adds the dated 0.11.0 release notes and comparison links. |
docs/release-channels.md |
Documents publication of 29 crates. |
scripts/publish_crates_io.sh |
Enforces the 29-crate publication count. |
scripts/test_channel_workflow_contract.sh |
Updates the publication-count contract assertion. |
changes/1736.changed.md |
Removes the rolled-up Wasmtime fragment. |
changes/1735.changed.md |
Removes the rolled-up component-encoding fragment. |
changes/1733.changed.md |
Removes the rolled-up WIT parser fragment. |
changes/1732.changed.md |
Removes the rolled-up WASM encoder fragment. |
changes/1731.changed.md |
Removes the rolled-up process ownership fragment. |
changes/1730.changed.md |
Removes the rolled-up FastCDC fragment. |
changes/1729.changed.md |
Removes the rolled-up WAT dependency fragment. |
changes/1728.changed.md |
Removes the rolled-up WASM parser fragment. |
changes/1727.changed.md |
Removes the rolled-up UUID fragment. |
changes/1726.changed.md |
Removes the rolled-up TOML fragment. |
changes/1725.changed.md |
Removes the rolled-up RMCP fragment. |
changes/1724.changed.md |
Removes the rolled-up LZ4 fragment. |
changes/1723.changed.md |
Removes the rolled-up repository-discovery fragment. |
changes/1722.changed.md |
Removes the rolled-up Syn fragment. |
changes/1721.changed.md |
Removes the rolled-up BLAKE3 fragment. |
changes/1720.fixed.md |
Removes the rolled-up capability-filesystem fix. |
changes/1677.fixed.md |
Removes the rolled-up MCP reconnect fix. |
changes/1639.fixed.md |
Removes the rolled-up volume-footer fix. |
changes/1635.fixed.md |
Removes the rolled-up WAL-disabled commit fix. |
changes/1618.fixed.md |
Removes the rolled-up hook and gateway fix. |
changes/1616.fixed.md |
Removes the rolled-up runtime-tree storage fix. |
changes/1613.fixed.md |
Removes the rolled-up LooseBlob revert fragment. |
changes/1612.fixed.md |
Removes the rolled-up raw-blob removal fragment. |
changes/1608.fixed.md |
Removes the rolled-up packed-content fragment. |
changes/1606.fixed.md |
Removes the rolled-up layout upgrade fixes. |
changes/1603.changed.md |
Removes the rolled-up volume-format fragment. |
changes/1600.fixed.md |
Removes the rolled-up volume-ingest fix. |
changes/1598.fixed.md |
Removes the rolled-up read-only migration fix. |
changes/1596.fixed.md |
Removes the rolled-up audit migration fix. |
changes/1594.fixed.md |
Removes the rolled-up principal-home fragment. |
changes/1587.fixed.md |
Removes the rolled-up audit cutover fragment. |
changes/1584.fixed.md |
Removes the rolled-up contiguous-file fragment. |
changes/1583.fixed.md |
Removes the rolled-up authority receipt fix. |
changes/1581.fixed.md |
Removes the rolled-up filesystem performance fix. |
changes/1577.fixed.md |
Removes the rolled-up layout cutover fix. |
changes/1576.fixed.md |
Removes the rolled-up quota compatibility fix. |
changes/1574.fixed.md |
Removes the rolled-up profile compatibility fix. |
changes/1544.security.md |
Removes the rolled-up environment authorization fix. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
BSD wc -l pads its count, so the exact 29-crate comparison could reject a valid publication plan. Normalize the raw count through one parser and regression-test padded and malformed output. Signed-off-by: Joshua J. Bouw <[email protected]>
Remove the Windows product target and runtime extension from the release inventory, retain musl as the sole extension, and document the later-release boundary. Signed-off-by: Joshua J. Bouw <[email protected]>
Retarget the existing version and publication contract and preserve the Unix-only release inventory. Signed-off-by: Joshua J. Bouw <[email protected]>
Signed-off-by: Joshua J. Bouw <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked Issue
Tracking #1817. This PR must not close the release tracking issue.
Summary
Frozen preparation branch for Astrid 2026.9.0 release metadata and Unix-only publication inventory.
This branch is not the release vehicle and is not ready to merge. It preserves reviewed version, crate-publication, nightly-version, and Windows-out work while release composition is rebuilt through the normal lead-owned process.
Changes
2026.9.0.2026.10.0.Verification
AI / Tool Assistance
Assisted-by: Codex:GLM-5.3 Flash
AI assistance was used for mechanical version and release-contract implementation. Release composition, messaging, and publication remain maintainer-owned.
Checklist