From 53add8090b707dc0e8b725aca8352a73c927549a Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Wed, 8 Jul 2026 12:45:08 +0300 Subject: [PATCH] fix(planning): repoint change links to flat 2.0.0 files The 2.0.0 flatten renamed changes//{design,change,plan}.md to changes/.md; repoint doc links to the flat targets, only where the flat file exists. Pre-existing active/archive dead links left untouched. Co-Authored-By: Claude Opus 4.8 (1M context) --- planning/releases/0.6.0.md | 2 +- planning/releases/0.6.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/planning/releases/0.6.0.md b/planning/releases/0.6.0.md index d9bb61d..b250bd2 100644 --- a/planning/releases/0.6.0.md +++ b/planning/releases/0.6.0.md @@ -2,7 +2,7 @@ **Minor release. Three behavioral fixes from a code/docs/test audit, one new opt-out backpressure knob, plus packaging and docs.** No breaking API changes — every new parameter is additive with a behavior-preserving default. Two previously-unbounded failure paths (a rebalance hang and unbounded memory growth) are now bounded by default; see *Upgrade notes*. -Audit spec: [`planning/changes/2026-06-13.01-robustness-docs-test-audit/design.md`](../changes/2026-06-13.01-robustness-docs-test-audit/design.md). +Audit spec: [`planning/changes/2026-06-13.01-robustness-docs-test-audit.md`](../changes/2026-06-13.01-robustness-docs-test-audit.md). ## 1. Rebalance flush is now bounded (`flush_timeout_sec`) diff --git a/planning/releases/0.6.1.md b/planning/releases/0.6.1.md index 47d4456..68f6fbb 100644 --- a/planning/releases/0.6.1.md +++ b/planning/releases/0.6.1.md @@ -2,7 +2,7 @@ **Patch release. Three behaviour-preserving internal refactors that split `batch_committer.py` / `middleware.py` into deep, testable modules, one correctness fix to cancellation-watermark clearing for multi-consumer deployments, plus PyPI metadata.** No breaking API changes; no public symbol changed shape. Drop-in — the one behavioural change affects only a multi-consumer-shares-a-partition edge; see *Upgrade notes*. -Refactor specs: [`pending-commits`](../changes/2026-06-23.01-pending-commits-deep-module/design.md) · [`commit-scheduler`](../changes/2026-06-24.01-commit-scheduler-deep-module/design.md) · [`route-classify`](../changes/2026-06-24.02-route-classify-extraction/change.md). +Refactor specs: [`pending-commits`](../changes/2026-06-23.01-pending-commits-deep-module.md) · [`commit-scheduler`](../changes/2026-06-24.01-commit-scheduler-deep-module.md) · [`route-classify`](../changes/2026-06-24.02-route-classify-extraction.md). ## 1. Cancellation-watermark clearing now covers every consumer on a revoked partition