0.5.204: the minor triple — edge v21.1.0 / persist v42.1.0; dimension reads are index-served (#571) - #572
Merged
emooreatx merged 2 commits intoSep 8, 2026
Conversation
…15.0.0; dimension reads are index-served (#557 closed at the substrate) Adopts CIRISServer#571. Pins ×4 persist, ×2 edge, the lens-core member, TARGET_* in the substrate gate, README, evidence rows; one copy each. persist v42.1.0: #817 both dimension axes of list_attestations are index-served (V137 on the generated `dimension` column; the prefix filter is a range on it) — the substrate fix for our #557; graph_config's config: prefix scan is no longer O(rows this node authored), and its comment says so. #818 a prefix filter compares bytes on every backend. edge v21.1.0: #579 the cohab lane injects verify beside persist (our lane injects no pins). Ships what main carries since 0.5.203: #569 the legible, bounded stop; #570 the per-engine config snapshot cache; #566 the gating Windows installer; #565 the process-global test log capture. Closes #571. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0132ELwj5JU6t4jEKpwH9bJ7
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…the full OS matrix) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0132ELwj5JU6t4jEKpwH9bJ7
Contributor
Author
|
Local verification on the release wheel (
|
emooreatx
deleted the
release/0.5.204-adopt-edge-v21.1.0-persist-v42.1.0
branch
September 8, 2026 22:22
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.
Adopts the minor triple from CIRISServer#571: edge v21.1.0 / persist v42.1.0 / verify v15.0.0 (unchanged). Pins ×4 persist, ×2 edge, plus the lens-core member crate;
TARGET_*in the substrate gate; README pin prose; evidence rows re-stamped to v0.5.204; one copy of each crate (cargo tree -i). No code moved for the substrate — persist's only public API change is an added helper. Closes #571.What reaches this node
list_attestationscompiled to a per-rowjson_extract; V137 indexes the generateddimensioncolumn and the prefix filter compiles to a range on it. This is the substrate fix for graph_config::get_* is O(rows this node authored) per key — a keyed read that costs a full scan, and gets slower the more the node emits #557 (our report):graph_config'sconfig:prefix scan is no longer O(rows this node authored). The snapshot cache stays — fifty getters costing one read is a property worth keeping whatever the read costs. The comment ingraph_config::live_config_rowssays so now.LIKEwas case-insensitive. Every dimension this node reads by prefix (config:,consent:) is lowercase, so no row set changes here; the memory/sqlite/postgres parity is what improves.Also on main since v0.5.203, shipped by this version
Verification
Filled from the log in the PR conversation: check / clippy
-D warnings/ fmt; the 22 gates separately; lib; test-anchor suites (anchor block verifies under the new pair); admission and config suites; lens-core; the sequential sweep of every integration binary; both harness ladders on the release wheel. Full OS matrix on the PR (ci:full).Tagging v0.5.204 waits for Eric's go.
🤖 Generated with Claude Code
https://claude.ai/code/session_0132ELwj5JU6t4jEKpwH9bJ7