• v0.1.4 cda67003b5

    v0.1.4 Stable

    franz released this 2026-04-02 15:21:33 +00:00 | 141 commits to master since this release

    Fixed

    • SVG text escaping order causing double-encoded ampersands in chart labels
    • SVG sanitizer bypasses for unquoted attribute values and long handler names
    • Missing master key now blocks startup if encrypted integration secrets exist
    • Compression failures no longer corrupt stored events (read path falls back to raw JSON)
    • zstd compression no longer blocks the async runtime (block_in_place)
    • WriteError now implements std::error::Error for proper error chain composition

    Changed

    • Event severity level field is now a typed enum instead of a free-form string
    • Nav badge counts consolidated from 9 subqueries to a single events table scan
    • Filtered events now return X-Sentry-Discarded header so operators can detect drops

    Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.1.4

    Downloads