diff options
| author | murilo ijanc | 2026-03-25 16:53:01 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 16:53:01 -0300 |
| commit | b097d0e4d93c7338dea619e4a088c96b41701498 (patch) | |
| tree | 8d3cf014bae10051c154c0e211ec1dd0e6b5faed | |
| parent | 4cff87560ba238ba6eebd16b1465c0ebae2f6ac2 (diff) | |
| download | tesseras-dht-b097d0e4d93c7338dea619e4a088c96b41701498.tar.gz | |
Bump version to 0.1.1
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 10 insertions, 1 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 @@ -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"] |