Skip to content

Tags: lbp0200/BoltDB

Tags

v8.22.0

Toggle v8.22.0's commit message
docs: update v8.22.0 changelog with XADD regression fix & snapshotOff…

…set discovery

v8.21.0

Toggle v8.21.0's commit message
release: v8.21.0 — Phase 4 Technical Debt Complete

v8.20.0

Toggle v8.20.0's commit message
v8.20.0 — JSON/TS Replication Data Loss Fix & Protocol Bugfixes

v8.19.0

Toggle v8.19.0's commit message
release: v8.19.0 — CLIENT KILL Goroutine Leak & Reconnection Stability

v8.18.0

Toggle v8.18.0's commit message
release: v8.18.0 — List Data Integrity & Replication Nondeterminism Fix

v8.17.0

Toggle v8.17.0's commit message
release: v8.17.0 — Replication Correctness (TOCTOU, deadlock, offset …

…drift, shutdown race)

v8.16.0

Toggle v8.16.0's commit message
release: v8.16.0 — FULLRESYNC Dual-Timeline Fix (No Lost Writes)

v8.15.0

Toggle v8.15.0's commit message
release: v8.15.0 — Evolution Anomaly Reporter & Commit Attribution

Evolution anomaly detection — the final link in the system behavior
attribution chain. Nightly soak now correlates trajectory shifts to
specific commits:

Anomaly detectors (10 signals):
- basin_drift / basin_shift — attractor movement over runs
- oscillation_growth — limit cycle emergence
- health_decline — negative health trajectory
- convergence_degradation — convergence probability collapse
- l0_escalation — LSM compaction pressure build-up
- degradation_onset — entry into persistent degraded regime
- recovery_growth / persistence_growth — slower healing
- goroutine_leak — sustained goroutine elevation

Commit correlation via git log time-window matching:
- Discrete events (basin_shift, degradation_onset) pinned to transition
  run timestamp ±2h
- Trend signals attributed to most recent commit in analysis window

Output: {prefix}-anomaly.json (CI gate) + {prefix}-anomaly.md
- Severity: low / medium / high / critical
- Confidence: high (structural signals present) / medium (trend-only)

Nightly integration:
- Built into run_nightly_soak.sh as Step 5b (non-blocking, || true)
- Anomaly summary printed to log and nightly summary markdown

Also includes pre-existing local drift analysis (ComputeDrift, DriftReport)
for last-run vs trailing-window comparison.

v8.14.0

Toggle v8.14.0's commit message
release: v8.14.0 — Convergence-Aware Suppression & Evolution Gate v1.1

假阳性抑制与多维度趋势聚类版本。Evolution Gate 升级 v1.1——新增收敛概率追踪、收敛感知假阳性抑制机制、多维度趋势聚类(2+ 子系统同时恶化)。Evolution CLI 新增 -json 机器可读输出。新增 9 项回归测试覆盖抑制契约。实证校准(3 轮)验证全链路闭合。

v8.13.1

Toggle v8.13.1's commit message
v8.13.1 — Fix: Master Replication Health + Flaky Tests