diff options
| author | murilo ijanc | 2026-03-27 11:58:41 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-27 11:58:41 -0300 |
| commit | 75fddf425102369828f7e8366ebdad4ea086fd07 (patch) | |
| tree | b3ba7541c16fb496e85a96b4ba2bf4825f80962f /CHANGELOG.md | |
| parent | 18fa0f13f64e69bf70addc1e28a8ab0a39207eb2 (diff) | |
| download | tesseras-paste-75fddf425102369828f7e8366ebdad4ea086fd07.tar.gz | |
Bump version to 0.1.3, update tesseras-dht to 0.1.4v0.1.3
- Block marker on delete prevents DHT re-import
- Remote delete propagation via delete_callback
- New index page with project info and man page links
- Fix lookups status order (started/completed)
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5289006..2bf98e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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.3] - 2026-03-27 + +### Fixed + +- Delete now creates a block marker, preventing `sync_dht_to_store` + from re-importing deleted pastes from the DHT every 5 seconds. +- `sync_dht_to_store` skips blocked keys before attempting import. +- `lookups` status now shows started/completed (was inverted and + started was never incremented). + +### Added + +- Remote delete propagation: `set_delete_callback` blocks and removes + pastes on disk when a remote store TTL=0 arrives from the DHT. +- New index page at `/` with project info, quick start, philosophy, + bootstrap nodes, source repos, donation address, and man page links. + +### Changed + +- Update tesseras-dht to 0.1.4. + ## [0.1.2] - 2026-03-27 ### Changed |