diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5c3f2..81b5537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2026-03-25 + +### Fixed + +- Remove stale peers from routing table when replacement cache is empty. + Previously, peers exceeding `STALE_THRESHOLD` failures would linger + indefinitely in small clusters where the cache rarely fills, causing + phantom peer accumulation. + ## [0.1.0] - 2026-03-24 ### Added |