README: v0.12 ships — adaptive load shedding - #8
Merged
Merged
Conversation
v0.12 (adaptive load shedding) -> ✅; v0.13 (web console) -> 🚧 in progress. The data-plane shedder landed across five loop-owned increments (ADR-0039): a metrics Histogram, per-op latency timing, the minRTT/curRTT gradient, an AIMD concurrency limiter that sheds at admission with 429, and minRTT-floor degradation detection — all from in-flight depth and per-op latency, no OS primitives, and all simulator-driven. Signed-off-by: Nicholas Phillips <nsphilli@gmail.com>
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.
Flips the version-status table for the v0.12.0 release: v0.12 → ✅, v0.13 → 🚧 in progress. This is the README change set that cuts the release (CLAUDE.md policy); the
v0.12.0tag follows once this lands, and the release workflow's guard verifies the ✅ row.