-
v0.3.4 Stable
released this
2026-06-01 17:19:26 +00:00 | 119 commits to master since this releaseSecurity
- Resolved RustSec advisories: dropped unused
rand, bumpedlruto 0.16
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.4
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Resolved RustSec advisories: dropped unused
-
v0.3.3 Stable
released this
2026-06-01 17:00:04 +00:00 | 120 commits to master since this releaseChanged
- Docker images rebased on Debian trixie
Added
- CI scans dependencies for RustSec advisories (non-blocking)
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.2 Stable
released this
2026-05-31 09:03:18 +00:00 | 121 commits to master since this releaseFixed
- PostgreSQL: rate-limited projects crashed with a column decode error
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.1 Stable
released this
2026-05-31 07:30:36 +00:00 | 122 commits to master since this releaseAdded
- Docker images published to GHCR on release (SQLite and PostgreSQL variants)
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v0.3.0 Stable
released this
2026-05-28 18:21:44 +00:00 | 126 commits to master since this releaseChanged
- Web UI redesigned around the "Stackpit Precision Tooling" design system:
240px fixed sidebar, dark cockpit canvas with a matching light variant,
Inter + JetBrains Mono, dense tables, semantic status pills, tonal layers
without shadows - Per-project navigation moved from a horizontal tab strip into the sidebar
- CSS is now pre-built from Tailwind v4 via the standalone CLI (
make css);
runtime stays single-binary — no Node ornode_modulesat runtime - Fonts are vendored as woff2 under
assets/fonts/and served from_assets/
(no external CDN)
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Web UI redesigned around the "Stackpit Precision Tooling" design system:
-
v0.2.1 Stable
released this
2026-05-28 06:50:33 +00:00 | 127 commits to master since this releaseAdded
- Email alerts via Lettermint and SendGrid in addition to Postmark
- Global
[email]config with optionallockto fix provider and sender across integrations
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.2.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0 Stable
released this
2026-05-27 19:27:47 +00:00 | 128 commits to master since this releaseAdded
- OAuth 2.0 / OIDC single sign-on (Authorization Code + PKCE) with just-in-time user provisioning
- API bearer auth via JWT (RS256/JWKS) and RFC 7662 token introspection
- MCP endpoint (
/mcp, bearer-only) external_url/external_ingest_urlconfig for deployments behind a proxy- Operator guide (
docs/operator-guide.md)
Changed
- Admin token is now a break-glass fallback that runs alongside OAuth/OIDC
- OAuth requires a 32-byte master key; IdP tokens stored encrypted at rest
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.8 Stable
released this
2026-04-23 18:51:31 +00:00 | 130 commits to master since this releaseSecurity
- SSRF: decode IPv6-embedded IPv4 in 6to4, NAT64, Teredo, and IPv4-compatible forms before private-range checks
- SSRF: block additional v4 ranges (0.0.0.0/8, limited broadcast, 198.18.0.0/15 benchmark, 240.0.0.0/4 class E)
- Webhook test client refuses HTTP redirects to keep DNS-pinning effective
- API key validation runs constant-time compare on hit, miss, and DB-error paths
Changed
- Filter engine snapshot switched from
RwLock<Arc<_>>toarc_swap::ArcSwapfor lock-free reads - Release profile
opt-levelraised from"s"to3 - Source map artifact bundle parsing moved off the async runtime via
spawn_blocking - Threshold alert accumulators use
BTreeMapfor deterministic iteration
Added
- Background tasks run under a panic-observing supervisor that logs instead of silently dropping
- Chunk upload enforces per-request field count and total byte caps
- Artifact bundle parser caps entry count and per-entry size
Fixed
- Envelope and notification dispatch no longer panic on unknown
level/typevalues
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.1.8
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v0.1.7 Stable
released this
2026-04-04 20:35:59 +00:00 | 131 commits to master since this releaseFixed
- Source map and release uploads via sentry-cli
- Upload chunk isolation and write safety
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.1.7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.6 Stable
released this
2026-04-04 15:06:57 +00:00 | 132 commits to master since this releaseAdded
- Per-project API keys for source map and release uploads (
spk_prefix, SHA-256 hashed) - Source Maps settings page with key generation, setup guide for
sentry-cli - API key auth on all Sentry-compatible upload endpoints (
/api/0/)
Fixed
- Project "First Seen" no longer changes with the time filter
- "All time" filter now propagates correctly to project detail views
Added
- Browser defaults: configurable default filters (status, level, period) stored as a cookie
- Settings page at
/web/settings/defaults/to manage defaults - List pages redirect to fill in missing filter params from saved defaults
Builds, checksums and packages: https://github.com/franzos/stackpit/releases/tag/v0.1.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Per-project API keys for source map and release uploads (