diff options
| author | murilo ijanc | 2026-03-25 22:28:58 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 22:28:58 -0300 |
| commit | 441775eedc9687c7b038fc3bcf548093eb0a7dee (patch) | |
| tree | b1ad0fbeffe6a9f246f222d6ece4afcddd0f31dd /CHANGELOG.md | |
| parent | 4214189961d59b9de15e221a9c4b229c0d646e78 (diff) | |
| download | tesseras-paste-441775eedc9687c7b038fc3bcf548093eb0a7dee.tar.gz | |
Bump version to 0.1.1, update tesseras-dht to 0.1.2fix/rejoin-bootstrap
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b6811..c9b5122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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 + +### Added + +- Automatic re-join of bootstrap nodes when the routing table is empty. + The daemon checks every 60 seconds and unbans bootstrap addresses + before reconnecting, so replies are not silently discarded. +- `-v` flag for both `tpd` and `tp` to enable verbose/debug output + without relying on `RUST_LOG` environment variable. + ## [0.1.0] - 2026-03-25 ### Added |