-
v0.11.3
Stablereleased this
2026-07-03 10:12:23 +00:00 | 2 commits to main since this releaseFixed
- Per-channel version count could drift above
keep_last.seen.json[channel]accumulated targeted
versions as an ever-growing union and was never capped, so churny pre-release channels (testing = rc,
development = beta) reported e.g. 11 versions understatus → Content → by channeleven with
keep_last: 10— andseen.jsongrew unbounded. It's now capped to the newestkeep_lastper channel
after the union (which still guards against a sweep that momentarily under-discovers). On-disk retention
was already correct; this was a reporting/growth drift.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Per-channel version count could drift above