Commit Diff


commit - 4cff87560ba238ba6eebd16b1465c0ebae2f6ac2
commit + b097d0e4d93c7338dea619e4a088c96b41701498
blob - 3d5c3f22547d2b4abeb63a941725b86a6af0def3
blob + 81b5537b8edfa654fa5b6db47c1a94f6452a4f9d
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented
 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
blob - 698c7f01c5b6d1c5ad88abd246cf301284ee8bf2
blob + f17fe4b635e6fdd194f8b7796a60afc20eec4be5
--- Cargo.toml
+++ Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tesseras-dht"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2024"
 authors = [ "murilo ijanc' <murilo@ijanc.org>" ]
 categories = ["network-programming"]