• v0.11.3 3a7a36bcc6

    v0.11.3
    All checks were successful
    release / release (push) Successful in 21s
    test / test (push) Successful in 23s
    Stable

    Ghost released this 2026-07-03 10:12:23 +00:00 | 2 commits to main since this release

    Fixed

    • 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 under status → Content → by channel even with
      keep_last: 10 — and seen.json grew unbounded. It's now capped to the newest keep_last per 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