-
v0.3.14 Stable
released this
2026-07-13 06:51:52 +00:00 | 66 commits to master since this releaseAdded
- Issue detail renders breadcrumbs, user, and extra context
- Span operation aggregation on the spans page
- Transaction duration distribution
- Cross-links between replays and traces
- Error-free sessions in Release Health
Changed
- Styled 404 page
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.14
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
v0.3.13 Stable
released this
2026-07-12 16:39:39 +00:00 | 68 commits to master since this releaseAdded
- Per-release detail page: session health plus the release's issues
- Expandable spans with metadata in the trace waterfall
- Minified-stacktrace hint linking to source-map settings
Changed
- Release Health errored/crashed counts link through to the release
- Trace waterfall compresses long idle gaps
- Client reports show per-report dropped counts and reasons
- Release versions rendered as short hashes
- Issue breadcrumbs expanded by default
Fixed
- Long issue titles no longer overflow the issues table
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.13
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.12 Stable
released this
2026-07-10 18:28:20 +00:00 | 69 commits to master since this releaseSecurity
- crossbeam-epoch bumped for RUSTSEC-2026-0204
Fixed
- Environment filter on an integration no longer drops all its notifications
- Global email "Test" button no longer a no-op with SMTP
- Org deletion no longer undercounts alert rules and digest schedules
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.12
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
v0.3.11 Stable
released this
2026-07-09 22:41:56 +00:00 | 72 commits to master since this releaseAdded
- Commercial license infrastructure (offline Ed25519 verification, admin activation page)
- Prometheus
/metricsendpoint, token-authed and license-gated (Observability) [email] enabledswitch to configure a mailer but skip sending
Changed
- Email config now uses polymail's provider schema (
configfeature, polymail 0.1.6). Breaking: the[email.smtp]block collapses into[email], and its fields are renamed:username/password->user/pass,starttls->start_tls. Omit the whole[email]section to leave mail unconfigured.
Fixed
- Graceful shutdown no longer discards events that were already acknowledged
- Failed write batches retry with backoff instead of being dropped
- Sourcemap bundle assembly caps total size at 512 MiB
- Open mode: a failed key auto-registration returns 500 instead of accepting events
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.11
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
v0.3.10 Stable
released this
2026-07-05 07:06:56 +00:00 | 89 commits to master since this releaseAdded
- SMTP email provider via a new
[email.smtp]block - Test button on per-project integrations sends a real notification
- Test button on digest schedules sends a real or sample digest
- Notification emails link back to the issue and project pages
Changed
- polymail updated to 0.1.3 (SMTP backend)
Fixed
- Per-project "To address" field no longer shows the raw config JSON
- Recipient is validated as an email address on submit
- Missing
[filter]config no longer rejects all ingest
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.10
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
- SMTP email provider via a new
-
v0.3.9 Stable
released this
2026-07-04 08:11:07 +00:00 | 94 commits to master since this releaseSecurity
- Source maps are now isolated per project. They were keyed globally by debug id, so one tenant could read or overwrite another tenant's source maps and original source
- Ingest authentication caches denials and the open-mode project count, and caps per-IP authentication-failure floods, so a stream of unknown-key requests can no longer hammer the database
Added
- Concurrent ingest writers, configurable via
ingest_writers(PostgreSQL) - Configurable ingest write batch size via
ingest_batch_size stackpit-bench: open-loop ingestion benchmark (ramp to knee, soak, CSV + SVG chart)
Fixed
- Event batches that hit a transient write failure and retry no longer double-count issue, tag, session, and transaction metrics, lose counts, or store unreadable double-compressed payloads
- Retried SDK envelopes no longer inflate counts; the ingest endpoint now accepts a whole envelope or none
- Retention deletion reconciles issue counts against exactly the rows it deletes
- Writer shutdown is no longer lost under a full queue, and a flush failure during drain no longer drops events without accounting
Changed
- Payloads are compressed on the accept path instead of on the writer, raising sustained ingest throughput
- Per-project navigation badge counts are cached briefly instead of recomputed on every page render
- The writer bounds queued memory by bytes, not just message count, to avoid running out of memory under bursts of large payloads
- Admin bulk deletes run in chunks so they no longer stall ingestion
- Organization, auth, and background writes go through the write pool, and the read pool is enforced read-only
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.9
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
3 downloads
-
v0.3.8 Stable
released this
2026-06-28 18:39:17 +00:00 | 108 commits to master since this releaseFixed
- PostgreSQL: release-health daily sessions chart crashed on a column decode error
- Docker images failed to build after the library-crate split
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.8
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
v0.3.7 Stable
released this
2026-06-28 18:05:35 +00:00 | 110 commits to master since this releaseAdded
- Transaction performance monitoring: duration percentiles (p50/p75/p95), throughput, and failure rate rolled up hourly, with a transactions list and per-transaction instances view (slowest first)
- Distributed tracing: embedded child spans extracted into a spans table, and a trace detail view rendered as a time-positioned span waterfall with correlated error events
- Web Vitals card (LCP, FCP, CLS, TTFB) on event detail, derived from transaction measurements
- Release Health: crash-free users (distinct-user crash rate via HLL) and a daily sessions trend chart
- Client Reports outcomes summary (dropped events by category and reason)
- User report detail surfaces feedback fields (name, email, comments, related event) above the raw JSON
Changed
- Transactions no longer create error-style issues; they feed a dedicated performance rollup
- Transactions tab badge now counts distinct transaction names
- Event and session charts scale to the full container width
Fixed
- Release Health counts aggregated
sessionsenvelopes instead of dropping them, no longer counts errored sessions as crashes, and dates sessions by their own start time - Session
release/environmentnow read fromattrs(were silently null) - Tag facet bars render as background fills instead of pushing values out of line
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
-
v0.3.6 Stable
released this
2026-06-19 18:44:14 +00:00 | 115 commits to master since this releaseAdded
- Master key configurable via
[server].master_key(env var still overrides)
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
4 downloads
- Master key configurable via
-
v0.3.5 Stable
released this
2026-06-05 23:00:56 +00:00 | 118 commits to master since this releaseAdded
- OIDC id_token
at_hashverification - Token-endpoint auth method auto-negotiated from discovery, overridable via config
Fixed
- SSO logout now ends OIDC sessions, not just the admin cookie
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OIDC id_token